@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
@charset "UTF-8";
/*!
*
* Template: SimpleDash - Responsive Bootstrap 4 Admin Dashboard Template
* Author: meetmighty
* Design and Developed by: meetmighty.com
* NOTE: This file contains the styling for responsive Template.
*
*/
:root {
	--mm-primary: #c9dcff;
	--mm-secondary: #ccced2;
	--mm-success: #aafad7;
	--mm-info: #adf1ff;
	--mm-warning: #ffbbab;
	--mm-danger: #ffb3c2;
	--mm-light: #c7cbd3;
	--mm-dark: rgba(199, 203, 211, .1);
	--mm-orange: #ffc4a0;
	--mm-purple: #cbc0ff;
	--mm-skyblue: #aad7ff;
	--mm-primary: rgba(71, 136, 255, .1);
	--mm-secondary: hsla(208, 7%, 46%, .1);
	--mm-success: rgba(55, 230, 178, .1);
	--mm-info: rgba(135, 108, 254, .1);
	--mm-warning: rgba(254, 114, 28, .1);
	--mm-danger: rgba(255, 75, 75, .1);
	--mm-light: rgba(199, 203, 211, .1);
	--mm-dark: rgba(1, 4, 27, .1);
	--mm-orange: rgba(253, 126, 20, .1);
	--mm-purple: rgba(71, 49, 182, .1);
	--blue: #4788ff;
	--indigo: #6610f2;
	--pink: #e83e8c;
	--red: #f5365c;
	--yellow: #ffd600;
	--green: #4fd69c;
	--teal: #20c997;
	--cyan: #37d5f2;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #01041b;
	--primary: #4788ff;
	--secondary: #6c757d;
	--success: #4fd69c;
	--info: #37d5f2;
	--warning: #fc7c5f;
	--danger: #f75676;
	--light: #c7cbd3;
	--dark: #01041b;
	--orange: #fe721c;
	--purple: #4731b6;
	--skyblue: #158df7;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	line-height: 1.15
}

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

body {
	background-color: #f7f9ff;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left
}

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

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

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

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

abbr[data-original-title],
abbr[title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	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 {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	background-color: transparent;
	color: #4788ff;
	text-decoration: none
}

a:hover {
	color: #0058fa
}

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

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

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

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

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

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
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

legend {
	color: inherit;
	display: block;
	font-size: 1.5rem;
	line-height: inherit;
	margin-bottom: .5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%
}

@media (max-width:1200px) {
	legend {
		font-size: calc(1.275rem + .3vw)
	}
}

progress {
	vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

output {
	display: inline-block
}

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

template {
	display: none
}

[hidden] {
	display: none !important
}

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

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

@media (max-width:1200px) {

	.h1,
	h1 {
		font-size: calc(1.3738rem + 1.4856vw)
	}
}

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

@media (max-width:1200px) {

	.h2,
	h2 {
		font-size: calc(1.3324rem + .9888vw)
	}
}

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

@media (max-width:1200px) {

	.h3,
	h3 {
		font-size: calc(1.2978rem + .5736vw)
	}
}

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

@media (max-width:1200px) {

	.h4,
	h4 {
		font-size: calc(1.269rem + .228vw)
	}
}

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

.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(1.725rem + 5.7vw)
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width:1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw)
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width:1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw)
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

@media (max-width:1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw)
	}
}

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

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

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

.list-inline,
.list-unstyled {
	list-style: none;
	padding-left: 0
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem
}

.blockquote-footer {
	color: #6c757d;
	display: block;
	font-size: 80%
}

.blockquote-footer:before {
	content: "— "
}

.img-fluid,
.img-thumbnail {
	height: auto;
	max-width: 100%
}

.img-thumbnail {
	background-color: #f7f9ff;
	border: 1px solid #ccced2;
	border-radius: 4px;
	padding: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	line-height: 1;
	margin-bottom: .5rem
}

.figure-caption {
	color: #6c757d;
	font-size: 90%
}

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

a>code {
	color: inherit
}

kbd {
	background-color: #212529;
	border-radius: 4px;
	color: #fff;
	font-size: 87.5%;
	padding: .2rem .4rem
}

kbd kbd {
	font-size: 100%;
	font-weight: 700;
	padding: 0
}

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

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

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

.spinner-border {
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	border: .25em solid;
	border-radius: 50%;
	border-right: .25em solid transparent;
	display: inline-block;
	height: 2rem;
	vertical-align: text-bottom;
	width: 2rem
}

.spinner-border-sm {
	border-width: .2em;
	height: 1rem;
	width: 1rem
}

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

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

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

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

.spinner-grow {
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
	background-color: currentColor;
	border-radius: 50%;
	display: inline-block;
	height: 2rem;
	opacity: 0;
	vertical-align: text-bottom;
	width: 2rem
}

.spinner-grow-sm {
	height: 1rem;
	width: 1rem
}

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

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

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

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

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

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

@media (min-width:576px) {

	.container,
	.container-sm {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px
	}
}

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

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

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

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

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	min-width: 0
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

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

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

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

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

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

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%
	}

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

	.offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

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

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

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

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

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

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

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

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

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

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.3333333333%
	}

	.offset-md-2 {
		margin-left: 16.6666666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.3333333333%
	}

	.offset-md-5 {
		margin-left: 41.6666666667%
	}

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

	.offset-md-7 {
		margin-left: 58.3333333333%
	}

	.offset-md-8 {
		margin-left: 66.6666666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.3333333333%
	}

	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

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

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

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

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

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

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

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

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

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

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

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

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

	.offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%
	}

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

	.offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
		min-width: 0
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

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

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

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

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

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

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

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

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

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

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

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%
	}

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

	.offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

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

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

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

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

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #deeaff
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

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

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
	color: #535f6b
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #cbdeff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #9fc1ff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #b2ceff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #cef4e3
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #a3eacc
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b9efd7
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #c7f3fb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #97e9f8
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #afeef9
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fedad2
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #fdbbac
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #fdc5b9
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #fdd0d9
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #fba7b8
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #fcb8c5
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #eff0f3
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #e2e4e8
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #e0e2e8
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #b8b9bf
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #7b7c88
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #abacb3
}

.table-orange,
.table-orange>td,
.table-orange>th {
	background-color: #ffd8bf
}

.table-orange tbody+tbody,
.table-orange td,
.table-orange th,
.table-orange thead th {
	border-color: #feb689
}

.table-hover .table-orange:hover,
.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
	background-color: #ffc8a6
}

.table-purple,
.table-purple>td,
.table-purple>th {
	background-color: #cbc5eb
}

.table-purple tbody+tbody,
.table-purple td,
.table-purple th,
.table-purple thead th {
	border-color: #9f94d9
}

.table-hover .table-purple:hover,
.table-hover .table-purple:hover>td,
.table-hover .table-purple:hover>th {
	background-color: #bab2e4
}

.table-skyblue,
.table-skyblue>td,
.table-skyblue>th {
	background-color: #bddffd
}

.table-skyblue tbody+tbody,
.table-skyblue td,
.table-skyblue th,
.table-skyblue thead th {
	border-color: #85c4fb
}

.table-hover .table-skyblue:hover,
.table-hover .table-skyblue:hover>td,
.table-hover .table-skyblue:hover>th {
	background-color: #a4d3fc
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	background-color: #01041b;
	border-color: #020940;
	color: #fff
}

.table .thead-light th {
	background-color: #e9ecef;
	border-color: #deeaff;
	color: #495057
}

.table-dark {
	background-color: #01041b;
	color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #020940
}

.table-dark.table-bordered {
	border: 0
}

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

.table-dark.table-hover tbody tr:hover {
	background-color: hsla(0, 0%, 100%, .075);
	color: #fff
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		-webkit-overflow-scrolling: touch;
		display: block;
		overflow-x: auto;
		width: 100%
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

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

.table-responsive>.table-bordered {
	border: 0
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	font-size: inherit;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: calc(.625rem + 1px);
	padding-top: calc(.625rem + 1px)
}

.col-form-label-lg {
	font-size: 1.25rem;
	line-height: 1.5;
	padding-bottom: calc(.875rem + 1px);
	padding-top: calc(.875rem + 1px)
}

.col-form-label-sm {
	font-size: .875rem;
	line-height: 1.5;
	padding-bottom: calc(.25rem + 1px);
	padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
	color: #535f6b;
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0;
	padding: .625rem 0;
	width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-left: 0;
	padding-right: 0
}

.form-control-sm {
	border-radius: 4px;
	font-size: .875rem;
	height: calc(1.5em + .5rem + 2px);
	line-height: 1.5;
	padding: .25rem .5rem
}

.form-control-lg {
	border-radius: 4px;
	font-size: 1.25rem;
	height: calc(1.5em + 1.75rem + 2px);
	line-height: 1.5;
	padding: .875rem 1rem
}

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

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

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

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px
}

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

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

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

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

.form-check-inline {
	align-items: center;
	display: inline-flex;
	margin-right: .75rem;
	padding-left: 0
}

.form-check-inline .form-check-input {
	margin-left: 0;
	margin-right: .3125rem;
	margin-top: 0;
	position: static
}

.valid-feedback {
	color: #4fd69c;
	display: none;
	font-size: 80%;
	margin-top: .25rem;
	width: 100%
}

.valid-tooltip {
	background-color: rgba(79, 214, 156, .9);
	border-radius: 4px;
	color: #fff;
	display: none;
	font-size: .875rem;
	line-height: 1.5;
	margin-top: .1rem;
	max-width: 100%;
	padding: .25rem .5rem;
	position: absolute;
	top: 100%;
	z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%234fd69c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-position: right calc(.375em + .3125rem) center;
	background-repeat: no-repeat;
	background-size: calc(.75em + .625rem) calc(.75em + .625rem);
	border-color: #4fd69c;
	padding-right: calc(1.5em + 1.25rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #4fd69c;
	box-shadow: 0 0 0 .2rem rgba(79, 214, 156, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	background-position: top calc(.375em + .3125rem) right calc(.375em + .3125rem);
	padding-right: calc(1.5em + 1.25rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%2301041b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .9375rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%234fd69c' d='M2.3 6.73.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.9375rem/calc(.75em + .625rem) calc(.75em + .625rem);
	border-color: #4fd69c;
	padding-right: calc(.75em + 2.875rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #4fd69c;
	box-shadow: 0 0 0 .2rem rgba(79, 214, 156, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #4fd69c
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #4fd69c
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
	border-color: #4fd69c
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
	background-color: #78e0b3;
	border-color: #78e0b3
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(79, 214, 156, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
	border-color: #4fd69c
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #4fd69c
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #4fd69c;
	box-shadow: 0 0 0 .2rem rgba(79, 214, 156, .25)
}

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

.invalid-tooltip {
	background-color: rgba(247, 86, 118, .9);
	border-radius: 4px;
	color: #fff;
	display: none;
	font-size: .875rem;
	line-height: 1.5;
	margin-top: .1rem;
	max-width: 100%;
	padding: .25rem .5rem;
	position: absolute;
	top: 100%;
	z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f75676'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f75676' stroke='none'/%3E%3C/svg%3E");
	background-position: right calc(.375em + .3125rem) center;
	background-repeat: no-repeat;
	background-size: calc(.75em + .625rem) calc(.75em + .625rem);
	border-color: #f75676;
	padding-right: calc(1.5em + 1.25rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #f75676;
	box-shadow: 0 0 0 .2rem rgba(247, 86, 118, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	background-position: top calc(.375em + .3125rem) right calc(.375em + .3125rem);
	padding-right: calc(1.5em + 1.25rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%2301041b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .9375rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f75676'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23f75676' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.9375rem/calc(.75em + .625rem) calc(.75em + .625rem);
	border-color: #f75676;
	padding-right: calc(.75em + 2.875rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #f75676;
	box-shadow: 0 0 0 .2rem rgba(247, 86, 118, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #f75676
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #f75676
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
	border-color: #f75676
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
	background-color: #f9879d;
	border-color: #f9879d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(247, 86, 118, .25)
}

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

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #f75676
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #f75676;
	box-shadow: 0 0 0 .2rem rgba(247, 86, 118, .25)
}

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

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

@media (min-width:576px) {
	.form-inline label {
		justify-content: center
	}

	.form-inline .form-group,
	.form-inline label {
		align-items: center;
		display: flex;
		margin-bottom: 0
	}

	.form-inline .form-group {
		flex: 0 0 auto;
		flex-flow: row wrap
	}

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

	.form-inline .form-control-plaintext {
		display: inline-block
	}

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

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

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

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

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

.fade {
	transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

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

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

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

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

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

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		left: 0;
		right: auto
	}

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

@media (min-width:768px) {
	.dropdown-menu-md-left {
		left: 0;
		right: auto
	}

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

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		left: 0;
		right: auto
	}

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

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		left: 0;
		right: auto
	}

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

.dropup .dropdown-menu {
	bottom: 100%;
	margin-bottom: .125rem;
	margin-top: 0;
	top: auto
}

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

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

.dropright .dropdown-menu {
	left: 100%;
	margin-left: .125rem;
	margin-top: 0;
	right: auto;
	top: 0
}

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

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

.dropright .dropdown-toggle:after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	left: auto;
	margin-right: .125rem;
	margin-top: 0;
	right: 100%;
	top: 0
}

.dropleft .dropdown-toggle:after {
	content: "";
	display: inline-block;
	display: none;
	margin-left: .255em;
	vertical-align: .255em
}

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

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

.dropleft .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	bottom: auto;
	right: auto
}

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

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

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

.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	color: #16181b;
	text-decoration: none
}

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

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	color: #6c757d;
	display: block;
	font-size: .875rem;
	margin-bottom: 0;
	padding: .5rem 1rem;
	white-space: nowrap
}

.dropdown-item-text {
	color: #212529;
	display: block;
	padding: .5rem 1rem
}

.btn-group,
.btn-group-vertical {
	display: inline-flex;
	position: relative;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	flex: 1 1 auto;
	position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

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

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

.dropdown-toggle-split {
	padding-left: .703125rem;
	padding-right: .703125rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-left: .375rem;
	padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-left: .75rem;
	padding-right: .75rem
}

.btn-group-vertical {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	position: absolute
}

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

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

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

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

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

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

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

.input-group>.custom-file {
	align-items: center;
	display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: flex
}

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

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

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

.input-group-prepend {
	margin-right: -1px
}

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

.input-group-text {
	align-items: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 4px;
	color: #495057;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	padding: .625rem .9375rem;
	text-align: center;
	white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1.75rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	border-radius: 4px;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .875rem 1rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	border-radius: 4px;
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem
}

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

.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

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

.custom-control {
	display: block;
	min-height: 24;
	padding-left: 1.5rem;
	position: relative
}

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

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

.custom-control-input:checked~.custom-control-label:before {
	color: #fff
}

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

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

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

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

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

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

.custom-control-label:before {
	background-color: #fff;
	border: 1px solid #adb5bd;
	pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
	content: "";
	display: block;
	height: 1rem;
	left: -1.5rem;
	position: absolute;
	top: 11.5rem;
	width: 1rem
}

.custom-control-label:after {
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
	border-radius: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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(71, 136, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(71, 136, 255, .5)
}

.custom-radio .custom-control-label:before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

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

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
	border-radius: .5rem;
	left: -2.25rem;
	pointer-events: all;
	width: 1.75rem
}

.custom-switch .custom-control-label:after {
	background-color: #adb5bd;
	border-radius: .5rem;
	height: calc(1rem - 4px);
	left: calc(-2.25rem + 2px);
	top: calc(11.5rem + 2px);
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: calc(1rem - 4px)
}

@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(71, 136, 255, .5)
}

.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%2301041b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .9375rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	color: #495057;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	height: calc(1.5em + 1.25rem + 2px);
	line-height: 1.5;
	padding: .625rem 1.9375rem .625rem .9375rem;
	vertical-align: middle;
	width: 100%
}

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

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

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

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

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

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

.custom-select-sm {
	font-size: .875rem;
	height: calc(1.5em + .5rem + 2px);
	padding-bottom: .25rem;
	padding-left: .5rem;
	padding-top: .25rem
}

.custom-select-lg {
	font-size: 1.25rem;
	height: calc(1.5em + 1.75rem + 2px);
	padding-bottom: .875rem;
	padding-left: 1rem;
	padding-top: .875rem
}

.custom-file {
	display: inline-block;
	margin-bottom: 0
}

.custom-file,
.custom-file-input {
	height: calc(1.5em + 1.25rem + 2px);
	position: relative;
	width: 100%
}

.custom-file-input {
	margin: 0;
	opacity: 0;
	z-index: 2
}

.custom-file-input:focus~.custom-file-label {
	border-color: #c7daff;
	box-shadow: 0 0 0 .2rem rgba(71, 136, 255, .25)
}

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

.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 {
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-weight: 400;
	height: calc(1.5em + 1.25rem + 2px);
	left: 0;
	z-index: 1
}

.custom-file-label,
.custom-file-label:after {
	color: #495057;
	line-height: 1.5;
	padding: .625rem .9375rem;
	position: absolute;
	right: 0;
	top: 0
}

.custom-file-label:after {
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 4px 4px 0;
	bottom: 0;
	content: "Browse";
	display: block;
	height: calc(1.5em + 1.25rem);
	z-index: 3
}

.custom-range {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	height: 1.4rem;
	padding: 0;
	width: 100%
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #f7f9ff, 0 0 0 .2rem rgba(71, 136, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f7f9ff, 0 0 0 .2rem rgba(71, 136, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #f7f9ff, 0 0 0 .2rem rgba(71, 136, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: #4788ff;
	border: 0;
	border-radius: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 1rem
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #fafbff
}

.custom-range::-webkit-slider-runnable-track {
	background-color: #ccced2;
	border-color: transparent;
	border-radius: 1rem;
	color: transparent;
	cursor: pointer;
	height: .5rem;
	width: 100%
}

.custom-range::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background-color: #4788ff;
	border: 0;
	border-radius: 1rem;
	height: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 1rem
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #fafbff
}

.custom-range::-moz-range-track {
	background-color: #ccced2;
	border-color: transparent;
	border-radius: 1rem;
	color: transparent;
	cursor: pointer;
	height: .5rem;
	width: 100%
}

.custom-range::-ms-thumb {
	appearance: none;
	background-color: #4788ff;
	border: 0;
	border-radius: 1rem;
	height: 1rem;
	margin-left: .2rem;
	margin-right: .2rem;
	margin-top: 0;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 1rem
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #fafbff
}

.custom-range::-ms-track {
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
	color: transparent;
	cursor: pointer;
	height: .5rem;
	width: 100%
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
	background-color: #ccced2;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

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

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

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

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

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

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

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

.nav-tabs {
	border-bottom: 1px solid #ccced2
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #ccced2
}

.nav-tabs .nav-link.disabled {
	background-color: transparent;
	border-color: transparent;
	color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #f7f9ff;
	border-color: #ccced2 #ccced2 #f7f9ff;
	color: #495057
}

.nav-tabs .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px
}

.nav-pills .nav-link {
	border-radius: 4px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #4788ff;
	color: #fff
}

.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 {
	padding: .5rem 1rem;
	position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

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

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

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

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

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

.navbar-text {
	display: inline-block;
	padding-bottom: .5rem;
	padding-top: .5rem
}

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

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

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

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

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-left: 0;
		padding-right: 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-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-left: 0;
		padding-right: 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-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}

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

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

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-left: 0;
		padding-right: 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-left: .5rem;
		padding-right: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}

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

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

@media (max-width:1199.98px) {

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

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

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

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

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

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

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

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

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

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

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

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
	border-color: hsla(0, 0%, 100%, .1);
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}

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

.card {
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative
}

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

.card>.list-group {
	border-bottom: inherit;
	border-top: inherit
}

.card>.list-group:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-width: 0
}

.card>.list-group:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-width: 0
}

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

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

.card-subtitle {
	margin-top: -.375rem
}

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

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	background-color: #fff;
	border-bottom: 1px solid #dfe7ff;
	margin-bottom: 0;
	padding: .75rem 1.25rem
}

.card-header:first-child {
	border-radius: 3px 3px 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	background-color: #fff;
	border-top: 1px solid #dfe7ff;
	padding: .75rem 1.25rem
}

.card-footer:last-child {
	border-radius: 0 0 3px 3px
}

.card-header-tabs {
	border-bottom: 0;
	margin-bottom: -.75rem
}

.card-header-pills,
.card-header-tabs {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.card-img-overlay {
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	position: absolute;
	right: 0;
	top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
	flex-shrink: 0;
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.card-img,
.card-img-bottom {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-left: -15px;
		margin-right: -15px
	}

	.card-deck .card {
		flex: 1 0 0%;
		margin-bottom: 0;
		margin-left: 15px;
		margin-right: 15px
	}
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		border-left: 0;
		margin-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

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

@media (min-width:576px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

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

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

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

.breadcrumb {
	background-color: #e9ecef;
	border-radius: 4px;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 1rem;
	padding: .75rem 1rem
}

.breadcrumb,
.breadcrumb-item {
	display: flex
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
	color: #6c757d;
	content: "/";
	display: inline-block;
	padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	border-radius: 4px;
	display: flex;
	list-style: none;
	padding-left: 0
}

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

.page-link:hover {
	background-color: #e9ecef;
	border-color: #ccced2;
	color: #0058fa;
	text-decoration: none;
	z-index: 2
}

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

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

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

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

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

.pagination-lg .page-link {
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination-lg .page-item:last-child .page-link {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination-sm .page-link {
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination-sm .page-item:last-child .page-link {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

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

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

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

.badge:empty {
	display: none
}

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

.badge-pill {
	border-radius: 10rem;
	padding-left: .6em;
	padding-right: .6em
}

.badge-primary {
	background-color: #4788ff;
	color: #fff
}

a.badge-primary:focus,
a.badge-primary:hover {
	background-color: #1467ff;
	color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 136, 255, .5);
	outline: 0
}

.badge-secondary {
	background-color: #6c757d;
	color: #fff
}

a.badge-secondary:focus,
a.badge-secondary:hover {
	background-color: #545b62;
	color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	outline: 0
}

.badge-success {
	background-color: #4fd69c;
	color: #fff
}

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

a.badge-success.focus,
a.badge-success:focus {
	box-shadow: 0 0 0 .2rem rgba(79, 214, 156, .5);
	outline: 0
}

.badge-info {
	background-color: #37d5f2;
	color: #fff
}

a.badge-info:focus,
a.badge-info:hover {
	background-color: #0fc5e7;
	color: #fff
}

a.badge-info.focus,
a.badge-info:focus {
	box-shadow: 0 0 0 .2rem rgba(55, 213, 242, .5);
	outline: 0
}

.badge-warning {
	background-color: #fc7c5f;
	color: #fff
}

a.badge-warning:focus,
a.badge-warning:hover {
	background-color: #fb532d;
	color: #fff
}

a.badge-warning.focus,
a.badge-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(252, 124, 95, .5);
	outline: 0
}

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

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

a.badge-danger.focus,
a.badge-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(247, 86, 118, .5);
	outline: 0
}

.badge-light {
	background-color: #c7cbd3;
	color: #212529
}

a.badge-light:focus,
a.badge-light:hover {
	background-color: #aab0bd;
	color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
	box-shadow: 0 0 0 .2rem rgba(199, 203, 211, .5);
	outline: 0
}

.badge-dark {
	background-color: #01041b;
	color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
	background-color: #000;
	color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(1, 4, 27, .5);
	outline: 0
}

.badge-orange {
	background-color: #fe721c;
	color: #fff
}

a.badge-orange:focus,
a.badge-orange:hover {
	background-color: #e65801;
	color: #fff
}

a.badge-orange.focus,
a.badge-orange:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 114, 28, .5);
	outline: 0
}

.badge-purple {
	background-color: #4731b6;
	color: #fff
}

a.badge-purple:focus,
a.badge-purple:hover {
	background-color: #37268e;
	color: #fff
}

a.badge-purple.focus,
a.badge-purple:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 49, 182, .5);
	outline: 0
}

.badge-skyblue {
	background-color: #158df7;
	color: #fff
}

a.badge-skyblue:focus,
a.badge-skyblue:hover {
	background-color: #0773d2;
	color: #fff
}

a.badge-skyblue.focus,
a.badge-skyblue:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 141, 247, .5);
	outline: 0
}

.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 1rem;
	padding: .55rem 1rem;
	position: relative
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

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

.alert-dismissible .close {
	color: inherit;
	padding: .55rem 1rem;
	position: absolute;
	right: 0;
	top: 0
}

.alert-primary {
	background-color: #dae7ff;
	border-color: #3c72d6;
	color: #254785
}

.alert-primary hr {
	border-top-color: #2b64cd
}

.alert-primary .alert-link {
	color: #1a325d
}

.alert-secondary {
	background-color: #e2e3e5;
	border-color: #5b6269;
	color: #383d41
}

.alert-secondary hr {
	border-top-color: #4f555b
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	background-color: #dcf7eb;
	border-color: #42b483;
	color: #296f51
}

.alert-success hr {
	border-top-color: #3ba175
}

.alert-success .alert-link {
	color: #1b4a36
}

.alert-info {
	background-color: #d7f7fc;
	border-color: #2eb3cb;
	color: #1d6f7e
}

.alert-info hr {
	border-top-color: #29a1b6
}

.alert-info .alert-link {
	color: #134a55
}

.alert-warning {
	background-color: #fee5df;
	border-color: #d46850;
	color: #834031
}

.alert-warning hr {
	border-top-color: #cf563c
}

.alert-warning .alert-link {
	color: #5e2e23
}

.alert-danger {
	background-color: #fddde4;
	border-color: #cf4863;
	color: #802d3d
}

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

.alert-danger .alert-link {
	color: #5a202b
}

.alert-light {
	background-color: #f4f5f6;
	border-color: #a7abb1;
	color: #676a6e
}

.alert-light hr {
	border-top-color: #999ea5
}

.alert-light .alert-link {
	color: #4e5154
}

.alert-dark {
	background-color: #cccdd1;
	border-color: #010317;
	color: #01020e
}

.alert-dark hr {
	border-top-color: #000
}

.alert-dark .alert-link {
	color: #000
}

.alert-orange {
	background-color: #ffe3d2;
	border-color: #d56018;
	color: #843b0f
}

.alert-orange hr {
	border-top-color: #be5615
}

.alert-orange .alert-link {
	color: #56270a
}

.alert-purple {
	background-color: #dad6f0;
	border-color: #3c2999;
	color: #25195f
}

.alert-purple hr {
	border-top-color: #342485
}

.alert-purple .alert-link {
	color: #150e37
}

.alert-skyblue {
	background-color: #d0e8fd;
	border-color: #1276cf;
	color: #0b4980
}

.alert-skyblue hr {
	border-top-color: #1069b8
}

.alert-skyblue .alert-link {
	color: #072e51
}

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

	to {
		background-position: 0 0
	}
}

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

	to {
		background-position: 0 0
	}
}

.progress {
	background-color: #e9ecef;
	border-radius: 4px;
	font-size: .75rem;
	height: 1rem;
	line-height: 0
}

.progress,
.progress-bar {
	display: flex;
	overflow: hidden
}

.progress-bar {
	background-color: #4788ff;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: width .6s ease;
	white-space: nowrap
}

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

.progress-bar-striped {
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size: 1rem 1rem
}

.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 {
	align-items: flex-start;
	display: flex
}

.media-body {
	flex: 1
}

.list-group {
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0
}

.list-group-item-action {
	color: #495057;
	text-align: inherit;
	width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	background-color: #f8f9fa;
	color: #495057;
	text-decoration: none;
	z-index: 1
}

.list-group-item-action:active {
	background-color: #e9ecef;
	color: #535f6b
}

.list-group-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	display: block;
	padding: .75rem 1.25rem;
	position: relative
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
	background-color: #fff;
	color: #6c757d;
	pointer-events: none
}

.list-group-item.active {
	background-color: #4788ff;
	border-color: #4788ff;
	color: #fff;
	z-index: 2
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	border-top-width: 1px;
	margin-top: -1px
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-left-width: 0;
	border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	border-left-width: 1px;
	margin-left: -1px
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-left-width: 0;
		border-top-width: 1px
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		border-left-width: 1px;
		margin-left: -1px
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-left-width: 0;
		border-top-width: 1px
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		border-left-width: 1px;
		margin-left: -1px
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-left-width: 0;
		border-top-width: 1px
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		border-left-width: 1px;
		margin-left: -1px
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 4px
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-left-width: 0;
		border-top-width: 1px
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		border-left-width: 1px;
		margin-left: -1px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	background-color: #cbdeff;
	color: #254785
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	background-color: #b2ceff;
	color: #254785
}

.list-group-item-primary.list-group-item-action.active {
	background-color: #254785;
	border-color: #254785;
	color: #fff
}

.list-group-item-secondary {
	background-color: #d6d8db;
	color: #383d41
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	background-color: #c8cbcf;
	color: #383d41
}

.list-group-item-secondary.list-group-item-action.active {
	background-color: #383d41;
	border-color: #383d41;
	color: #fff
}

.list-group-item-success {
	background-color: #cef4e3;
	color: #296f51
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	background-color: #b9efd7;
	color: #296f51
}

.list-group-item-success.list-group-item-action.active {
	background-color: #296f51;
	border-color: #296f51;
	color: #fff
}

.list-group-item-info {
	background-color: #c7f3fb;
	color: #1d6f7e
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	background-color: #afeef9;
	color: #1d6f7e
}

.list-group-item-info.list-group-item-action.active {
	background-color: #1d6f7e;
	border-color: #1d6f7e;
	color: #fff
}

.list-group-item-warning {
	background-color: #fedad2;
	color: #834031
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	background-color: #fdc5b9;
	color: #834031
}

.list-group-item-warning.list-group-item-action.active {
	background-color: #834031;
	border-color: #834031;
	color: #fff
}

.list-group-item-danger {
	background-color: #fdd0d9;
	color: #802d3d
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	background-color: #fcb8c5;
	color: #802d3d
}

.list-group-item-danger.list-group-item-action.active {
	background-color: #802d3d;
	border-color: #802d3d;
	color: #fff
}

.list-group-item-light {
	background-color: #eff0f3;
	color: #676a6e
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	background-color: #e0e2e8;
	color: #676a6e
}

.list-group-item-light.list-group-item-action.active {
	background-color: #676a6e;
	border-color: #676a6e;
	color: #fff
}

.list-group-item-dark {
	background-color: #b8b9bf;
	color: #01020e
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	background-color: #abacb3;
	color: #01020e
}

.list-group-item-dark.list-group-item-action.active {
	background-color: #01020e;
	border-color: #01020e;
	color: #fff
}

.list-group-item-orange {
	background-color: #ffd8bf;
	color: #843b0f
}

.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
	background-color: #ffc8a6;
	color: #843b0f
}

.list-group-item-orange.list-group-item-action.active {
	background-color: #843b0f;
	border-color: #843b0f;
	color: #fff
}

.list-group-item-purple {
	background-color: #cbc5eb;
	color: #25195f
}

.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
	background-color: #bab2e4;
	color: #25195f
}

.list-group-item-purple.list-group-item-action.active {
	background-color: #25195f;
	border-color: #25195f;
	color: #fff
}

.list-group-item-skyblue {
	background-color: #bddffd;
	color: #0b4980
}

.list-group-item-skyblue.list-group-item-action:focus,
.list-group-item-skyblue.list-group-item-action:hover {
	background-color: #a4d3fc;
	color: #0b4980
}

.list-group-item-skyblue.list-group-item-action.active {
	background-color: #0b4980;
	border-color: #0b4980;
	color: #fff
}

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

@media (max-width:1200px) {
	.close {
		font-size: calc(1.275rem + .3vw)
	}
}

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

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

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

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

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

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

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

.modal.fade .modal-dialog {
	transform: translateY(-50px);
	transition: transform .3s ease-out
}

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

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

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

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

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

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

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

.modal-dialog-centered {
	align-items: center;
	display: flex;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
	content: "";
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	height: 100%;
	justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none
}

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

.modal-backdrop {
	background-color: #000;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1040
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	align-items: flex-start;
	border-bottom: 1px solid #deeaff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: flex;
	justify-content: space-between;
	padding: 1rem
}

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

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

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

.modal-footer {
	align-items: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #deeaff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: .75rem
}

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

.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px
}

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

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

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

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered:before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

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

.tooltip {
	word-wrap: break-word;
	display: block;
	font-family: DM Sans, sans-serif;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	z-index: 1070
}

.tooltip.show {
	opacity: .9
}

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

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

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
	border-top-color: #000;
	border-width: .4rem .4rem 0;
	top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	height: .8rem;
	left: 0;
	width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
	border-right-color: #000;
	border-width: .4rem .4rem .4rem 0;
	right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #000;
	border-width: 0 .4rem .4rem;
	bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	height: .8rem;
	right: 0;
	width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
	border-left-color: #000;
	border-width: .4rem 0 .4rem .4rem;
	left: 0
}

.tooltip-inner {
	background-color: #000;
	border-radius: 4px;
	color: #fff;
	max-width: 200px;
	padding: .25rem .5rem;
	text-align: center
}

.popover {
	word-wrap: break-word;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	font-family: DM Sans, sans-serif;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	left: 0;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	max-width: 276px;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	top: 0;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	z-index: 1060
}

.popover,
.popover .arrow {
	display: block;
	position: absolute
}

.popover .arrow {
	height: .5rem;
	margin: 0 4px;
	width: 1rem
}

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

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
	bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
	border-top-color: rgba(0, 0, 0, .25);
	border-width: .5rem .5rem 0;
	bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
	border-top-color: #fff;
	border-width: .5rem .5rem 0;
	bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
	height: 1rem;
	left: calc(-.5rem - 1px);
	margin: 4px 0;
	width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
	border-right-color: rgba(0, 0, 0, .25);
	border-width: .5rem .5rem .5rem 0;
	left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
	border-right-color: #fff;
	border-width: .5rem .5rem .5rem 0;
	left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
	top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
	border-bottom-color: rgba(0, 0, 0, .25);
	border-width: 0 .5rem .5rem;
	top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
	border-bottom-color: #fff;
	border-width: 0 .5rem .5rem;
	top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
	border-bottom: 1px solid #f7f7f7;
	content: "";
	display: block;
	left: 50%;
	margin-left: -.5rem;
	position: absolute;
	top: 0;
	width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
	height: 1rem;
	margin: 4px 0;
	right: calc(-.5rem - 1px);
	width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
	border-left-color: rgba(0, 0, 0, .25);
	border-width: .5rem 0 .5rem .5rem;
	right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
	border-left-color: #fff;
	border-width: .5rem 0 .5rem .5rem;
	right: 1px
}

.popover-header {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1rem;
	margin-bottom: 0;
	padding: .5rem .75rem
}

.popover-header:empty {
	display: none
}

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

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

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

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

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

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%)
}

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

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1;
	z-index: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
	transition: opacity 0s .6s;
	z-index: 0
}

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

	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-next,
.carousel-control-prev {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	opacity: .5;
	position: absolute;
	text-align: center;
	top: 0;
	transition: opacity .15s ease;
	width: 15%;
	z-index: 1
}

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

	.carousel-control-next,
	.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	opacity: .9;
	outline: 0;
	text-decoration: none
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background: no-repeat 50%/100% 100%;
	display: inline-block;
	height: 20px;
	width: 20px
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	list-style: none;
	margin-left: 15%;
	margin-right: 15%;
	padding-left: 0;
	position: absolute;
	right: 0;
	z-index: 15
}

.carousel-indicators li {
	background-clip: padding-box;
	background-color: #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	box-sizing: content-box;
	cursor: pointer;
	flex: 0 1 auto;
	height: 3px;
	margin-left: 3px;
	margin-right: 3px;
	opacity: .5;
	text-indent: -999px;
	transition: opacity .6s ease;
	width: 30px
}

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

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	z-index: 10
}

.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,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	color: #001947 !important
}

.bg-secondary,
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	color: #000 !important
}

.bg-success,
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	color: #071f15 !important
}

.bg-info,
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	color: #032227 !important
}

.bg-warning,
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	color: #5a1202 !important
}

.bg-danger,
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	color: #4a0412 !important
}

.bg-light,
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	color: #444a57 !important
}

.bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	color: #000 !important
}

.bg-orange,
a.bg-orange:focus,
a.bg-orange:hover,
button.bg-orange:focus,
button.bg-orange:hover {
	color: #1b0a00 !important
}

.bg-purple,
a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
	color: #000 !important
}

.bg-skyblue,
a.bg-skyblue:focus,
a.bg-skyblue:hover,
button.bg-skyblue:focus,
button.bg-skyblue:hover {
	color: #00070d !important
}

.bg-transparent {
	background-color: transparent !important
}

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

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

.border-right {
	border-right: 1px solid #deeaff !important
}

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

.border-left {
	border-left: 1px solid #deeaff !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: #4788ff !important
}

.border-secondary {
	border-color: #6c757d !important
}

.border-success {
	border-color: #4fd69c !important
}

.border-info {
	border-color: #37d5f2 !important
}

.border-warning {
	border-color: #fc7c5f !important
}

.border-danger {
	border-color: #f75676 !important
}

.border-light {
	border-color: #c7cbd3 !important
}

.border-dark {
	border-color: #01041b !important
}

.border-orange {
	border-color: #fe721c !important
}

.border-purple {
	border-color: #4731b6 !important
}

.border-skyblue {
	border-color: #158df7 !important
}

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

.rounded,
.rounded-sm {
	border-radius: 4px !important
}

.rounded-top {
	border-top-left-radius: 4px !important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: 4px !important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: 4px !important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: 4px !important
}

.rounded-left {
	border-top-left-radius: 4px !important
}

.rounded-lg {
	border-radius: 4px !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50px !important
}

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

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

.p-static {
	position: static !important
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

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

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

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

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

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

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

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

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

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

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

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

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

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

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

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

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

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

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

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

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

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

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

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

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

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

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

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

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

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

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

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

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

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

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

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

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

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%
}

.embed-responsive:before {
	content: "";
	display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.embed-responsive-21by9:before {
	padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row !important
}

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

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

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

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

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

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

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

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

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

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

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

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

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

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

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

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

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

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

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

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

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

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	top: 0
}

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

.fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto
}

.shadow,
.shadow-lg,
.shadow-none,
.shadow-sm {
	box-shadow: none !important
}

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

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

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

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

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

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

.m-1 {
	margin: .25rem !important
}

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

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

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

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

.m-2 {
	margin: .5rem !important
}

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

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

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

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

.m-3 {
	margin: 1rem !important
}

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

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

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

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

.m-4 {
	margin: 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: 3rem !important
}

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

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

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

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

.p-0 {
	padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-4 {
	padding: 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: 3rem !important
}

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

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

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

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

.m-n1 {
	margin: -.25rem !important
}

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

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

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

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

.m-n2 {
	margin: -.5rem !important
}

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

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

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

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

.m-n3 {
	margin: -1rem !important
}

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

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

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

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

.m-n4 {
	margin: -1.5rem !important
}

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

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

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

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

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

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

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

.m-auto {
	margin: auto !important
}

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

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

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

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

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-sm-3 {
		margin: 1rem !important
	}

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

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

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

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

	.m-sm-4 {
		margin: 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: 3rem !important
	}

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

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

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

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

	.p-sm-0 {
		padding: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-sm-4 {
		padding: 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: 3rem !important
	}

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

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

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

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

	.m-sm-n1 {
		margin: -.25rem !important
	}

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

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

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

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

	.m-sm-n2 {
		margin: -.5rem !important
	}

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

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

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

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

	.m-sm-n3 {
		margin: -1rem !important
	}

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

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

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

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

	.m-sm-n4 {
		margin: -1.5rem !important
	}

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

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

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

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

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

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

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

	.m-sm-auto {
		margin: auto !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-md-4 {
		margin: 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: 3rem !important
	}

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

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

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

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

	.p-md-0 {
		padding: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-md-4 {
		padding: 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: 3rem !important
	}

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

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

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

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

	.m-md-n1 {
		margin: -.25rem !important
	}

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

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

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

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

	.m-md-n2 {
		margin: -.5rem !important
	}

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

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

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

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

	.m-md-n3 {
		margin: -1rem !important
	}

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

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

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

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

	.m-md-n4 {
		margin: -1.5rem !important
	}

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

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

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

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

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

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

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

	.m-md-auto {
		margin: auto !important
	}

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

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

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

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

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

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

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

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

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

	.m-lg-1 {
		margin: .25rem !important
	}

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

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

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

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

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

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

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

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

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

	.m-lg-3 {
		margin: 1rem !important
	}

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

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

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

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

	.m-lg-4 {
		margin: 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: 3rem !important
	}

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

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

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

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

	.p-lg-0 {
		padding: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-lg-4 {
		padding: 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: 3rem !important
	}

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

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

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

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

	.m-lg-n1 {
		margin: -.25rem !important
	}

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

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

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

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

	.m-lg-n2 {
		margin: -.5rem !important
	}

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

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

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

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

	.m-lg-n3 {
		margin: -1rem !important
	}

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

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

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

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

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

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

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

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

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

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

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

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

	.m-lg-auto {
		margin: auto !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-xl-3 {
		margin: 1rem !important
	}

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

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

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

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

	.m-xl-4 {
		margin: 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: 3rem !important
	}

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

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

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

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

	.p-xl-0 {
		padding: 0 !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-xl-4 {
		padding: 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: 3rem !important
	}

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

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

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

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

	.m-xl-n1 {
		margin: -.25rem !important
	}

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

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

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

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

	.m-xl-n2 {
		margin: -.5rem !important
	}

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

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

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

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

	.m-xl-n3 {
		margin: -1rem !important
	}

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

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

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

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

	.m-xl-n4 {
		margin: -1.5rem !important
	}

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

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

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

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

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

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

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

	.m-xl-auto {
		margin: auto !important
	}

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

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

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

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

.stretched-link:after {
	background-color: transparent;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

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

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

.font-weight-normal {
	font-weight: 400 !important
}

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

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

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

.text-primary {
	color: #4788ff !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0058fa !important
}

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

a.text-secondary:focus,
a.text-secondary:hover {
	color: #494f54 !important
}

.text-success {
	color: #4fd69c !important
}

a.text-success:focus,
a.text-success:hover {
	color: #29b076 !important
}

.text-info {
	color: #37d5f2 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #0db1cf !important
}

.text-warning {
	color: #fc7c5f !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #fb3f14 !important
}

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

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

.text-light {
	color: #c7cbd3 !important
}

a.text-light:focus,
a.text-light:hover {
	color: #9ca3b1 !important
}

.text-dark {
	color: #01041b !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #000 !important
}

.text-body {
	color: #535f6b !important
}

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

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}

.text-decoration-none {
	text-decoration: none !important
}

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

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

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

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

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

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

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

	thead {
		display: table-header-group
	}

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

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

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

	@page {
		size: a3
	}

	.container,
	body {
		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 td,
	.table-bordered th {
		border: 1px solid #ccced2 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #deeaff
	}

	.table .thead-dark th {
		border-color: #deeaff;
		color: inherit
	}
}

.card {
	background: #fff;
	border: 1px solid #dfe7ff;
	border-radius: 4px;
	margin-bottom: 30px
}

.card .card-header {
	align-items: center !important;
	background: transparent;
	border-bottom: 1px solid #deeaff;
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px
}

.card .card-header .header-title .card-title {
	font-weight: 700;
	margin-bottom: 0
}

.card .card-footer {
	background: transparent;
	border-top-color: #deeaff
}

.card-transparent {
	background: transparent;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 30px
}

.card-transparent .card-header {
	align-items: center !important;
	background: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px
}

.card-transparent .card-header .header-title .card-title {
	margin-bottom: 0
}

.card-body {
	padding: 20px
}

.card-header-toolbar .nav-item a {
	color: #535f6b;
	font-size: 14px;
	padding: 4px 12px
}

.card-header-toolbar .dropdown-toggle i {
	font-size: 20px;
	line-height: normal;
	vertical-align: text-bottom
}

.card-header-toolbar .dropdown-toggle:after {
	display: none
}

.card-header .dropdown-bg {
	border-radius: 4px
}

.card-block.card-stretch {
	align-items: stretch
}

.card-block.card-height-third {
	height: calc(33.33% - 30px)
}

.card-block.card-height-half {
	height: calc(50% - 30px)
}

.card-block.card-height {
	height: calc(100% - 30px)
}

.card-block {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.mm-sidebar {
	background: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	transition: all .6s ease-in-out;
	width: 260px;
	z-index: 1000
}

#sidebar-scrollbar {
	height: 100vh
}

.scroll-content div.p-3 {
	height: 100px
}

.mm-sidebar-menu {
	margin: 0 15px;
	position: relative
}

.mm-sidebar-menu .side-menu {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.mm-sidebar-menu .side-menu .side-menu-title {
	color: #535f6b;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	padding: 15px;
	position: relative
}

.mm-sidebar-menu .side-menu .side-menu-title i {
	display: none
}

.mm-sidebar-menu .side-menu.side-menu-sm li a {
	padding: .625rem
}

.mm-sidebar-menu .side-menu li {
	list-style-type: none;
	position: relative;
	white-space: nowrap
}

.mm-sidebar-menu .side-menu li li {
	background: transparent !important;
	margin: 0
}

.mm-sidebar-menu .side-menu li li a {
	font-size: 14px
}

.mm-sidebar-menu .side-menu li a {
	align-items: center;
	border-radius: 4px;
	color: #535f6b;
	display: block;
	display: flex;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	padding: .9375rem .625rem;
	position: relative;
	text-transform: capitalize;
	white-space: nowrap
}

.mm-sidebar-menu .side-menu li a i {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	margin-right: 8px;
	vertical-align: middle;
	width: 20px
}

.mm-sidebar-menu .side-menu li a span {
	display: inline-block;
	padding: 0;
	transition: none;
	white-space: nowrap
}

.mm-sidebar-menu .side-menu li a .mm-arrow-right {
	font-size: 15px;
	margin-left: auto;
	margin-right: 0;
	transition: all .6s ease-in-out;
	width: 15px
}

.mm-sidebar-menu .side-menu li a .badge {
	position: absolute;
	right: 15px;
	transition: all .6s ease-in-out
}

.mm-sidebar-menu .side-menu li a[aria-expanded=true] .mm-arrow-right {
	transition: all .6s ease-in-out
}

.mm-sidebar-menu .side-menu li ul {
	border-bottom: 1px solid #deeaff;
	border-top: 1px solid #deeaff;
	padding-left: 0;
	position: relative
}

.mm-sidebar-menu .side-menu li .submenu li a[aria-expanded=true] {
	box-shadow: none
}

.mm-sidebar-menu .side-menu li.active-menu>a {
	border-radius: 0;
	color: #4788ff;
	text-decoration: none;
	transition: none
}

.mm-sidebar-menu .side-menu li.active .submenu li>a {
	background: transparent
}

.sidebar-default .mm-sidebar-menu svg {
	stroke: #4788ff
}

.sidebar-default .mm-sidebar-menu li.active>a:before {
	background: #4788ff;
	border-radius: 0 4px 4px 0;
	color: #4788ff;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	width: 4px
}

.sidebar-default .mm-sidebar-menu .side-menu li a:hover {
	background: rgba(71, 136, 255, .1);
	color: #4788ff
}

.sidebar-default .mm-sidebar-menu .side-menu li a[aria-expanded=true] {
	background: rgba(71, 136, 255, .1);
	color: #4788ff;
	text-decoration: none;
	transition: none
}

.sidebar-default .mm-sidebar-menu .side-menu li a[aria-expanded=true] i.mm-arrow-left {
	color: #fff
}

.sidebar-default .mm-sidebar-menu .side-menu li .submenu li a:hover {
	background: rgba(71, 136, 255, .1)
}

.sidebar-default .mm-sidebar-menu .side-menu li ul a:hover {
	background: transparent;
	color: #4788ff;
	text-decoration: none
}

.sidebar-default .mm-sidebar-menu .side-menu li ul.submenu-data li {
	margin: 0
}

.sidebar-default .mm-sidebar-menu .side-menu>li.active {
	border: 1px solid #deeaff;
	border-bottom: unset;
	border-radius: 4px
}

.sidebar-default .mm-sidebar-menu .side-menu>li.active>a {
	background: rgba(71, 136, 255, .1);
	color: #4788ff;
	text-decoration: none
}

.sidebar-default .mm-sidebar-menu .side-menu li.active .submenu li.active>a {
	border-radius: 0;
	color: #4788ff
}

.sidebar-default .mm-sidebar-menu .side-menu li.active .submenu li:last-child>a {
	border-radius: 0 0 4px 4px
}

.sidebar-default .mm-sidebar-menu .side-menu li.active .submenu li a[aria-expanded=true] {
	background: rgba(71, 136, 255, .1);
	box-shadow: none
}

.sidebar-default .mm-sidebar-menu .side-menu .submenu .submenu-data {
	box-shadow: none
}

.sidebar-default .mm-sidebar .mm-sidebar-menu .side-menu .submenu li:before {
	background: #4788ff;
	border-radius: 4px;
	content: "";
	height: 35px;
	left: 30px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 8px;
	width: 3px
}

.sidebar-default .mm-sidebar .mm-sidebar-menu .side-menu .submenu li.active:before {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

.sidebar-default .mm-sidebar .mm-sidebar-menu .side-menu li.active ul.submenu .submenu li:before,
.sidebar-default .mm-sidebar .mm-sidebar-menu .side-menu li.active ul.submenu .submenu:before {
	left: 48px;
	width: 2px
}

.sidebar-default .sidebar-main .mm-sidebar-menu .side-menu li ul {
	padding-left: 0
}

.sidebar-default .sidebar-bottom {
	padding: 120px 15px 0 !important
}

.sidebar-default .sidebar-bottom .sidebarbottom-content {
	text-align: center
}

.sidebar-default .sidebar-bottom .image {
	margin-top: -132px
}

.mm-sidebar-menu .side-menu li a .mm-arrow-right.arrow-hover,
.mm-sidebar-menu .side-menu li a[aria-expanded=true] .mm-arrow-right.arrow-active {
	display: none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0
}

.mm-sidebar-menu .side-menu li a[aria-expanded=true] .mm-arrow-right.arrow-hover {
	display: block;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

.mm-sidebar-logo {
	padding: 15px;
	position: relative;
	transition: all .6s ease-in-out;
	width: auto
}

.mm-sidebar-logo a {
	align-items: center;
	display: flex
}

.mm-sidebar-logo a span {
	flex: 1;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 42px;
	margin-left: 10px;
	padding-left: 1px;
	transition: all .6s ease-in-out
}

.mm-sidebar-logo a span.logo-text {
	font-size: 10px;
	letter-spacing: 5px
}

.mm-sidebar-logo a:focus,
.mm-sidebar-logo a:hover {
	text-decoration: none
}

.mm-sidebar-logo img {
	height: 40px
}

.mm-saidbar-logo img {
	width: 60%
}

.logo-text {
	color: #535f6b;
	font-size: 10px;
	letter-spacing: 5px;
	text-transform: uppercase
}

.mm-top-navbar .wrapper-menu {
	margin: 0 15px 0 0
}

.wrapper-menu {
	color: #4788ff;
	font-size: 30px;
	position: relative;
	text-align: center;
	transition: all .6s ease-in-out
}

@media (min-width:1300px) {
	.mm-top-navbar .mm-navbar-custom .wrapper-menu {
		display: none
	}

	body.sidebar-main .mm-sidebar {
		width: 80px
	}

	body.sidebar-main .mm-sidebar .mm-sidebar-menu .side-menu li a span {
		display: none;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transition: all .6s ease-in-out
	}

	body.sidebar-main .mm-sidebar .mm-sidebar-menu .side-menu li a .mm-arrow-right {
		display: none
	}

	body.sidebar-main .mm-sidebar-logo {
		transform: translateX(-10px)
	}

	body.sidebar-main .mm-sidebar-logo a {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transition-delay: .2s
	}

	body.sidebar-main .mm-sidebar-logo a span {
		transition: all .6s ease-in-out
	}

	body.sidebar-main .mm-sidebar-menu .side-menu li a .badge {
		display: none;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transition: all .6s ease-in-out
	}

	body.sidebar-main .mm-sidebar-menu .side-menu li a .mm-arrow-right {
		display: none;
		margin-right: 0
	}

	body.sidebar-main .mm-sidebar-menu .side-menu li a i.mm-arrow-left {
		margin: 0 auto
	}

	body.sidebar-main .mm-sidebar-menu .side-menu li a i,
	body.sidebar-main .mm-sidebar-menu .side-menu li li a i {
		margin: 0 auto;
		text-align: center
	}

	.sidebar-main .mm-sidebar .submenu li a {
		font-size: 0
	}

	.sidebar-main .mm-sidebar .sidebar-bottom {
		display: none
	}
}

@media (max-width:1299px) {
	.mm-sidebar {
		display: inline-block;
		left: -300px;
		top: 0;
		z-index: 99
	}

	body.sidebar-main .mm-sidebar {
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .1);
		left: 0;
		width: 260px;
		z-index: 999
	}
}

@-webkit-keyframes shadowDots {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 177, 255, .2)
	}

	to {
		box-shadow: 0 0 0 15px rgba(0, 177, 255, 0)
	}
}

@keyframes shadowDots {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 177, 255, .2)
	}

	to {
		box-shadow: 0 0 0 15px rgba(0, 177, 255, 0)
	}
}

@-webkit-keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 177, 255, .2)
	}

	to {
		box-shadow: 0 0 0 15px rgba(0, 177, 255, 0)
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 177, 255, .2)
	}

	to {
		box-shadow: 0 0 0 15px rgba(0, 177, 255, 0)
	}
}

@-webkit-keyframes shadow-pulse-dots-danger {
	0% {
		box-shadow: 0 0 0 0 hsla(9, 100%, 77%, .2)
	}

	to {
		box-shadow: 0 0 0 15px hsla(9, 100%, 77%, 0)
	}
}

@keyframes shadow-pulse-dots-danger {
	0% {
		box-shadow: 0 0 0 0 hsla(9, 100%, 77%, .2)
	}

	to {
		box-shadow: 0 0 0 15px hsla(9, 100%, 77%, 0)
	}
}

@-webkit-keyframes shadow-pulse-danger {
	0% {
		box-shadow: 0 0 0 0 hsla(9, 100%, 77%, .2)
	}

	to {
		box-shadow: 0 0 0 15px hsla(9, 100%, 77%, 0)
	}
}

@keyframes shadow-pulse-danger {
	0% {
		box-shadow: 0 0 0 0 hsla(9, 100%, 77%, .2)
	}

	to {
		box-shadow: 0 0 0 15px hsla(9, 100%, 77%, 0)
	}
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		transform: translateY(0)
	}
}

.mm-top-navbar {
	background: #fff;
	display: inline-block;
	left: auto;
	margin: 0;
	min-height: 73px;
	padding: 0 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .3s ease-in-out;
	width: calc(100% - 260px);
	z-index: 99
}

.mm-top-navbar .mm-navbar-custom .navbar-breadcrumb {
	display: block;
	margin-left: 0;
	padding: 20px 0
}

.mm-top-navbar .breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0
}

.mm-top-navbar .breadcrumb .breadcrumb-item.active {
	color: #535f6b
}

.mm-top-navbar .breadcrumb li {
	font-size: 14px;
	list-style-type: none
}

.mm-top-navbar .breadcrumb li a,
.mm-top-navbar .breadcrumb li a:hover {
	text-decoration: none
}

.mm-top-navbar .navbar-expand-lg {
	justify-content: space-between !important
}

.mm-top-navbar .dropdown-menu {
	-webkit-animation: fade-in-bottom .3s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-bottom .3s cubic-bezier(.39, .575, .565, 1) both;
	position: absolute;
	transform: translateY(100%)
}

.mm-top-navbar .dropdown-menu .dropdown-item {
	position: relative
}

.mm-top-navbar .dropdown-menu .dropdown-item:before {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	content: "";
	height: 75%;
	left: 0;
	position: absolute;
	top: 13%;
	width: 4px
}

.mm-top-navbar .dropdown-menu .dropdown-item:hover a {
	color: #4788ff !important
}

.mm-top-navbar .dropdown-menu .dropdown-item:hover:before {
	background-color: #4788ff;
	transition: all .2s ease-in-out
}

.mm-top-navbar .mm-sub-dropdown {
	-webkit-animation: fade-in-bottom .3s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-bottom .3s cubic-bezier(.39, .575, .565, 1) both;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	left: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(100%);
	transition: all .3s ease-in-out;
	width: 300px
}

.mm-top-navbar .mm-sub-dropdown .mm-card-body div {
	border-radius: 4px 4px 0 0
}

.mm-top-navbar .lang .mm-sub-dropdown {
	width: auto
}

.mm-top-navbar .navbar-brand {
	padding: 0
}

body.sidebar-main .mm-top-navbar {
	width: calc(100% - 80px)
}

.mm-top-navbar.fixed-header {
	border-radius: 0;
	margin: 0;
	right: 0;
	transition: all .3s ease-in-out;
	width: calc(100% - 330px)
}

.navbar-breadcrumb .breadcrumb {
	background: none;
	margin-top: 5px;
	padding: 0
}

.breadcrumb-item+.breadcrumb-item:before {
	color: #535f6b;
	content: "\ea5f";
	font-family: remixicon;
	font-size: 14px;
	vertical-align: sub
}

.navbar-list {
	float: right;
	margin: 0;
	padding: 0
}

.navbar-list li {
	float: left;
	list-style-type: none;
	position: relative
}

.navbar-list li>.dropdown {
	cursor: pointer;
	line-height: 73px
}

.navbar-list li>.dropdown .dropdown-menu {
	-webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
	transform: translateY(100%)
}

.navbar-list li .dropdown-toggle:after {
	display: none
}

.navbar-list li>a.language-title {
	font-size: 16px
}

.navbar-list li>a {
	color: #535f6b;
	display: block;
	padding: 0 10px
}

.navbar-list li>a.search-toggle {
	line-height: 73px
}

.navbar-list li>a>img {
	height: 50px;
	min-width: 50px;
	width: 50px
}

.navbar-list li a:hover {
	text-decoration: none
}

.navbar-list li .caption {
	line-height: 16px
}

.navbar-list li .caption p {
	color: #535f6b;
	font-size: 12px
}

.navbar-list li .mm-sub-dropdown .mm-sub-card {
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: normal;
	padding-bottom: 18px;
	width: 100%
}

.navbar-list li .mm-sub-dropdown .mm-sub-card:last-child {
	padding-bottom: 0
}

.navbar-list li .mm-sub-dropdown .mm-sub-card.mm-sub-card-big {
	width: auto
}

.navbar-list li.mm-nav-user {
	align-items: flex-start;
	display: flex
}

.navbar-list li.mm-nav-user span {
	flex: 1;
	font-size: 14px
}

.menu-tag,
.navbar-list .caption-content {
	line-height: normal
}

.menu-tag {
	background: #535f6b;
	border-radius: 90px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	left: 18px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 18px;
	width: 18px
}

.mm-breadcrumb {
	display: none
}

.toggle-cart-info img {
	width: 50px
}

.nav-item span.dots {
	-webkit-animation: shadowDots 1s infinite;
	animation: shadowDots 1s infinite;
	font-size: 0;
	width: 6px
}

.nav-item span.count-mail,
.nav-item span.dots {
	border: 0;
	border-radius: 50%;
	height: 6px;
	padding: 0;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 18px
}

.nav-item span.count-mail {
	-webkit-animation: shadow-pulse 1s infinite;
	animation: shadow-pulse 1s infinite;
	font-size: 10px;
	line-height: 15px;
	width: 5px
}

.nav-item .badge.count-cart {
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 13px;
	width: 15px
}

.top-nav-bottom {
	border-top: 1px solid #c9dcff;
	margin-left: 260px
}

.topnav-toolbar li a {
	border-radius: 4px;
	color: #6c757d;
	display: block;
	padding: 10px 15px;
	text-transform: capitalize
}

.topnav-toolbar li.date-today {
	background: #c7cbd3
}

.topnav-toolbar li.active a {
	background: #c9dcff;
	color: #4788ff
}

.topnav-toolbar ul li {
	list-style: none;
	padding: 13px 0
}

.mm-search-bar .searchbox {
	position: relative;
	width: 400px
}

.mm-search-bar .search-input {
	background-color: #f7f9ff;
	border: 1px solid #deeaff;
	border-radius: 4px;
	height: 40px;
	padding: 5px 65px 5px 40px;
	width: 100%
}

.mm-search-bar .search-link {
	left: 10px;
	position: absolute;
	top: 11px
}

.mm-navbar-logo {
	background: #fff;
	background: transparent;
	padding: 0;
	position: relative;
	transition: all .3s ease-in-out;
	width: auto
}

.mm-navbar-logo a {
	align-items: center;
	display: flex
}

.mm-navbar-logo a span {
	color: #01041b;
	flex: 1;
	font-size: 28px;
	font-weight: 500;
	line-height: 26px;
	margin-left: 10px;
	text-transform: capitalize;
	transition: all .3s ease-in-out
}

.mm-navbar-logo a:focus,
.mm-navbar-logo a:hover {
	text-decoration: none
}

.mm-navbar-logo img {
	height: 40px
}

.mm-sub-dropdown.mm-sub-dropdown-large {
	width: 500px
}

.cust-title {
	border-bottom: 1px solid #deeaff
}

.crt-img {
	background: #f7f9ff;
	border-radius: 4px;
	padding: 10px
}

.cust-dd .btn {
	border-radius: 0 0 4px 4px
}

.dd-icon {
	align-items: center;
	background: #1360ee;
	border-radius: 0 0 0 10px;
	bottom: 0;
	color: #fff;
	display: flex;
	height: 40px;
	justify-content: center;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all .3s ease-in-out;
	width: 40px
}

.right-ic {
	border: none !important;
	border-radius: 0 0 4px 4px;
	overflow: hidden
}

.right-ic:hover .dd-icon {
	background: #4788ff
}

.mm-show .mm-sub-dropdown {
	display: inline-block
}

.mm-sub-dropdown .mm-card-icon {
	font-size: 22px;
	height: 45px;
	line-height: 40px;
	width: 45px
}

.show-data .mm-user-dropdown {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	transform: translateX(0);
	transition: all .3s ease-in-out;
	visibility: visible
}

.mm-card-icon-small {
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	text-align: center;
	width: 40px
}

.profile-details>a {
	border-radius: 4px;
	display: block;
	margin-bottom: 15px
}

.data-scrollbar {
	height: 100vh
}

.navbar-toggler {
	outline: none
}

@media (min-width:1300px) {
	.mm-navbar-logo {
		display: none !important
	}

	.mm-navbar-logo>a {
		display: none
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li a.collapsed {
		pointer-events: none
	}
}

@media (max-width:1199px) {
	.mm-search-bar .searchbox {
		width: 320px
	}
}

@media (max-width:1299px) {
	.mm-top-navbar {
		width: 100%
	}

	.mm-top-navbar .mm-search-bar.device-search {
		margin-left: 20px
	}

	body.sidebar-main .mm-top-navbar {
		width: 100%
	}
}

@media (min-width:992px) {
	.search-content {
		display: none
	}
}

@media (max-width:991px) {
	.device-search {
		display: none
	}

	.navbar-collapse {
		background: #fff;
		border-radius: 4px;
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .1);
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 100%;
		width: 100%
	}

	.navbar-nav.navbar-list {
		display: inline-block
	}

	.mm-top-navbar {
		line-height: normal;
		min-height: unset;
		padding: 16px 15px !important
	}

	.mm-top-navbar .navbar-toggler {
		background: transparent;
		border: none;
		border-radius: 5px;
		color: #4788ff;
		font-size: 30px;
		padding: 5px 0 0
	}

	.mm-top-navbar .mm-navbar-logo img {
		height: 40px
	}

	.mm-top-navbar .mm-search-bar {
		line-height: normal
	}

	.mm-search-bar .searchbox {
		width: 100%
	}

	.navbar-list li>a .svg-icon {
		color: #4788ff !important
	}
}

@media (max-width:767px) {
	.mm-top-navbar .lang .mm-sub-dropdown {
		width: 150px
	}
}

@media (max-width:575px) {
	.search-toggle {
		position: relative
	}

	.mm-top-navbar .mm-sub-dropdown {
		left: 0;
		margin: 0 auto;
		right: 0;
		width: 270px
	}

	.mm-top-navbar .mm-search-bar {
		width: 100%
	}

	.mm-top-navbar .mm-user-dropdown {
		width: 300px
	}

	.navbar-list li {
		position: static
	}

	.navbar-list li>a.language-title {
		font-size: 0
	}
}

@media (max-width:479px) {
	.navbar-list li>a {
		padding: 0 10px
	}

	.navbar-list li>a>img {
		height: 40px;
		min-width: 40px;
		width: 40px
	}
}

@media (max-width:380px) {
	.header-logo h4 {
		display: none
	}

	.sidebar-main .menu-horizontal .header-logo h4 {
		display: block
	}
}

.navbar {
	padding: 10px 15px
}

.mm-right-fixed {
	margin: 0 15px
}

.right-sidebar-mini {
	position: fixed;
	right: 0;
	top: 75px;
	transform: translateX(calc(111% - 2em));
	transition: all .3s ease-in-out;
	width: 260px;
	z-index: 100
}

.right-sidebar-mini .side-left-icon {
	display: none
}

.right-sidebar-toggle {
	background: #fff;
	border-radius: 50px 0 0 50px;
	cursor: pointer;
	display: inline;
	margin-left: -44px;
	padding: 15px;
	position: absolute;
	top: 0;
	z-index: 99
}

.right-sidebar-toggle span {
	display: none !important
}

.right-sidebar-panel {
	background-color: #fff;
	height: 91vh;
	overflow-y: scroll;
	padding: 15px
}

.right-sidebar {
	transform: translateX(calc(10% - 1em))
}

.right-sidebar .side-right-icon {
	display: none
}

.right-sidebar .side-left-icon {
	display: block
}

@media (min-width:1500px) {
	.right-sidebar-mini {
		transform: translateX(calc(10% - 1em))
	}

	.right-sidebar-mini:hover .right-sidebar-toggle {
		margin-left: -44px;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		transition: all .3s ease-in-out
	}

	.right-sidebar-toggle {
		margin-left: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transition: all .3s ease-in-out;
		z-index: -1
	}

	.right-sidebar-mini.right-sidebar {
		transform: translateX(calc(111% - 2em))
	}

	.right-sidebar-mini.right-sidebar .right-sidebar-toggle {
		margin-left: -44px;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1
	}

	body.right-sidebar-close footer {
		width: calc(100vw - 260px)
	}
}

@media (min-width:1300px) and (max-width:1499px) {
	.right-sidebar-mini {
		transform: translateX(calc(111% - 8em))
	}

	.right-sidebar-mini .media-body {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0
	}

	.right-sidebar-mini.right-sidebar {
		transform: translateX(calc(10% - 1em))
	}

	.right-sidebar-mini.right-sidebar .media-body {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	cursor: pointer;
	display: inline-block
}

.dropdown-menu {
	box-shadow: 0 0 30px 4px rgba(71, 135, 255, .1);
	min-width: 12rem;
	padding: .4rem 0
}

.dropdown-menu .dropdown-item {
	color: #535f6b;
	font-size: 14;
	padding: .4rem 1rem
}

.dropdown-menu .dropdown-item:hover {
	background: rgba(71, 136, 255, .1);
	color: #4788ff
}

.dropdown-menu .dropdown-item>i,
.dropdown-menu .dropdown-item>svg {
	font-size: 1rem;
	margin-right: 1rem;
	vertical-align: -17%
}

.dropdown-menu .dropdown-item img {
	margin-right: .5rem
}

.dropdown-header {
	font-size: .625rem;
	font-weight: 700;
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase
}

.dropdown-menu a.media>div:first-child {
	line-height: 1
}

.dropdown-menu a.media p {
	color: #6c757d
}

.dropdown-menu-dark .h1,
.dropdown-menu-dark .h2,
.dropdown-menu-dark .h3,
.dropdown-menu-dark .h4,
.dropdown-menu-dark .h5,
.dropdown-menu-dark .h6,
.dropdown-menu-dark a {
	color: #fff
}

.dropdown-menu-sm {
	border: 4px;
	min-width: 100px
}

.dropdown-menu-lg {
	border-radius: 4px;
	min-width: 320px
}

.dropdown-menu-xl {
	border-radius: 4px;
	min-width: 420px
}

.dropdown-item {
	position: relative
}

.dropdown-item:before {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	content: "";
	height: 75%;
	left: 0;
	position: absolute;
	top: 13%;
	width: 4px
}

.dropdown-item:hover a {
	color: #4788ff !important
}

.dropdown-item:hover:before {
	background-color: #4788ff;
	transition: all .2s ease-in-out
}

.dropdown-item:hover {
	border-radius: 4px
}

.dropdown-menu {
	-webkit-animation: fade .3s ease forwards;
	animation: fade .3s ease forwards
}

@-webkit-keyframes fade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.basic-drop-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.bottom-left {
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .15)
}

.bottom-right {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .15)
}

.top-left {
	box-shadow: -5px -5px 10px rgba(0, 0, 0, .15)
}

.top-right {
	box-shadow: 5px -5px 10px rgba(0, 0, 0, .15)
}

.shadow-bottom {
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .15)
}

.inner-shadow {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .15)
}

.blur-shadow {
	box-shadow: 1px 1px 25px rgba(0, 0, 0, .15)
}

@-webkit-keyframes rippleDrop {
	to {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: scale(2)
	}
}

@keyframes rippleDrop {
	to {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: scale(2)
	}
}

.ripple {
	background: #c9dcff;
	border-radius: 50%;
	height: 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	position: absolute;
	transform: scale(0);
	width: 0
}

.rippleEffect {
	-webkit-animation: rippleDrop .6s linear;
	animation: rippleDrop .6s linear
}

.media-support {
	display: inline-block;
	width: 100%
}

.media-support-user-img img {
	height: 60px
}

.media-support-header {
	align-items: flex-start;
	display: flex
}

.media-support-info {
	flex: 1
}

.projects-media img {
	height: 60px
}

.mm-media-group .mm-media {
	margin-left: -20px;
	position: relative;
	transition: all .3s ease-in-out;
	z-index: 0
}

.mm-media-group .mm-media:hover {
	z-index: 9
}

.mm-media-group .mm-media img {
	border: 2px solid #deeaff
}

.mm-media-group .mm-media:first-child {
	margin-left: 0
}

.mm-media-group .mm-media.border {
	border: 2px solid #deeaff
}

.mm-media {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-flex
}

.mm-media:hover {
	text-decoration: none
}

.media-pl {
	text-align: center
}

.badge {
	border-radius: 4px;
	line-height: 1.3;
	padding: .3em .6em;
	text-transform: capitalize
}

.breadcrumb.bg-primary .breadcrumb-item+.breadcrumb-item:before {
	color: #fff
}

.alert {
	align-items: stretch;
	display: flex
}

.alert.bg-white {
	border-width: 2px
}

.alert .mm-alert-icon {
	align-items: center;
	display: flex;
	padding: 0 1.3rem 0 0
}

.alert .mm-alert-icon i {
	font-size: 2.441em;
	line-height: normal
}

.alert .mm-alert-text {
	align-self: center;
	flex-grow: 1
}

.alert .close {
	color: #fff;
	float: right;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	opacity: 1;
	text-shadow: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	outline: none
}

.dark .alert-primary {
	background-color: rgba(71, 136, 255, .2);
	border-color: #3c72d6;
	color: #4788ff
}

.dark .alert-primary hr {
	border-top-color: #2b64cd
}

.dark .alert-primary .alert-link {
	color: #1467ff
}

.dark .alert-primary.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-secondary {
	background-color: hsla(208, 7%, 46%, .2);
	border-color: #5b6269;
	color: #6c757d
}

.dark .alert-secondary hr {
	border-top-color: #4f555b
}

.dark .alert-secondary .alert-link {
	color: #545b62
}

.dark .alert-secondary.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-success {
	background-color: rgba(79, 214, 156, .2);
	border-color: #42b483;
	color: #4fd69c
}

.dark .alert-success hr {
	border-top-color: #3ba175
}

.dark .alert-success .alert-link {
	color: #2ec484
}

.dark .alert-success.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-info {
	background-color: rgba(55, 213, 242, .2);
	border-color: #2eb3cb;
	color: #37d5f2
}

.dark .alert-info hr {
	border-top-color: #29a1b6
}

.dark .alert-info .alert-link {
	color: #0fc5e7
}

.dark .alert-info.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-warning {
	background-color: rgba(252, 124, 95, .2);
	border-color: #d46850;
	color: #fc7c5f
}

.dark .alert-warning hr {
	border-top-color: #cf563c
}

.dark .alert-warning .alert-link {
	color: #fb532d
}

.dark .alert-warning.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-danger {
	background-color: rgba(247, 86, 118, .2);
	border-color: #cf4863;
	color: #f75676
}

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

.dark .alert-danger .alert-link {
	color: #f5254f
}

.dark .alert-danger.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-light {
	background-color: rgba(199, 203, 211, .2);
	border-color: #a7abb1;
	color: #c7cbd3
}

.dark .alert-light hr {
	border-top-color: #999ea5
}

.dark .alert-light .alert-link {
	color: #aab0bd
}

.dark .alert-light.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-dark {
	background-color: rgba(1, 4, 27, .2);
	border-color: #010317;
	color: #01041b
}

.dark .alert-dark hr {
	border-top-color: #000
}

.dark .alert-dark .alert-link {
	color: #000
}

.dark .alert-dark.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-orange {
	background-color: rgba(254, 114, 28, .2);
	border-color: #d56018;
	color: #fe721c
}

.dark .alert-orange hr {
	border-top-color: #be5615
}

.dark .alert-orange .alert-link {
	color: #e65801
}

.dark .alert-orange.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-purple {
	background-color: rgba(71, 49, 182, .2);
	border-color: #3c2999;
	color: #4731b6
}

.dark .alert-purple hr {
	border-top-color: #342485
}

.dark .alert-purple .alert-link {
	color: #37268e
}

.dark .alert-purple.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.dark .alert-skyblue {
	background-color: rgba(21, 141, 247, .2);
	border-color: #1276cf;
	color: #158df7
}

.dark .alert-skyblue hr {
	border-top-color: #1069b8
}

.dark .alert-skyblue .alert-link {
	color: #0773d2
}

.dark .alert-skyblue.bg-white {
	background-color: #181818 !important;
	color: #c7cbd3 !important
}

.mm-example-row .row>.col,
.mm-example-row .row>[class^=col-] {
	background-color: rgba(86, 61, 124, .15);
	border: 1px solid rgba(86, 61, 124, .2);
	color: #535f6b;
	padding-bottom: .75rem;
	padding-top: .75rem
}

.mm-example-row-flex-cols .row {
	background-color: rgba(255, 0, 0, .1);
	margin-bottom: 15px;
	min-height: 10rem
}

.nav-pills .nav-item a {
	color: #535f6b
}

.nav-pills .nav-link:hover {
	color: #4788ff
}

.nav-tabs {
	border-bottom: 2px solid #c9dcff;
	margin-bottom: 15px
}

.nav-tabs .nav-item {
	margin-bottom: -2px
}

.nav-tabs .nav-item a {
	border: none;
	border-bottom: 2px solid transparent;
	color: #535f6b
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-bottom: 2px solid #4788ff;
	color: #4788ff
}

.custom-checkbox.custom-checkbox-color input.bg-primary~label:before {
	background-color: #4788ff !important;
	border-color: #4788ff !important
}

.custom-checkbox.custom-checkbox-color input.bg-success~label:before {
	background-color: #4fd69c !important;
	border-color: #4fd69c !important
}

.custom-checkbox.custom-checkbox-color input.bg-danger~label:before {
	background-color: #f75676 !important;
	border-color: #f75676 !important
}

.custom-checkbox.custom-checkbox-color input.bg-warning~label:before {
	background-color: #fc7c5f !important;
	border-color: #fc7c5f !important
}

.custom-checkbox.custom-checkbox-color input.bg-dark~label:before {
	background-color: #535f6b !important;
	border-color: #535f6b !important
}

.custom-checkbox.custom-checkbox-color input.bg-info~label:before {
	background-color: #37d5f2 !important;
	border-color: #37d5f2 !important
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-primary~label:before {
	background-color: #4788ff !important;
	border-color: #4788ff !important
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-success~label:before {
	background-color: #4fd69c !important;
	border-color: #4fd69c !important
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-danger~label:before {
	background-color: #f75676 !important;
	border-color: #f75676 !important
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-warning~label:before {
	background-color: #fc7c5f !important;
	border-color: #fc7c5f !important
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-dark~label:before {
	background-color: #535f6b !important;
	border-color: #535f6b !important
}

.custom-checkbox.custom-checkbox-color-check input:checked.bg-info~label:before {
	background-color: #37d5f2 !important;
	border-color: #37d5f2 !important
}

.custom-radio.custom-radio-color input.bg-primary~label:before {
	background-color: #4788ff !important;
	border-color: #4788ff !important
}

.custom-radio.custom-radio-color input.bg-success~label:before {
	background-color: #4fd69c !important;
	border-color: #4fd69c !important
}

.custom-radio.custom-radio-color input.bg-danger~label:before {
	background-color: #f75676 !important;
	border-color: #f75676 !important
}

.custom-radio.custom-radio-color input.bg-warning~label:before {
	background-color: #fc7c5f !important;
	border-color: #fc7c5f !important
}

.custom-radio.custom-radio-color input.bg-dark~label:before {
	background-color: #535f6b !important;
	border-color: #535f6b !important
}

.custom-radio.custom-radio-color input.bg-info~label:before {
	background-color: #37d5f2 !important;
	border-color: #37d5f2 !important
}

.custom-radio.custom-radio-color-checked input:checked.bg-primary~label:before {
	background-color: #4788ff !important;
	border-color: #4788ff !important
}

.custom-radio.custom-radio-color-checked input:checked.bg-success~label:before {
	background-color: #4fd69c !important;
	border-color: #4fd69c !important
}

.custom-radio.custom-radio-color-checked input:checked.bg-danger~label:before {
	background-color: #f75676 !important;
	border-color: #f75676 !important
}

.custom-radio.custom-radio-color-checked input:checked.bg-warning~label:before {
	background-color: #fc7c5f !important;
	border-color: #fc7c5f !important
}

.custom-radio.custom-radio-color-checked input:checked.bg-dark~label:before {
	background-color: #535f6b !important;
	border-color: #535f6b !important
}

.custom-radio.custom-radio-color-checked input:checked.bg-info~label:before {
	background-color: #37d5f2 !important;
	border-color: #37d5f2 !important
}

.custom-switch.custom-switch-color input:checked.bg-primary~label:before {
	background-color: #4788ff !important;
	border-color: #4788ff !important
}

.custom-switch.custom-switch-color input:checked.bg-success~label:before {
	background-color: #4fd69c !important;
	border-color: #4fd69c !important
}

.custom-switch.custom-switch-color input:checked.bg-danger~label:before {
	background-color: #f75676 !important;
	border-color: #f75676 !important
}

.custom-switch.custom-switch-color input:checked.bg-warning~label:before {
	background-color: #fc7c5f !important;
	border-color: #fc7c5f !important
}

.custom-switch.custom-switch-color input:checked.bg-dark~label:before {
	background-color: #535f6b !important;
	border-color: #535f6b !important
}

.custom-switch.custom-switch-color input:checked.bg-info~label:before {
	background-color: #37d5f2 !important;
	border-color: #37d5f2 !important
}

.custom-checkbox.checkbox-icon label i {
	font-size: 9px;
	left: -20px;
	position: absolute;
	top: 7px;
	transform: scale(0);
	transition: all .3s ease-in-out
}

.custom-checkbox.checkbox-icon input:checked~label i {
	color: #fff;
	transform: scale(1)
}

.custom-checkbox.checkbox-icon input:checked~label:after {
	display: none
}

.checkbox-input {
	margin-right: 5px
}

.custom-control-input:checked~.custom-control-label:before {
	background-color: #4788ff;
	border-color: #4788ff
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: #c9dcff;
	color: #4788ff
}

.custom-select:focus {
	box-shadow: none
}

.custom-switch.custom-switch-icon {
	padding-left: 0
}

.custom-switch.custom-switch-icon label .switch-icon-left {
	color: #fff;
	cursor: pointer;
	left: 8px;
	position: absolute;
	right: auto;
	top: -3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom-switch.custom-switch-icon label .switch-icon-left i {
	font-size: 10px
}

.custom-switch.custom-switch-icon label .switch-icon-right {
	cursor: pointer;
	left: auto;
	position: absolute;
	right: 5px;
	top: -3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom-switch.custom-switch-icon label .switch-icon-right i {
	font-size: 10px
}

.custom-switch.custom-switch-icon .custom-control-label {
	height: 20px;
	padding: 0;
	width: 40px
}

.custom-switch.custom-switch-icon .custom-control-label:before {
	height: 20px;
	left: 1px;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 2.75rem
}

.custom-switch.custom-switch-icon .custom-control-label:after {
	height: 18px;
	left: 2px;
	position: absolute;
	top: 1px;
	transition: all .3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 18px
}

.custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label:after {
	transform: translateX(1.4rem)
}

.custom-switch.custom-switch-text {
	padding-left: 0
}

.custom-switch.custom-switch-text label .switch-icon-left {
	color: #fff;
	left: 8px;
	right: auto
}

.custom-switch.custom-switch-text label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-right {
	cursor: pointer;
	position: absolute;
	top: -3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom-switch.custom-switch-text label .switch-icon-right {
	left: auto;
	right: 5px
}

.custom-switch.custom-switch-text label:before {
	color: #000;
	content: attr(data-off-label);
	font-size: 11px;
	height: 20px;
	line-height: 18px;
	padding: 0 4px;
	text-align: right;
	width: 2.85rem
}

.custom-switch.custom-switch-text label:after {
	height: 16px;
	position: absolute;
	transition: all .3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 16px
}

.custom-switch.custom-switch-text .custom-control-label {
	width: 46px
}

.custom-switch.custom-switch-text .custom-control-label:before {
	height: 20px;
	left: 1px;
	top: 0;
	transition: all .3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 2.75rem;
	width: 100%
}

.custom-switch.custom-switch-text .custom-control-label:after {
	height: 18px;
	left: 2px;
	position: absolute;
	top: 1px;
	transition: all .3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 18px
}

.custom-switch.custom-switch-text .custom-control-input:checked~.custom-control-label:after {
	transform: translateX(1.6rem)
}

.custom-switch.custom-switch-text input:checked~label:before {
	color: #fff;
	content: attr(data-on-label);
	text-align: left
}

.custom-switch.custom-switch-text input:checked~label.custom-control-label:after {
	transform: translateX(1.6rem)
}

.custom-switch-inner {
	display: block;
	text-align: center
}

.form-label-group {
	margin-bottom: 1.5rem;
	position: relative
}

.form-label-group>label {
	color: #475f7b;
	display: block;
	font-size: .85rem;
	left: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	padding: .6rem;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out
}

.counter-value {
	border-radius: 0 0 4px 4px;
	color: #fff;
	font-size: .6rem;
	margin-right: 1rem;
	padding: 1px 6px
}

.vector-map.h-500 {
	height: 500px;
	width: 100%
}

.countdown {
	margin: 60px 0 0;
	padding: 0
}

.countdown li span {
	color: #4788ff;
	display: inline-block;
	font-size: 60px;
	width: 100%
}

.countdown li:last-child {
	margin-right: 0
}

.mm-comingsoon-form {
	position: relative
}

.mm-comingsoon-form button {
	padding: 11px 30px;
	position: absolute;
	right: 0;
	top: 0
}

@media (max-width:320px) {
	.mm-comingsoon-form button {
		padding: 11px 12px
	}
}

.btn {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #535f6b;
	display: inline-block;
	font-family: DM Sans, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	padding: .625rem .9375rem;
	text-align: center;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle
}

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

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

.btn.focus,
.btn:focus {
	box-shadow: none !important;
	outline: none
}

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

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

.btn-with-icon i {
	margin-right: 5px
}

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

.btn-primary {
	background-color: #4788ff;
	border-color: #4788ff;
	color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #216fff;
	border-color: #1467ff;
	color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(99, 154, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #4788ff;
	border-color: #4788ff;
	color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: #1467ff;
	border-color: #075fff;
	color: #fff
}

.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(99, 154, 255, .5)
}

.btn-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #5a6268;
	border-color: #545b62;
	color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	background-color: #545b62;
	border-color: #4e555b;
	color: #fff
}

.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 hsla(208, 6%, 54%, .5)
}

.btn-success {
	background-color: #4fd69c;
	border-color: #4fd69c;
	color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	background-color: #30cf8b;
	border-color: #2ec484;
	color: #fff
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(105, 220, 171, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #4fd69c;
	border-color: #4fd69c;
	color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	background-color: #2ec484;
	border-color: #2bba7d;
	color: #fff
}

.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(105, 220, 171, .5)
}

.btn-info {
	background-color: #37d5f2;
	border-color: #37d5f2;
	color: #fff
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	background-color: #13cdf0;
	border-color: #0fc5e7;
	color: #fff
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(85, 219, 244, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #37d5f2;
	border-color: #37d5f2;
	color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	background-color: #0fc5e7;
	border-color: #0ebbdb;
	color: #fff
}

.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(85, 219, 244, .5)
}

.btn-warning {
	background-color: #fc7c5f;
	border-color: #fc7c5f;
	color: #fff
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
	background-color: #fb5d39;
	border-color: #fb532d;
	color: #fff
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem hsla(11, 96%, 73%, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #fc7c5f;
	border-color: #fc7c5f;
	color: #fff
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	background-color: #fb532d;
	border-color: #fb4920;
	color: #fff
}

.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 hsla(11, 96%, 73%, .5)
}

.btn-danger {
	background-color: #f75676;
	border-color: #f75676;
	color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
	background-color: #f53158;
	border-color: #f5254f;
	color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 111, 139, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f75676;
	border-color: #f75676;
	color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	background-color: #f5254f;
	border-color: #f41945;
	color: #fff
}

.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(248, 111, 139, .5)
}

.btn-light {
	background-color: #c7cbd3;
	border-color: #c7cbd3;
	color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
	background-color: #b2b7c2;
	border-color: #aab0bd;
	color: #fff
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem hsla(220, 8%, 71%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	background-color: #c7cbd3;
	border-color: #c7cbd3;
	color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	background-color: #aab0bd;
	border-color: #a3aab7;
	color: #fff
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem hsla(220, 8%, 71%, .5)
}

.btn-dark {
	background-color: #01041b;
	border-color: #01041b;
	color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(39, 42, 61, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #01041b;
	border-color: #01041b;
	color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.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(39, 42, 61, .5)
}

.btn-orange {
	background-color: #fe721c;
	border-color: #fe721c;
	color: #fff
}

.btn-orange.focus,
.btn-orange:focus,
.btn-orange:hover {
	background-color: #f35d01;
	border-color: #e65801;
	color: #fff
}

.btn-orange.focus,
.btn-orange:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 135, 62, .5)
}

.btn-orange.disabled,
.btn-orange:disabled {
	background-color: #fe721c;
	border-color: #fe721c;
	color: #fff
}

.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show>.btn-orange.dropdown-toggle {
	background-color: #e65801;
	border-color: #d95301;
	color: #fff
}

.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 135, 62, .5)
}

.btn-purple {
	background-color: #4731b6;
	border-color: #4731b6;
	color: #fff
}

.btn-purple.focus,
.btn-purple:focus,
.btn-purple:hover {
	background-color: #3b2998;
	border-color: #37268e;
	color: #fff
}

.btn-purple.focus,
.btn-purple:focus {
	box-shadow: 0 0 0 .2rem rgba(99, 80, 193, .5)
}

.btn-purple.disabled,
.btn-purple:disabled {
	background-color: #4731b6;
	border-color: #4731b6;
	color: #fff
}

.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
	background-color: #37268e;
	border-color: #332384;
	color: #fff
}

.btn-purple:not(:disabled):not(.disabled).active:focus,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(99, 80, 193, .5)
}

.btn-skyblue {
	background-color: #158df7;
	border-color: #158df7;
	color: #fff
}

.btn-skyblue.focus,
.btn-skyblue:focus,
.btn-skyblue:hover {
	background-color: #087ade;
	border-color: #0773d2;
	color: #fff
}

.btn-skyblue.focus,
.btn-skyblue:focus {
	box-shadow: 0 0 0 .2rem rgba(56, 158, 248, .5)
}

.btn-skyblue.disabled,
.btn-skyblue:disabled {
	background-color: #158df7;
	border-color: #158df7;
	color: #fff
}

.btn-skyblue:not(:disabled):not(.disabled).active,
.btn-skyblue:not(:disabled):not(.disabled):active,
.show>.btn-skyblue.dropdown-toggle {
	background-color: #0773d2;
	border-color: #076cc5;
	color: #fff
}

.btn-skyblue:not(:disabled):not(.disabled).active:focus,
.btn-skyblue:not(:disabled):not(.disabled):active:focus,
.show>.btn-skyblue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(56, 158, 248, .5)
}

.btn-outline-primary {
	border-color: #4788ff;
	color: #4788ff
}

.btn-outline-primary:hover {
	background-color: #4788ff;
	border-color: #4788ff;
	color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 136, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	background-color: transparent;
	color: #4788ff
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #4788ff;
	border-color: #4788ff;
	color: #fff
}

.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(71, 136, 255, .5)
}

.btn-outline-secondary {
	border-color: #6c757d;
	color: #6c757d
}

.btn-outline-secondary:hover {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	background-color: transparent;
	color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff
}

.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 hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
	border-color: #4fd69c;
	color: #4fd69c
}

.btn-outline-success:hover {
	background-color: #4fd69c;
	border-color: #4fd69c;
	color: #fff
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(79, 214, 156, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	background-color: transparent;
	color: #4fd69c
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	background-color: #4fd69c;
	border-color: #4fd69c;
	color: #fff
}

.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(79, 214, 156, .5)
}

.btn-outline-info {
	border-color: #37d5f2;
	color: #37d5f2
}

.btn-outline-info:hover {
	background-color: #37d5f2;
	border-color: #37d5f2;
	color: #fff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(55, 213, 242, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #37d5f2
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	background-color: #37d5f2;
	border-color: #37d5f2;
	color: #fff
}

.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(55, 213, 242, .5)
}

.btn-outline-warning {
	border-color: #fc7c5f;
	color: #fc7c5f
}

.btn-outline-warning:hover {
	background-color: #fc7c5f;
	border-color: #fc7c5f;
	color: #fff
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(252, 124, 95, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #fc7c5f
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	background-color: #fc7c5f;
	border-color: #fc7c5f;
	color: #fff
}

.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(252, 124, 95, .5)
}

.btn-outline-danger {
	border-color: #f75676;
	color: #f75676
}

.btn-outline-danger:hover {
	background-color: #f75676;
	border-color: #f75676;
	color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(247, 86, 118, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #f75676
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	background-color: #f75676;
	border-color: #f75676;
	color: #fff
}

.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(247, 86, 118, .5)
}

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

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

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(199, 203, 211, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	background-color: transparent;
	color: #c7cbd3
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	background-color: #c7cbd3;
	border-color: #c7cbd3;
	color: #212529
}

.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(199, 203, 211, .5)
}

.btn-outline-dark {
	border-color: #01041b;
	color: #01041b
}

.btn-outline-dark:hover {
	background-color: #01041b;
	border-color: #01041b;
	color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(1, 4, 27, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	background-color: transparent;
	color: #01041b
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	background-color: #01041b;
	border-color: #01041b;
	color: #fff
}

.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(1, 4, 27, .5)
}

.btn-outline-orange {
	border-color: #fe721c;
	color: #fe721c
}

.btn-outline-orange:hover {
	background-color: #fe721c;
	border-color: #fe721c;
	color: #fff
}

.btn-outline-orange.focus,
.btn-outline-orange:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 114, 28, .5)
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
	background-color: transparent;
	color: #fe721c
}

.btn-outline-orange:not(:disabled):not(.disabled).active,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle {
	background-color: #fe721c;
	border-color: #fe721c;
	color: #fff
}

.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(254, 114, 28, .5)
}

.btn-outline-purple {
	border-color: #4731b6;
	color: #4731b6
}

.btn-outline-purple:hover {
	background-color: #4731b6;
	border-color: #4731b6;
	color: #fff
}

.btn-outline-purple.focus,
.btn-outline-purple:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 49, 182, .5)
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
	background-color: transparent;
	color: #4731b6
}

.btn-outline-purple:not(:disabled):not(.disabled).active,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
	background-color: #4731b6;
	border-color: #4731b6;
	color: #fff
}

.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 49, 182, .5)
}

.btn-outline-skyblue {
	border-color: #158df7;
	color: #158df7
}

.btn-outline-skyblue:hover {
	background-color: #158df7;
	border-color: #158df7;
	color: #fff
}

.btn-outline-skyblue.focus,
.btn-outline-skyblue:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 141, 247, .5)
}

.btn-outline-skyblue.disabled,
.btn-outline-skyblue:disabled {
	background-color: transparent;
	color: #158df7
}

.btn-outline-skyblue:not(:disabled):not(.disabled).active,
.btn-outline-skyblue:not(:disabled):not(.disabled):active,
.show>.btn-outline-skyblue.dropdown-toggle {
	background-color: #158df7;
	border-color: #158df7;
	color: #fff
}

.btn-outline-skyblue:not(:disabled):not(.disabled).active:focus,
.btn-outline-skyblue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-skyblue.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(21, 141, 247, .5)
}

.btn-link {
	color: #4788ff;
	font-weight: 400;
	text-decoration: none
}

.btn-link:hover {
	color: #0058fa
}

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

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 4px;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .875rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
	border-radius: 4px;
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

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

.ui-button .btn {
	margin-bottom: 10px;
	margin-right: 10px
}

.mm-progress-bar {
	background: #c7cbd3;
	border-radius: 4px;
	box-shadow: 0 0 0;
	height: 6px;
	margin: 0;
	position: relative;
	width: 100%
}

.mm-progress-bar>span {
	background: #4788ff none repeat scroll 0 0;
	border-radius: 4px;
	display: block;
	height: 100%;
	position: relative;
	width: 0
}

.mm-progress-bar .progress-text {
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	right: -10px;
	top: -25px
}

.mm-progress-bar.mm-progress-bar-icon>span:after {
	background: #fff;
	border: 3px solid transparent;
	border-radius: 50%;
	bottom: -3px;
	content: "";
	height: 12px;
	position: absolute;
	right: 0;
	width: 12px;
	z-index: 1
}

.mm-progress-bar.mm-progress-bar-icon>span.bg-primary:after {
	border-color: #4788ff
}

.mm-progress-bar.mm-progress-bar-icon>span.bg-danger:after {
	border-color: #f75676
}

.mm-progress-bar.mm-progress-bar-icon>span.bg-success:after {
	border-color: #4fd69c
}

.mm-progress-bar.mm-progress-bar-icon>span.bg-warning:after {
	border-color: #fc7c5f
}

.mm-progress-bar.mm-progress-bar-icon>span.bg-info:after {
	border-color: #37d5f2
}

.mm-progress-bar.mm-progress-bar-icon>span.bg-dark:after {
	border-color: #01041b
}

.progress-round.heatmap-progress {
	height: 97px;
	width: 97px
}

.progress-round.heatmap-progress .progress-bar {
	border-width: 10px
}

.progress-round.heatmap-progress:after {
	border: 10px solid #ff9273
}

.mm-progress-bar .progress-text-one {
	background: #f75676;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 0 5px;
	position: absolute;
	right: -20px;
	top: -27px
}

.mm-progress-bar>span.bg-primary .progress-text-one:after {
	border-color: #4788ff transparent transparent
}

.mm-progress-bar>span.bg-success .progress-text-one:after {
	border-color: #4fd69c transparent transparent
}

.mm-progress-bar>span.bg-warning .progress-text-one:after {
	border-color: #fc7c5f transparent transparent
}

.mm-progress-bar>span.bg-orange .progress-text-one:after {
	border-color: #fe721c transparent transparent
}

.mm-progress-bar>span.bg-danger .progress-text-one:after {
	border-color: #f75676 transparent transparent
}

.mm-progress-bar>span.bg-dark .progress-text-one:after {
	border-color: #01041b transparent transparent
}

.mm-progress-bar>span.bg-info .progress-text-one:after {
	border-color: #37d5f2 transparent transparent
}

.mm-progress-bar>span.bg-skyblue .progress-text-one:after {
	border-color: #158df7 transparent transparent
}

.progress-text-one {
	position: relative
}

.progress-text-one:after {
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%
}

.mm-circle-progressbar {
	height: 100px !important;
	margin: 0 auto;
	width: 100px !important
}

.mm-circle-progressbar .percent {
	font-size: 1.3rem !important
}

.mm-circle-progressbar svg {
	height: 100px !important;
	width: 100px !important
}

.progress-round {
	background: none;
	height: 50px;
	position: relative;
	width: 50px
}

.progress-round:after {
	border: 3px solid #deeaff;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.progress-round>span {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 1
}

.progress-round .progress-left {
	left: 0
}

.progress-round .progress-left .progress-bar {
	border-bottom-right-radius: 80px;
	border-left: 0;
	border-top-right-radius: 80px;
	left: 100%;
	transform-origin: center left
}

.progress-round .progress-bar {
	background: none;
	border-style: solid;
	border-width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}

.progress-round .progress-right {
	right: 0
}

.progress-round .progress-right .progress-bar {
	border-bottom-left-radius: 80px;
	border-right: 0;
	border-top-left-radius: 80px;
	left: -100%;
	transform-origin: center right
}

.progress-round .progress-value {
	left: 0;
	position: absolute;
	top: 0
}

.progress-round.income-progress {
	height: 78px;
	width: 78px
}

.progress-round.income-progress .progress-bar {
	border-width: 10px
}

.progress-round.income-progress:after {
	border: 10px solid #ff9273
}

.progress-round.alarams-progress {
	height: 110px;
	width: 110px
}

.progress-round.goal-progress {
	height: 130px;
	width: 130px
}

.progress-round.goal-progress .progress-bar {
	border-width: 10px
}

.progress-round.goal-progress:after {
	border: 10px solid #f4f4f4
}

@-webkit-keyframes progress-loading-1 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(180deg)
	}
}

@keyframes progress-loading-1 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(180deg)
	}
}

@-webkit-keyframes progress-loading-2 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(80deg)
	}
}

@keyframes progress-loading-2 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(80deg)
	}
}

.progress.progress-round {
	background: none;
	box-shadow: none;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	width: 60px
}

.progress.progress-round>span {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 1
}

.progress.progress-round .progress-left {
	left: 0
}

.progress.progress-round .progress-left .progress-bar {
	-webkit-animation: progress-loading-2 1.5s linear 1.8s forwards;
	animation: progress-loading-2 1.5s linear 1.8s forwards;
	border-bottom-right-radius: 80px;
	border-left: 0;
	border-top-right-radius: 80px;
	left: 100%;
	transform-origin: center left
}

.progress.progress-round .progress-bar {
	border-width: 5px
}

.progress.progress-round .progress-right {
	right: 0
}

.progress.progress-round .progress-right .progress-bar {
	-webkit-animation: progress-loading-1 1.8s linear forwards;
	animation: progress-loading-1 1.8s linear forwards;
	border-bottom-left-radius: 80px;
	border-right: 0;
	border-top-left-radius: 80px;
	left: -100%;
	transform-origin: center right
}

.progress.progress-round:after {
	border: 5px solid #c7cbd3;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.progress.progress-round .progress-value {
	font-size: 16px;
	left: 18px
}

.progress.danger .progress-bar {
	border-color: #f75676
}

.progress.warning .progress-bar {
	border-color: #fc7c5f
}

.progress.success .progress-bar {
	border-color: #4fd69c
}

.progress.info .progress-bar {
	border-color: #37d5f2
}

.progress.primary .progress-bar {
	border-color: #4788ff
}

.progress.orange .progress-bar {
	border-color: #fe721c
}

.fc-unthemed .fc-toolbar .fc-button {
	background: #c9dcff;
	border: none;
	border-radius: 4px;
	color: #4788ff;
	text-transform: capitalize
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
	background-color: #4788ff;
	color: #fff
}

.job-classification li {
	list-style-type: none;
	margin-bottom: 10px
}

.job-classification li>i {
	border-radius: 50%;
	color: #fff;
	margin-right: 10px
}

.today-schedule li {
	list-style-type: none;
	margin-bottom: 10px
}

.today-schedule li i {
	border-radius: 50%;
	color: #fff;
	margin-right: 10px
}

.schedule-text span {
	display: block
}

.calender-small .flatpickr-calendar.animate.inline {
	box-shadow: none;
	width: 100%
}

.calender-small .dayContainer {
	min-width: auto;
	width: 100%
}

.calender-small .flatpickr-days {
	width: 100%
}

.calender-small .flatpickr-day.today,
.calender-small .flatpickr-day.today:focus,
.calender-small .flatpickr-day.today:hover {
	background: #4788ff;
	border-color: #4788ff;
	color: #fff
}

.calender-small .flatpickr-months {
	margin-bottom: 10px
}

.calender-small .flatpickr-months .flatpickr-next-month,
.calender-small .flatpickr-months .flatpickr-prev-month {
	padding: 7px 10px
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months {
	font-size: 12px
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: transparent;
	color: #4788ff
}

.calender-small .flatpickr-current-month input.cur-year {
	font-size: 12px
}

.calender-small .numInputWrapper:hover {
	background: transparent
}

.calender-small .flatpickr-day.endRange,
.calender-small .flatpickr-day.endRange.inRange,
.calender-small .flatpickr-day.endRange.nextMonthDay,
.calender-small .flatpickr-day.endRange.prevMonthDay,
.calender-small .flatpickr-day.endRange:focus,
.calender-small .flatpickr-day.endRange:hover,
.calender-small .flatpickr-day.selected,
.calender-small .flatpickr-day.selected.inRange,
.calender-small .flatpickr-day.selected.nextMonthDay,
.calender-small .flatpickr-day.selected.prevMonthDay,
.calender-small .flatpickr-day.selected:focus,
.calender-small .flatpickr-day.selected:hover,
.calender-small .flatpickr-day.startRange,
.calender-small .flatpickr-day.startRange.inRange,
.calender-small .flatpickr-day.startRange.nextMonthDay,
.calender-small .flatpickr-day.startRange.prevMonthDay,
.calender-small .flatpickr-day.startRange:focus,
.calender-small .flatpickr-day.startRange:hover {
	background: #4788ff;
	border-color: #4788ff;
	color: #fff
}

.calender-small .flatpickr-day.inRange,
.calender-small .flatpickr-day.nextMonthDay.inRange,
.calender-small .flatpickr-day.nextMonthDay.today.inRange,
.calender-small .flatpickr-day.nextMonthDay:focus,
.calender-small .flatpickr-day.nextMonthDay:hover,
.calender-small .flatpickr-day.prevMonthDay.inRange,
.calender-small .flatpickr-day.prevMonthDay.today.inRange,
.calender-small .flatpickr-day.prevMonthDay:focus,
.calender-small .flatpickr-day.prevMonthDay:hover,
.calender-small .flatpickr-day.today.inRange,
.calender-small .flatpickr-day:focus,
.calender-small .flatpickr-day:hover {
	background: #c9dcff;
	border-color: transparent;
	color: #4788ff
}

.calender-small .flatpickr-current-month .numInputWrapper {
	width: 3ch
}

.smaill-calender-home .flatpickr-calendar.animate.inline {
	border: none;
	border-radius: 4px;
	box-shadow: none;
	margin: 0 auto;
	width: 100%
}

.smaill-calender-home .flatpickr-day.endRange,
.smaill-calender-home .flatpickr-day.endRange.inRange,
.smaill-calender-home .flatpickr-day.endRange.nextMonthDay,
.smaill-calender-home .flatpickr-day.endRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.endRange:focus,
.smaill-calender-home .flatpickr-day.endRange:hover,
.smaill-calender-home .flatpickr-day.selected,
.smaill-calender-home .flatpickr-day.selected.inRange,
.smaill-calender-home .flatpickr-day.selected.nextMonthDay,
.smaill-calender-home .flatpickr-day.selected.prevMonthDay,
.smaill-calender-home .flatpickr-day.selected:focus,
.smaill-calender-home .flatpickr-day.selected:hover,
.smaill-calender-home .flatpickr-day.startRange,
.smaill-calender-home .flatpickr-day.startRange.inRange,
.smaill-calender-home .flatpickr-day.startRange.nextMonthDay,
.smaill-calender-home .flatpickr-day.startRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.startRange:focus,
.smaill-calender-home .flatpickr-day.startRange:hover {
	background: #4788ff;
	border-color: #4788ff;
	color: #fff;
	text-decoration: none
}

.smaill-calender-home .dayContainer,
.smaill-calender-home .flatpickr-days {
	width: 100%
}

.smaill-calender-home .flatpickr-innerContainer {
	justify-content: space-around
}

@media (max-width:479px) {
	.fc-toolbar.fc-header-toolbar {
		overflow-x: scroll
	}
}

.page-link {
	border-color: #4788ff
}

.br-theme-bars-1to10 .br-widget {
	height: 50px;
	white-space: nowrap
}

.br-theme-bars-1to10 .br-widget a {
	background-color: #ddd;
	display: block;
	float: left;
	height: 28px;
	margin: 1px;
	padding: 5px 0;
	text-align: center;
	width: 12px
}

.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
	background-color: #4788ff
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
	color: #4788ff;
	float: right;
	font-size: 20px;
	font-weight: 400;
	line-height: 2
}

.br-theme-bars-1to10 .br-readonly a {
	cursor: default
}

.br-theme-bars-1to10 .br-readonly a.br-active,
.br-theme-bars-1to10 .br-readonly a.br-selected {
	background-color: #f2cd95
}

.br-theme-bars-1to10 .br-readonly .br-current-rating {
	color: #f2cd95
}

.br-theme-bars-pill .br-widget {
	white-space: nowrap
}

.br-theme-bars-pill .br-widget a {
	background-color: #ddd;
	color: #535f6b;
	font-size: 13px;
	font-weight: 400;
	line-height: 3;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none
}

.br-theme-bars-pill .br-widget a:first-child {
	-moz-border-radius-topleft: 999px;
	-moz-border-radius-bottomleft: 999px;
	-webkit-border-bottom-left-radius: 999px;
	border-bottom-left-radius: 999px;
	-webkit-border-top-left-radius: 999px;
	border-top-left-radius: 999px
}

.br-theme-bars-pill .br-widget a:last-child {
	-moz-border-radius-top-right: 999px;
	-moz-border-radius-bottom-right: 999px;
	-webkit-border-bottom-right-radius: 999px;
	border-bottom-right-radius: 999px !important;
	-webkit-border-top-right-radius: 999px;
	border-top-right-radius: 999px !important
}

.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
	background-color: #4788ff;
	color: #fff
}

.br-theme-bars-pill .br-readonly a {
	cursor: default
}

.br-theme-bars-pill .br-readonly a.br-active,
.br-theme-bars-pill .br-readonly a.br-selected {
	background-color: #7cead1
}

.br-theme-fontawesome-stars .br-widget a {
	margin-right: 8px !important
}

.br-theme-fontawesome-stars .br-widget a:after {
	font-family: Font Awesome\ 5 Free;
	font-weight: 900
}

i.amber-text {
	color: #4788ff !important
}

#rateMe1 i {
	font-size: 18px
}

.mdb-rating .rate-popover {
	color: grey
}

.mdb-rating .live {
	color: #000
}

.mdb-rating .oneStar {
	color: #44370f
}

.mdb-rating .twoStars {
	color: #96781e
}

.mdb-rating .threeStars {
	color: #e2b52e
}

.mdb-rating .fourStars {
	color: #f1ba12
}

.mdb-rating .fiveStars {
	color: #f3cb06
}

.mdb-rating .amber-text {
	color: #ffc107
}

.rating-faces i {
	font-size: 21px
}

.br-theme-bars-movie .br-widget {
	white-space: nowrap
}

.br-theme-bars-movie .br-widget a {
	background-color: transparent;
	border: 1px solid #4788ff;
	display: block;
	float: left;
	height: 10px;
	margin: 1px;
	width: 60px
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
	background-color: #4788ff
}

.br-theme-bars-movie .br-widget .br-current-rating {
	clear: both;
	color: #4788ff;
	display: block;
	font-weight: 600;
	font-weight: 400;
	padding-top: .5em;
	text-align: center;
	width: 240px
}

.br-theme-bars-movie .br-readonly a {
	cursor: default
}

.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
	background-color: #729bf8
}

.br-theme-bars-movie .br-readonly .br-current-rating {
	color: #729bf8
}

.br-theme-fontawesome-stars .br-widget {
	height: 28px;
	white-space: nowrap
}

.br-theme-fontawesome-stars .br-widget a {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 2px;
	text-decoration: none
}

.br-theme-fontawesome-stars .br-widget a:after {
	color: #d2d2d2;
	content: "\f005"
}

.br-theme-fontawesome-stars .br-widget a.br-active:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	color: #edb867
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
	display: none
}

.br-theme-fontawesome-stars .br-readonly a {
	cursor: default
}

.basic-tree li {
	color: #303030;
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 0;
	position: relative
}

.basic-tree li:before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.basic-tree li:after,
.basic-tree li:before {
	content: "";
	left: -20px;
	position: absolute;
	right: auto
}

.basic-tree li:after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	width: 25px
}

.basic-tree li:last-child:before {
	height: 30px
}

.basic-tree li.t-parent>span {
	cursor: pointer
}

.basic-tree li.t-parent>span:hover {
	color: #4788ff
}

.basic-tree>ul>li:after,
.basic-tree>ul>li:before {
	border: 0
}

.flex-tree li {
	list-style: none;
	margin: 0;
	position: relative
}

.flex-tree li:before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px
}

.flex-tree li:after,
.flex-tree li:before {
	content: "";
	left: -20px;
	left: -25px;
	position: absolute;
	right: auto
}

.flex-tree li:after {
	border-top: 1px solid #999;
	height: 20px;
	top: 25px;
	top: 12px;
	width: 25px
}

.flex-tree li:last-child:before {
	height: 25px
}

.flex-tree li label,
.flex-tree li span,
.flex-tree li span label {
	cursor: pointer
}

.flex-tree li span.closed:after,
.flex-tree li span.open:after {
	color: #ababab;
	content: "▾";
	display: inline-block;
	font: 400 16px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
	margin-top: 4px;
	padding-left: 3px;
	width: 20px
}

.flex-tree li span.closed:after {
	content: "▴"
}

.flex-tree>ul>li:after,
.flex-tree>ul>li:before {
	border: 0
}

.flex-tree label {
	font-weight: 400
}

.flex-tree label.node {
	font-weight: 700
}

.flex-tree input[type=checkbox] {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #b4b9be;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	clear: none;
	color: #555;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 0;
	margin: -4px 4px 0 0;
	min-width: 16px;
	outline: 0;
	padding: 0;
	text-align: center;
	transition: border-color .05s ease-in-out;
	vertical-align: middle;
	width: 16px
}

.flex-tree input[type=checkbox]:focus {
	border-color: #5b9dd9;
	box-shadow: 0 0 2px rgba(30, 140, 190, .8)
}

.flex-tree input[type=checkbox]:checked {
	background: #4788ff;
	border: none
}

.flex-tree input[type=checkbox]:checked:before {
	-webkit-font-smoothing: antialiased;
	color: var(--white);
	content: "✓";
	display: inline-block;
	float: left;
	font: 400 20px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 17px !important;
	margin: 1px 0 0;
	vertical-align: middle;
	width: 16px
}

.flex-tree input[type=checkbox]:indeterminate:before {
	-webkit-font-smoothing: antialiased;
	color: #4788ff;
	content: "⁃";
	display: inline-block;
	float: left;
	font: 400 20px/1 Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: -4px 0 0 -1px;
	vertical-align: middle;
	width: 16px
}

.flex-tree input[type=checkbox].indeterminate {
	background-color: #eee
}

.ic-square {
	background: transparent;
	border: 1px solid #535f6b;
	font-size: 12px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	width: 20px
}

.tree-box {
	margin: 0
}

.mm-footer {
	background: #fff;
	margin-left: 260px;
	padding: 15px;
	transition: all .3s ease-in-out;
	width: calc(100vw - 264px)
}

.mm-footer ul li a {
	color: #535f6b
}

.mm-footer ul li a:hover {
	color: #4788ff;
	text-decoration: none
}

body.tab-horizontal .mm-footer {
	margin-left: 0;
	width: 100%
}

.mm-mt--70 {
	margin-top: -70px
}

.banner-main-text {
	bottom: 13%;
	left: 15%;
	position: absolute
}

.nav.nav-pills.style-three {
	margin-top: 10px
}

.nav.nav-pills.style-three .nav-link.active:before,
.nav.nav-pills.style-three .nav-link:hover:before {
	background: #4788ff;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%
}

.nav.nav-pills.style-three .nav-link:before {
	background: #4788ff;
	bottom: 0;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	transition: all .3s ease-in-out;
	width: 0
}

.nav.nav-pills.style-three a {
	background: transparent;
	margin-right: 30px;
	padding: 10px 0;
	position: relative
}

.nav.nav-pills.style-three a:last-child {
	margin-right: 0
}

.mm-card-body.banner-box {
	padding-bottom: 0
}

@media (min-width:1300px) {
	body.sidebar-main .mm-footer {
		margin-left: 80px;
		width: calc(100vw - 85px)
	}
}

@media (max-width:1299px) {

	.mm-footer,
	body.sidebar-main .mm-footer {
		margin-left: 0;
		padding: 15px 10px;
		width: 100%
	}

	.without-right-sidebar .mm-footer {
		width: 100%
	}
}

@media (max-width:991px) {

	.mm-footer,
	.mm-footer .col-lg-6.text-right {
		text-align: center !important
	}
}

.clear {
	clear: both
}

@media (min-width:1300px) {
	.menu-horizontal .mm-sidebar-menu li .mm-submenu.mm-submenu-data {
		position: static
	}

	.menu-horizontal .mm-sidebar-menu .mm-sidebar-logo {
		display: none !important
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li:first-child a {
		padding-left: 0
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li a:hover {
		color: #4788ff
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li li .mm-arrow-right {
		transform: rotate(0deg)
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li ul {
		-webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
		animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
		background: #fff;
		border-radius: 4px;
		display: block;
		display: none;
		min-width: 200px;
		padding: 10px 0;
		position: absolute;
		top: 100%;
		transform: translateY(100%);
		transition: all .3s ease-in-out;
		z-index: 9
	}

	.menu-horizontal .mm-sidebar-menu .side-menu .mm-submenu svg {
		stroke: #4788ff
	}

	.menu-horizontal .mm-sidebar-menu .side-menu .mm-submenu li a {
		padding: 12px 13px 12px 15px
	}

	.menu-horizontal .mm-sidebar-menu .side-menu>li:hover>a {
		color: #4788ff
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li.menu-open .mm-arrow-right {
		transform: rotate(90deg)
	}

	.menu-horizontal .mm-sidebar-menu li:hover>.mm-submenu {
		background: #fff;
		border: 1px solid #deeaff;
		display: block;
		transition: all .3s ease-in-out
	}

	.menu-horizontal .mm-sidebar-menu li:hover>.mm-submenu.mm-submenu-data {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		transition: all .3s ease-in-out
	}

	.menu-horizontal .mm-sidebar-menu li>.mm-submenu.mm-submenu-data {
		left: 100%;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		top: 0;
		transform-origin: left center 0;
		visibility: visible
	}

	.menu-horizontal .mm-sidebar-menu li>.mm-submenu .mm-arrow-right {
		margin-right: 0
	}

	.menu-horizontal .sub-scrll {
		max-height: 315px;
		overflow-x: hidden;
		overflow-y: scroll
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li:hover .mm-arrow-right {
		transform: rotate(90deg)
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li:hover li .mm-arrow-right {
		transform: rotate(0deg)
	}
}

@media (max-width:1299px) {
	.menu-horizontal {
		background: #fff;
		height: 100vh;
		left: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .3s ease-in-out;
		width: 0;
		z-index: 9
	}

	.menu-horizontal ul.side-menu {
		background: #fff;
		display: block !important
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li a {
		padding: 15px 20px 15px 30px
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li a:hover {
		color: #4788ff
	}

	.menu-horizontal .mm-sidebar-menu .side-menu li ul {
		box-shadow: none;
		position: static
	}

	.menu-horizontal ul.side-menu li a[aria-expanded=true] .mm-arrow-right {
		transform: rotate(90deg)
	}

	.sidebar-main .menu-horizontal {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		transition: all .3s ease-in-out;
		width: 260px
	}
}

.tab-container .nav-pills .nav-item a {
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 1px;
	padding: 20px 10px
}

.tab-container .nav-pills .nav-item a.nav-link.active {
	background: #1360ee;
	color: #fff
}

.tab-container .nav-pills .nav-item:hover a {
	color: #fff
}

.tab-details .tab-pane.fade {
	display: none
}

.tab-details .tab-pane.fade.active.show {
	display: block
}

.tab-scrollbar-data {
	background: #fff;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: column;
	-moz-flex-direction: column;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .3s ease-in-out;
	width: 270px;
	z-index: 99
}

.tab-scrollbar-data.tab-sidebar-close {
	right: -270px
}

a.mm-tab-toggle {
	background: #4788ff;
	border-radius: 4px 0 0 4px;
	color: #fff;
	display: block !important;
	font-size: 18px;
	height: 40px;
	left: -40px;
	line-height: 35px;
	padding: 2px 10px 2px 12px;
	position: absolute;
	top: 50%;
	width: 40px
}

a.mm-tab-toggle .aerrow-icon-right {
	display: none
}

a.mm-tab-toggle .arr-next {
	position: relative;
	transition: all .3s ease-in-out
}

a.mm-tab-toggle .arr-next:before {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: bounceArrowLeft;
	animation-name: bounceArrowLeft;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	color: #fff;
	content: "\f053";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(0deg)
}

a.mm-tab-toggle .arr-next.arr-two:before {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	left: 10px
}

a.mm-tab-toggle.active .aerrow-icon-left {
	display: none
}

a.mm-tab-toggle.active .aerrow-icon-right {
	display: inline-block
}

a.mm-tab-toggle.active .arr-next:before {
	-webkit-animation-name: bounceArrow;
	animation-name: bounceArrow;
	transform: rotate(180deg)
}

.tab-scrollbar-data .setting-info .setting-title {
	border-bottom: 1px solid #deeaff;
	margin-top: 25px;
	padding-bottom: 10px
}

.tab-scrollbar-data .setting-info .setting-title:first-child {
	margin-top: 0
}

.tab-scrollbar-data .setting-info .setting-title h5 i {
	font-size: 20px
}

.tab-scrollbar-data .setting-info .set-swtich {
	margin-top: 15px
}

.tab-scrollbar-data .setting-info .set-swtich h6 {
	font-weight: 400
}

.tab-scrollbar-data .setting-info .set-swtich .custom-control-input:focus~.custom-control-label:before {
	box-shadow: none
}

@-webkit-keyframes bounceArrow {
	0% {
		opacity: 1;
		transform: translateX(0) scale(1) rotate(-180deg)
	}

	25% {
		opacity: 0;
		transform: translateX(10px) scale(.9) rotate(-180deg)
	}

	26% {
		opacity: 0;
		transform: translateX(-10px) scale(.9) rotate(-180deg)
	}

	55% {
		opacity: 1;
		transform: translateX(0) scale(1) rotate(-180deg)
	}
}

@keyframes bounceArrow {
	0% {
		opacity: 1;
		transform: translateX(0) scale(1) rotate(-180deg)
	}

	25% {
		opacity: 0;
		transform: translateX(10px) scale(.9) rotate(-180deg)
	}

	26% {
		opacity: 0;
		transform: translateX(-10px) scale(.9) rotate(-180deg)
	}

	55% {
		opacity: 1;
		transform: translateX(0) scale(1) rotate(-180deg)
	}
}

@-webkit-keyframes bounceArrowLeft {
	0% {
		opacity: 1;
		transform: translateX(10px) scale(.9) rotate(0deg)
	}

	25% {
		opacity: 0;
		transform: translateX(0) scale(1) rotate(0deg)
	}

	26% {
		opacity: 0;
		transform: translateX(0) scale(1) rotate(0deg)
	}

	55% {
		opacity: 1;
		transform: translateX(-10px) scale(.9) rotate(0deg)
	}
}

@keyframes bounceArrowLeft {
	0% {
		opacity: 1;
		transform: translateX(10px) scale(.9) rotate(0deg)
	}

	25% {
		opacity: 0;
		transform: translateX(0) scale(1) rotate(0deg)
	}

	26% {
		opacity: 0;
		transform: translateX(0) scale(1) rotate(0deg)
	}

	55% {
		opacity: 1;
		transform: translateX(-10px) scale(.9) rotate(0deg)
	}
}

[data-toggle-extra=tab-content] {
	display: none
}

[data-toggle-extra=tab-content].active {
	display: block
}

.table {
	border: 1px solid rgba(71, 136, 255, .4);
	border-radius: 4px;
	color: #303030;
	overflow: hidden
}

.table p,
.table span {
	color: #535f6b
}

.table .light th {
	background-color: rgba(71, 136, 255, .1);
	border-top: 0;
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 1px;
	text-transform: uppercase
}

.table.table-dark {
	color: #fff !important
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f7f9ff
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #deeaff
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
	color: #535f6b
}

.dataTables_wrapper .dataTables_filter input {
	background-color: transparent;
	border: 1px solid #deeaff;
	border-radius: 4px
}

table.dataTable thead td {
	border-bottom: 1px solid rgba(71, 136, 255, .4) !important
}

table.dataTable thead th {
	color: #303030 !important
}

table.dataTable thead th,
table.dataTable.no-footer {
	border-bottom: 1px solid #deeaff !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-shadow: none !important;
	outline: none !important
}

.dataTables_wrapper .dataTables_info {
	padding-top: 15px !important
}

.dataTables_wrapper .dataTables_length {
	margin-bottom: 10px
}

.dataTables_wrapper .dataTables_length label {
	border-color: #deeaff !important
}

.dataTables_wrapper .dataTables_length select {
	background: #fff;
	border-color: #deeaff !important;
	border-radius: 4px;
	padding: 6px 4px
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin: 10px 2px 0;
	padding: 3px 10px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #4788ff;
	border: 1px solid #4788ff;
	border-radius: 4px;
	color: #fff !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #4788ff;
	border-color: #4788ff;
	color: #fff !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	border: 1px solid rgba(71, 136, 255, .6);
	border-radius: 4px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	border-color: rgba(71, 136, 255, .8)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #4788ff;
	border-color: #4788ff
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
	background: rgba(71, 136, 255, .8);
	border-color: #4788ff;
	color: #fff
}

.dark .table td {
	border-color: #252525
}

.dark .dataTables_wrapper .dataTables_length label,
.dark .dataTables_wrapper .dataTables_length select {
	border-color: #252525 !important
}

.simple-item {
	display: flex;
	flex-direction: row;
	list-style: none;
	padding: 10px 0;
	transition: all .2s ease;
	z-index: 1
}

.simple-item .img-container {
	padding: 0 10px
}

.simple-item .simple-item-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	min-width: 0;
	padding-right: 10px
}

.simple-item .simple-item-title {
	align-items: center;
	display: flex;
	line-height: normal
}

.simple-item .simple-item-title .title-text {
	display: flex;
	flex-grow: 1;
	font-size: 18px
}

.simple-item .simple-item-time {
	font-size: 12px
}

.simple-item .simple-item-content {
	align-items: center;
	display: flex;
	font-size: 14px
}

.simple-item .simple-item-content .simple-item-text {
	flex-grow: 1;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	overflow: hidden
}

.simple-item .simple-item-content .simple-item-text.short {
	text-overflow: ellipsis;
	white-space: nowrap
}

.simple-item .simple-item-content .dropdown .btn-link {
	padding-left: 0;
	padding-right: 0
}

.simple-item.hover .dropdown {
	transform: translateX(20px);
	transition: all .2s ease-in;
	visibility: hidden
}

.simple-item.hover .dropdown .btn {
	padding: 0 10px
}

.simple-item.hover:hover {
	background-color: rgba(71, 136, 255, .2);
	cursor: pointer
}

.simple-item.hover:hover .dropdown {
	transform: translateX(10px);
	transition: all .2s ease-in-out;
	visibility: visible
}

.simple-item.hover:hover .dropdown .btn {
	padding: 0 10px
}

.msg-list {
	display: flex;
	flex-direction: column
}

.msg-list .single-msg-content .msg-detail span {
	font-size: 14px
}

.msg-list .single-msg-content .msg-action {
	bottom: 0;
	position: absolute;
	right: 0
}

.msg-list .single-msg-content .msg-action span {
	font-size: 12px
}

.msg-list .single-msg {
	background-color: #fff;
	color: #212529;
	margin-bottom: 12px;
	max-width: 70%;
	padding: 6px 10px;
	position: relative
}

.msg-list .single-msg .single-msg-shap {
	left: -14px;
	position: absolute;
	right: auto;
	top: 0
}

.msg-list .single-msg.user {
	align-self: flex-end;
	background-color: #4788ff;
	color: #fff
}

.msg-list .single-msg.user .single-msg-shap {
	left: auto;
	position: absolute;
	right: -14px;
	top: 0
}

.msg-list .single-msg .single-msg-content {
	align-items: center;
	display: flex;
	flex-direction: row;
	position: relative
}

.triangle-topleft {
	border-left: 14px solid transparent;
	border-top: 18px solid #fff;
	height: 0;
	width: 0
}

.triangle-topright {
	border-right: 14px solid transparent;
	border-top: 18px solid #4788ff;
	height: 0;
	width: 0
}

.dark .triangle-topleft {
	border-top-color: hsla(0, 0%, 100%, .1)
}

.dark .msg-list .single-msg {
	background-color: hsla(0, 0%, 100%, .1)
}

.dark .msg-list .single-msg.user {
	background-color: rgba(71, 136, 255, .8)
}

.bg-blue {
	background-color: #4788ff !important;
	color: #fff !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
	background-color: #1467ff !important;
	color: #fff !important
}

.bg-indigo {
	background-color: #6610f2 !important;
	color: #fff !important
}

a.bg-indigo:focus,
a.bg-indigo:hover,
button.bg-indigo:focus,
button.bg-indigo:hover {
	background-color: #510bc4 !important;
	color: #fff !important
}

.bg-pink {
	background-color: #e83e8c !important;
	color: #fff !important
}

a.bg-pink:focus,
a.bg-pink:hover,
button.bg-pink:focus,
button.bg-pink:hover {
	background-color: #d91a72 !important;
	color: #fff !important
}

.bg-red {
	background-color: #f5365c !important;
	color: #fff !important
}

a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
	background-color: #ec0c38 !important;
	color: #fff !important
}

.bg-yellow {
	background-color: #ffd600 !important;
	color: #212529 !important
}

a.bg-yellow:focus,
a.bg-yellow:hover,
button.bg-yellow:focus,
button.bg-yellow:hover {
	background-color: #ccab00 !important;
	color: #fff !important
}

.bg-green {
	background-color: #4fd69c !important;
	color: #fff !important
}

a.bg-green:focus,
a.bg-green:hover,
button.bg-green:focus,
button.bg-green:hover {
	background-color: #2ec484 !important;
	color: #fff !important
}

.bg-teal {
	background-color: #20c997 !important;
	color: #fff !important
}

a.bg-teal:focus,
a.bg-teal:hover,
button.bg-teal:focus,
button.bg-teal:hover {
	background-color: #199d76 !important;
	color: #fff !important
}

.bg-cyan {
	background-color: #37d5f2 !important;
	color: #fff !important
}

a.bg-cyan:focus,
a.bg-cyan:hover,
button.bg-cyan:focus,
button.bg-cyan:hover {
	background-color: #0fc5e7 !important;
	color: #fff !important
}

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

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
	background-color: #e6e6e6 !important;
	color: #fff !important
}

.bg-gray {
	background-color: #6c757d !important;
	color: #fff !important
}

a.bg-gray:focus,
a.bg-gray:hover,
button.bg-gray:focus,
button.bg-gray:hover {
	background-color: #545b62 !important;
	color: #fff !important
}

.bg-gray-dark {
	background-color: #01041b !important;
	color: #fff !important
}

a.bg-gray-dark:focus,
a.bg-gray-dark:hover,
button.bg-gray-dark:focus,
button.bg-gray-dark:hover {
	background-color: #000 !important;
	color: #fff !important
}

.bg-gradient-blue {
	background: #4788ff linear-gradient(180deg, #6199ff, #4788ff) repeat-x !important
}

.bg-gradient-indigo {
	background: #6610f2 linear-gradient(180deg, #7c33f4, #6610f2) repeat-x !important
}

.bg-gradient-pink {
	background: #e83e8c linear-gradient(180deg, #ea5a9d, #e83e8c) repeat-x !important
}

.bg-gradient-red {
	background: #f5365c linear-gradient(180deg, #f55374, #f5365c) repeat-x !important
}

.bg-gradient-yellow {
	background: #ffd600 linear-gradient(180deg, #fedb26, #ffd600) repeat-x !important
}

.bg-gradient-green {
	background: #4fd69c linear-gradient(180deg, #68dbab, #4fd69c) repeat-x !important
}

.bg-gradient-teal {
	background: #20c997 linear-gradient(180deg, #40d0a7, #20c997) repeat-x !important
}

.bg-gradient-cyan {
	background: #37d5f2 linear-gradient(180deg, #54daf4, #37d5f2) repeat-x !important
}

.bg-gradient-white {
	background: #fff linear-gradient(180deg, #fefeff, #fff) repeat-x !important
}

.bg-gradient-gray {
	background: #6c757d linear-gradient(180deg, #818991, #6c757d) repeat-x !important
}

.bg-gradient-gray-dark {
	background: #01041b linear-gradient(180deg, #26293d, #01041b) repeat-x !important
}

.bg-gradient-primary {
	background: #4788ff linear-gradient(180deg, #6199ff, #4788ff) repeat-x !important
}

.bg-gradient-secondary {
	background: #6c757d linear-gradient(180deg, #818991, #6c757d) repeat-x !important
}

.bg-gradient-success {
	background: #4fd69c linear-gradient(180deg, #68dbab, #4fd69c) repeat-x !important
}

.bg-gradient-info {
	background: #37d5f2 linear-gradient(180deg, #54daf4, #37d5f2) repeat-x !important
}

.bg-gradient-warning {
	background: #fc7c5f linear-gradient(180deg, #fb8f77, #fc7c5f) repeat-x !important
}

.bg-gradient-danger {
	background: #f75676 linear-gradient(180deg, #f76e8b, #f75676) repeat-x !important
}

.bg-gradient-light {
	background: #c7cbd3 linear-gradient(180deg, #ced2da, #c7cbd3) repeat-x !important
}

.bg-gradient-dark {
	background: #01041b linear-gradient(180deg, #26293d, #01041b) repeat-x !important
}

.bg-gradient-orange {
	background: #fe721c linear-gradient(180deg, #fd863e, #fe721c) repeat-x !important
}

.bg-gradient-purple {
	background: #4731b6 linear-gradient(180deg, #614fc1, #4731b6) repeat-x !important
}

.bg-gradient-skyblue {
	background: #158df7 linear-gradient(180deg, #379df8, #158df7) repeat-x !important
}

.bg-primary {
	background-color: #4788ff !important;
	color: #fff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #1467ff !important;
	color: #fff !important
}

.badge-primary {
	background-color: #4788ff !important;
	color: #fff !important
}

a.badge-primary:focus,
a.badge-primary:hover,
button.badge-primary:focus,
button.badge-primary:hover {
	background-color: #1467ff !important;
	color: #fff !important
}

.bg-secondary {
	background-color: #6c757d !important;
	color: #fff !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62 !important;
	color: #fff !important
}

.badge-secondary {
	background-color: #6c757d !important;
	color: #fff !important
}

a.badge-secondary:focus,
a.badge-secondary:hover,
button.badge-secondary:focus,
button.badge-secondary:hover {
	background-color: #545b62 !important;
	color: #fff !important
}

.bg-success {
	background-color: #4fd69c !important;
	color: #fff !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #2ec484 !important;
	color: #fff !important
}

.badge-success {
	background-color: #4fd69c !important;
	color: #fff !important
}

a.badge-success:focus,
a.badge-success:hover,
button.badge-success:focus,
button.badge-success:hover {
	background-color: #2ec484 !important;
	color: #fff !important
}

.bg-info {
	background-color: #37d5f2 !important;
	color: #fff !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #0fc5e7 !important;
	color: #fff !important
}

.badge-info {
	background-color: #37d5f2 !important;
	color: #fff !important
}

a.badge-info:focus,
a.badge-info:hover,
button.badge-info:focus,
button.badge-info:hover {
	background-color: #0fc5e7 !important;
	color: #fff !important
}

.bg-warning {
	background-color: #fc7c5f !important;
	color: #fff !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #fb532d !important;
	color: #fff !important
}

.badge-warning {
	background-color: #fc7c5f !important;
	color: #fff !important
}

a.badge-warning:focus,
a.badge-warning:hover,
button.badge-warning:focus,
button.badge-warning:hover {
	background-color: #fb532d !important;
	color: #fff !important
}

.bg-danger {
	background-color: #f75676 !important;
	color: #fff !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #f5254f !important;
	color: #fff !important
}

.badge-danger {
	background-color: #f75676 !important;
	color: #fff !important
}

a.badge-danger:focus,
a.badge-danger:hover,
button.badge-danger:focus,
button.badge-danger:hover {
	background-color: #f5254f !important;
	color: #fff !important
}

.bg-light {
	background-color: #c7cbd3 !important;
	color: #212529 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #aab0bd !important;
	color: #fff !important
}

.badge-light {
	background-color: #c7cbd3 !important;
	color: #212529 !important
}

a.badge-light:focus,
a.badge-light:hover,
button.badge-light:focus,
button.badge-light:hover {
	background-color: #aab0bd !important;
	color: #fff !important
}

.bg-dark {
	background-color: #01041b !important;
	color: #fff !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #000 !important;
	color: #fff !important
}

.badge-dark {
	background-color: #01041b !important;
	color: #fff !important
}

a.badge-dark:focus,
a.badge-dark:hover,
button.badge-dark:focus,
button.badge-dark:hover {
	background-color: #000 !important;
	color: #fff !important
}

.bg-orange {
	background-color: #fe721c !important;
	color: #fff !important
}

a.bg-orange:focus,
a.bg-orange:hover,
button.bg-orange:focus,
button.bg-orange:hover {
	background-color: #e65801 !important;
	color: #fff !important
}

.badge-orange {
	background-color: #fe721c !important;
	color: #fff !important
}

a.badge-orange:focus,
a.badge-orange:hover,
button.badge-orange:focus,
button.badge-orange:hover {
	background-color: #e65801 !important;
	color: #fff !important
}

.bg-purple {
	background-color: #4731b6 !important;
	color: #fff !important
}

a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
	background-color: #37268e !important;
	color: #fff !important
}

.badge-purple {
	background-color: #4731b6 !important;
	color: #fff !important
}

a.badge-purple:focus,
a.badge-purple:hover,
button.badge-purple:focus,
button.badge-purple:hover {
	background-color: #37268e !important;
	color: #fff !important
}

.bg-skyblue {
	background-color: #158df7 !important;
	color: #fff !important
}

a.bg-skyblue:focus,
a.bg-skyblue:hover,
button.bg-skyblue:focus,
button.bg-skyblue:hover {
	background-color: #0773d2 !important;
	color: #fff !important
}

.badge-skyblue {
	background-color: #158df7 !important;
	color: #fff !important
}

a.badge-skyblue:focus,
a.badge-skyblue:hover,
button.badge-skyblue:focus,
button.badge-skyblue:hover {
	background-color: #0773d2 !important;
	color: #fff !important
}

.bg-primary-light {
	background-color: #c9dcff !important;
	color: #0047c9 !important
}

a.bg-primary-light:focus,
a.bg-primary-light:hover,
button.bg-primary-light:focus,
button.bg-primary-light:hover {
	background-color: #96bbff !important;
	color: #0047c9 !important
}

.bg-secondary-light {
	background-color: #ccced2 !important;
	color: #4b4e54 !important
}

a.bg-secondary-light:focus,
a.bg-secondary-light:hover,
button.bg-secondary-light:focus,
button.bg-secondary-light:hover {
	background-color: #b1b4ba !important;
	color: #4b4e54 !important
}

.bg-success-light {
	background-color: #aafad7 !important;
	color: #099c5c !important
}

a.bg-success-light:focus,
a.bg-success-light:hover,
button.bg-success-light:focus,
button.bg-success-light:hover {
	background-color: #7af7c0 !important;
	color: #099c5c !important
}

.bg-info-light {
	background-color: #adf1ff !important;
	color: #008fad !important
}

a.bg-info-light:focus,
a.bg-info-light:hover,
button.bg-info-light:focus,
button.bg-info-light:hover {
	background-color: #7ae8ff !important;
	color: #008fad !important
}

.bg-warning-light {
	background-color: #ffbbab !important;
	color: #ab2100 !important
}

a.bg-warning-light:focus,
a.bg-warning-light:hover,
button.bg-warning-light:focus,
button.bg-warning-light:hover {
	background-color: #ff9278 !important;
	color: #ab2100 !important
}

.bg-danger-light {
	background-color: #ffb3c2 !important;
	color: #b30023 !important
}

a.bg-danger-light:focus,
a.bg-danger-light:hover,
button.bg-danger-light:focus,
button.bg-danger-light:hover {
	background-color: #ff8099 !important;
	color: #b30023 !important
}

.bg-light-light {
	background-color: #c7cbd3 !important;
	color: #444a57 !important
}

a.bg-light-light:focus,
a.bg-light-light:hover,
button.bg-light-light:focus,
button.bg-light-light:hover {
	background-color: #aab0bd !important;
	color: #444a57 !important
}

.bg-dark-light {
	background-color: rgba(199, 203, 211, .1) !important;
	color: rgba(68, 74, 87, .1) !important
}

a.bg-dark-light:focus,
a.bg-dark-light:hover,
button.bg-dark-light:focus,
button.bg-dark-light:hover {
	background-color: rgba(170, 176, 189, .1) !important;
	color: rgba(68, 74, 87, .1) !important
}

.bg-orange-light {
	background-color: #ffc4a0 !important;
	color: #a03d00 !important
}

a.bg-orange-light:focus,
a.bg-orange-light:hover,
button.bg-orange-light:focus,
button.bg-orange-light:hover {
	background-color: #ffa46d !important;
	color: #a03d00 !important
}

.bg-purple-light {
	background-color: #cbc0ff !important;
	color: #2200c0 !important
}

a.bg-purple-light:focus,
a.bg-purple-light:hover,
button.bg-purple-light:focus,
button.bg-purple-light:hover {
	background-color: #a18dff !important;
	color: #2200c0 !important
}

.bg-skyblue-light {
	background-color: #aad7ff !important;
	color: #005aaa !important
}

a.bg-skyblue-light:focus,
a.bg-skyblue-light:hover,
button.bg-skyblue-light:focus,
button.bg-skyblue-light:hover {
	background-color: #77bfff !important;
	color: #005aaa !important
}

.avatar {
	position: relative
}

.avatar-30 {
	height: 30px;
	min-width: 30px;
	width: 30px
}

.avatar-35 {
	height: 35px;
	min-width: 35px;
	width: 35px
}

.avatar-40 {
	height: 40px;
	min-width: 40px;
	width: 40px
}

.avatar-45 {
	height: 45px;
	min-width: 45px;
	width: 45px
}

.avatar-50 {
	height: 50px;
	min-width: 50px;
	width: 50px
}

.avatar-60 {
	height: 60px;
	min-width: 60px;
	width: 60px
}

.avatar-70 {
	height: 70px;
	min-width: 70px;
	width: 70px
}

.avatar-80 {
	height: 80px;
	min-width: 80px;
	width: 80px
}

.avatar-90 {
	height: 90px;
	min-width: 90px;
	width: 90px
}

.avatar-100 {
	height: 100px;
	min-width: 100px;
	width: 100px
}

.avatar-110 {
	height: 110px;
	min-width: 110px;
	width: 110px
}

.avatar-120 {
	height: 120px;
	min-width: 120px;
	width: 120px
}

.avatar-130 {
	height: 130px;
	min-width: 130px;
	width: 130px
}

.avatar-155 {
	height: 155px;
	min-width: 155px;
	width: 155px
}

.avatar-235 {
	height: 235px;
	min-width: 235px;
	width: 235px
}

.avatar-status {
	bottom: -4px;
	left: auto;
	position: absolute;
	right: 4px;
	top: auto
}

.avatar-status i {
	font-size: 12px
}

.avatar-borderd {
	border: 2px solid rgba(71, 136, 255, .2)
}

.avatar-rounded {
	border-radius: 50%;
	overflow: hidden
}

.font-size-12 {
	font-size: 12px !important
}

.font-size-14 {
	font-size: 14px !important
}

.font-size-16 {
	font-size: 16px !important
}

.font-size-18 {
	font-size: 18px !important
}

.font-size-20 {
	font-size: 20px !important
}

.font-size-32 {
	font-size: 32px !important
}

.font-size-40 {
	font-size: 40px !important
}

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

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

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

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

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

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

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

.text-underline {
	text-decoration: underline
}

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

@media (min-width:576px) {
	.text-xs-chirag {
		font-size: 12 !important
	}
}

.text-sm {
	font-size: 14 !important
}

.text-lg {
	font-size: 20 !important
}

.text-xl {
	font-size: 12 !important
}

.line-height-100 {
	line-height: 1
}

.line-height-110 {
	line-height: 1.1
}

.line-height-120 {
	line-height: 1.2
}

.line-height-130 {
	line-height: 1.3
}

.line-height-140 {
	line-height: 1.4
}

.line-height-150 {
	line-height: 1.5
}

.line-height-160 {
	line-height: 1.6
}

.line-height-170 {
	line-height: 1.7
}

.line-height-180 {
	line-height: 1.8
}

.letter-spacing-1 {
	letter-spacing: .0625rem
}

.letter-spacing-15 {
	letter-spacing: .09375rem
}

.letter-spacing-2 {
	letter-spacing: .125rem
}

.text-ellipsis.short-1 {
	-webkit-line-clamp: 1
}

.text-ellipsis.short-1,
.text-ellipsis.short-2 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-ellipsis.short-2 {
	-webkit-line-clamp: 2
}

.text-ellipsis.short-3 {
	-webkit-line-clamp: 3
}

.text-ellipsis.short-3,
.text-ellipsis.short-4 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-ellipsis.short-4 {
	-webkit-line-clamp: 4
}

.text-ellipsis.short-5 {
	-webkit-line-clamp: 5
}

.text-ellipsis.short-5,
.text-ellipsis.short-6 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-ellipsis.short-6 {
	-webkit-line-clamp: 6
}

.text-ellipsis.short-7 {
	-webkit-line-clamp: 7
}

.text-ellipsis.short-7,
.text-ellipsis.short-8 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-ellipsis.short-8 {
	-webkit-line-clamp: 8
}

.text-ellipsis.short-9 {
	-webkit-line-clamp: 9
}

.text-ellipsis.short-10,
.text-ellipsis.short-9 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-ellipsis.short-10 {
	-webkit-line-clamp: 10
}

.text-blue {
	color: #4788ff !important
}

a.text-blue:focus,
a.text-blue:hover {
	color: #0058fa !important
}

.text-indigo {
	color: #6610f2 !important
}

a.text-indigo:focus,
a.text-indigo:hover {
	color: #4709ac !important
}

.text-purple {
	color: #4731b6 !important
}

a.text-purple:focus,
a.text-purple:hover {
	color: #2f217a !important
}

.text-pink {
	color: #e83e8c !important
}

a.text-pink:focus,
a.text-pink:hover {
	color: #c21766 !important
}

.text-red {
	color: #f5365c !important
}

a.text-red:focus,
a.text-red:hover {
	color: #d40b33 !important
}

.text-orange {
	color: #fe721c !important
}

a.text-orange:focus,
a.text-orange:hover {
	color: #cd4e01 !important
}

.text-yellow {
	color: #ffd600 !important
}

a.text-yellow:focus,
a.text-yellow:hover {
	color: #b39600 !important
}

.text-green {
	color: #4fd69c !important
}

a.text-green:focus,
a.text-green:hover {
	color: #29b076 !important
}

.text-teal {
	color: #20c997 !important
}

a.text-teal:focus,
a.text-teal:hover {
	color: #158765 !important
}

.text-cyan {
	color: #37d5f2 !important
}

a.text-cyan:focus,
a.text-cyan:hover {
	color: #0db1cf !important
}

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

a.text-white:focus,
a.text-white:hover {
	color: #d9d9d9 !important
}

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

a.text-gray:focus,
a.text-gray:hover {
	color: #494f54 !important
}

.text-gray-dark {
	color: #01041b !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #000 !important
}

.text-skyblue {
	color: #158df7 !important
}

a.text-skyblue:focus,
a.text-skyblue:hover {
	color: #0665b9 !important
}

.border-color-blue {
	border-color: #4788ff !important
}

.border-color-indigo {
	border-color: #6610f2 !important
}

.border-color-purple {
	border-color: #4731b6 !important
}

.border-color-pink {
	border-color: #e83e8c !important
}

.border-color-red {
	border-color: #f5365c !important
}

.border-color-orange {
	border-color: #fe721c !important
}

.border-color-yellow {
	border-color: #ffd600 !important
}

.border-color-green {
	border-color: #4fd69c !important
}

.border-color-teal {
	border-color: #20c997 !important
}

.border-color-cyan {
	border-color: #37d5f2 !important
}

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

.border-color-gray {
	border-color: #6c757d !important
}

.border-color-gray-dark {
	border-color: #01041b !important
}

.border-color-skyblue {
	border-color: #158df7 !important
}

.border-color-top-blue {
	border-top-color: #4788ff !important
}

.border-color-top-indigo {
	border-top-color: #6610f2 !important
}

.border-color-top-purple {
	border-top-color: #4731b6 !important
}

.border-color-top-pink {
	border-top-color: #e83e8c !important
}

.border-color-top-red {
	border-top-color: #f5365c !important
}

.border-color-top-orange {
	border-top-color: #fe721c !important
}

.border-color-top-yellow {
	border-top-color: #ffd600 !important
}

.border-color-top-green {
	border-top-color: #4fd69c !important
}

.border-color-top-teal {
	border-top-color: #20c997 !important
}

.border-color-top-cyan {
	border-top-color: #37d5f2 !important
}

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

.border-color-top-gray {
	border-top-color: #6c757d !important
}

.border-color-top-gray-dark {
	border-top-color: #01041b !important
}

.border-color-top-skyblue {
	border-top-color: #158df7 !important
}

.border-color-bottom-blue {
	border-bottom-color: #4788ff !important
}

.border-color-bottom-indigo {
	border-bottom-color: #6610f2 !important
}

.border-color-bottom-purple {
	border-bottom-color: #4731b6 !important
}

.border-color-bottom-pink {
	border-bottom-color: #e83e8c !important
}

.border-color-bottom-red {
	border-bottom-color: #f5365c !important
}

.border-color-bottom-orange {
	border-bottom-color: #fe721c !important
}

.border-color-bottom-yellow {
	border-bottom-color: #ffd600 !important
}

.border-color-bottom-green {
	border-bottom-color: #4fd69c !important
}

.border-color-bottom-teal {
	border-bottom-color: #20c997 !important
}

.border-color-bottom-cyan {
	border-bottom-color: #37d5f2 !important
}

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

.border-color-bottom-gray {
	border-bottom-color: #6c757d !important
}

.border-color-bottom-gray-dark {
	border-bottom-color: #01041b !important
}

.border-color-bottom-skyblue {
	border-bottom-color: #158df7 !important
}

.border-color-left-blue {
	border-left-color: #4788ff !important
}

.border-color-left-indigo {
	border-left-color: #6610f2 !important
}

.border-color-left-purple {
	border-left-color: #4731b6 !important
}

.border-color-left-pink {
	border-left-color: #e83e8c !important
}

.border-color-left-red {
	border-left-color: #f5365c !important
}

.border-color-left-orange {
	border-left-color: #fe721c !important
}

.border-color-left-yellow {
	border-left-color: #ffd600 !important
}

.border-color-left-green {
	border-left-color: #4fd69c !important
}

.border-color-left-teal {
	border-left-color: #20c997 !important
}

.border-color-left-cyan {
	border-left-color: #37d5f2 !important
}

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

.border-color-left-gray {
	border-left-color: #6c757d !important
}

.border-color-left-gray-dark {
	border-left-color: #01041b !important
}

.border-color-left-skyblue {
	border-left-color: #158df7 !important
}

.border-color-right-blue {
	border-right-color: #4788ff !important
}

.border-color-right-indigo {
	border-right-color: #6610f2 !important
}

.border-color-right-purple {
	border-right-color: #4731b6 !important
}

.border-color-right-pink {
	border-right-color: #e83e8c !important
}

.border-color-right-red {
	border-right-color: #f5365c !important
}

.border-color-right-orange {
	border-right-color: #fe721c !important
}

.border-color-right-yellow {
	border-right-color: #ffd600 !important
}

.border-color-right-green {
	border-right-color: #4fd69c !important
}

.border-color-right-teal {
	border-right-color: #20c997 !important
}

.border-color-right-cyan {
	border-right-color: #37d5f2 !important
}

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

.border-color-right-gray {
	border-right-color: #6c757d !important
}

.border-color-right-gray-dark {
	border-right-color: #01041b !important
}

.border-color-right-skyblue {
	border-right-color: #158df7 !important
}

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

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*.8);
	animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
	.animate__animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 1ms !important
	}

	.animate__animated[class*=Out] {
		opacity: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}

	80% {
		transform: translateZ(0) scaleY(.95);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	90% {
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}

	80% {
		transform: translateZ(0) scaleY(.95);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	90% {
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

.animate__bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleX(1)
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
	0% {
		transform: scaleX(1)
	}

	30% {
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, .95, 1)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		transform: scaleX(1)
	}

	30% {
		transform: scale3d(1.05, .75, 1)
	}

	40% {
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.08, .75, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.02, .95, 1)
	}

	to {
		transform: scaleX(1)
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shakeX {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shakeX {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}

@-webkit-keyframes shakeY {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(0, -10px, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(0, 10px, 0)
	}
}

@keyframes shakeY {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(0, -10px, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(0, 10px, 0)
	}
}

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}

@-webkit-keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.animate__headShake {
	-webkit-animation-name: headShake;
	animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

.animate__swing {
	-webkit-animation-name: swing;
	animation-name: swing;
	transform-origin: top center
}

@-webkit-keyframes tada {
	0% {
		transform: scaleX(1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		transform: scaleX(1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		transform: scaleX(1)
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		transform: translateZ(0)
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		transform: translateZ(0)
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		transform: translateZ(0)
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		transform: translateZ(0)
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.animate__jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		transform: scale(1)
	}

	14% {
		transform: scale(1.3)
	}

	28% {
		transform: scale(1)
	}

	42% {
		transform: scale(1.3)
	}

	70% {
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		transform: scale(1)
	}

	14% {
		transform: scale(1.3)
	}

	28% {
		transform: scale(1)
	}

	42% {
		transform: scale(1.3)
	}

	70% {
		transform: scale(1)
	}
}

.animate__heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
	0% {
		opacity: .7;
		transform: translateY(-1200px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInDown {
	0% {
		opacity: .7;
		transform: translateY(-1200px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}

@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		transform: translateX(-2000px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInLeft {
	0% {
		opacity: .7;
		transform: translateX(-2000px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}

@-webkit-keyframes backInRight {
	0% {
		opacity: .7;
		transform: translateX(2000px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInRight {
	0% {
		opacity: .7;
		transform: translateX(2000px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}

@-webkit-keyframes backInUp {
	0% {
		opacity: .7;
		transform: translateY(1200px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInUp {
	0% {
		opacity: .7;
		transform: translateY(1200px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}

@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(700px) scale(.7)
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(700px) scale(.7)
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateX(-2000px) scale(.7)
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateX(-2000px) scale(.7)
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateX(2000px) scale(.7)
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateX(2000px) scale(.7)
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(-700px) scale(.7)
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	20% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(-700px) scale(.7)
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scaleX(1)
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}

	75% {
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}

	90% {
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0) scaleY(.9)
	}

	75% {
		transform: translate3d(0, -10px, 0) scaleY(.95)
	}

	90% {
		transform: translate3d(0, 5px, 0) scaleY(.985)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0) scaleX(1)
	}

	75% {
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}

	90% {
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0) scaleX(1)
	}

	75% {
		transform: translate3d(-10px, 0, 0) scaleX(.98)
	}

	90% {
		transform: translate3d(5px, 0, 0) scaleX(.995)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}

	75% {
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}

	90% {
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}

	75% {
		transform: translate3d(10px, 0, 0) scaleX(.98)
	}

	90% {
		transform: translate3d(-5px, 0, 0) scaleX(.995)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	75% {
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}

	90% {
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	75% {
		transform: translate3d(0, 10px, 0) scaleY(.95)
	}

	90% {
		transform: translate3d(0, -5px, 0) scaleY(.985)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0) scaleX(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0) scaleY(.985)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0) scaleY(.9)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, -100%, 0)
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, -100%, 0)
	}
}

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(100%, -100%, 0)
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(100%, -100%, 0)
	}
}

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 100%, 0)
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 100%, 0)
	}
}

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 100%, 0)
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 100%, 0)
	}
}

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

.animate__animated.animate__flip {
	-webkit-animation-name: flip;
	animation-name: flip;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.animate__flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateY(10deg)
	}

	80% {
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		opacity: 1;
		transform: perspective(400px) rotateY(10deg)
	}

	80% {
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.animate__flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}

	60% {
		opacity: 1;
		transform: skewX(20deg)
	}

	80% {
		transform: skewX(-5deg)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}

	60% {
		opacity: 1;
		transform: skewX(20deg)
	}

	80% {
		transform: skewX(-5deg)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) skewX(30deg)
	}

	60% {
		opacity: 1;
		transform: skewX(-20deg)
	}

	80% {
		transform: skewX(5deg)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) skewX(30deg)
	}

	60% {
		opacity: 1;
		transform: skewX(-20deg)
	}

	80% {
		transform: skewX(5deg)
	}

	to {
		transform: translateZ(0)
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) skewX(-30deg)
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) skewX(-30deg)
	}
}

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		transform: rotate(-200deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		transform: rotate(-200deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		transform: rotate(-45deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		transform: rotate(-45deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		transform: rotate(-90deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		transform: rotate(-90deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(200deg)
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(200deg)
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(45deg)
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(45deg)
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(-45deg)
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(-45deg)
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(-45deg)
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(-45deg)
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(90deg)
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: rotate(90deg)
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	transform-origin: right bottom
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg)
	}

	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 700px, 0)
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg)
	}

	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 700px, 0)
	}
}

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		transform: rotate(-10deg)
	}

	70% {
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		transform: rotate(-10deg)
	}

	70% {
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}
}

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
	}
}

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}
}

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
	}
}

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0)
	}
}

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0)
	}
}

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
	}
}

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, 100%, 0);
		visibility: hidden
	}
}

@keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, 100%, 0);
		visibility: hidden
	}
}

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden
	}
}

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(100%, 0, 0);
		visibility: hidden
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(100%, 0, 0);
		visibility: hidden
	}
}

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, -100%, 0);
		visibility: hidden
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}

	to {
		transform: translate3d(0, -100%, 0);
		visibility: hidden
	}
}

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.inln-date .flatpickr-calendar {
	background-color: inherit
}

@media (max-width:320px) {
	.flatpickr-innerContainer {
		padding-right: 40px
	}

	.flatpickr-current-month {
		left: 6.5%
	}

	.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
	.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
		padding-right: 46px
	}

	.bg-h-full .mm-top-navbar.fixed .navbar {
		padding: 0 !important
	}
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #4788ff;
	border-color: #4788ff
}

text {
	font-family: DM Sans, sans-serif !important
}

.has-danger input,
.has-error input {
	border-color: #f75676 !important;
	box-shadow: 0 0 2px 0 rgba(247, 86, 118, .4)
}

.has-danger label,
.has-error label {
	color: #f75676 !important
}

.scroller {
	overflow-y: auto;
	scrollbar-color: #4788ff #c9dcff;
	scrollbar-width: thin
}

.scroller::-webkit-scrollbar-thumb {
	background-color: #4788ff
}

.scroller::-webkit-scrollbar-track {
	background-color: #c9dcff
}

.scroller::-moz-scrollbar-thumb {
	background-color: #4788ff
}

.scroller::-moz-scrollbar-track {
	background-color: #c9dcff
}

::-webkit-scrollbar {
	border-radius: 20px
}

::-moz-scrollbar {
	border-radius: 20px
}

::-webkit-scrollbar-track {
	background: #deeaff;
	border-radius: 20px
}

::-webkit-scrollbar-thumb {
	background: #6c757d;
	border-radius: 20px
}

::-webkit-scrollbar-thumb:hover {
	background: #01041b;
	border-radius: 20px
}

::-moz-scrollbar-thumb {
	background: #6c757d;
	border-radius: 20px
}

::-moz-scrollbar-thumb:hover {
	background: #01041b;
	border-radius: 20px
}

::-webkit-scrollbar {
	border-radius: 4px;
	height: 4px;
	width: 4px
}

::-moz-scrollbar {
	border-radius: 4px;
	height: 4px;
	width: 4px
}

.scrollbar-thumb,
.scrollbar-track-y {
	width: 4px !important
}

body {
	background: #f7f9ff;
	color: #535f6b;
	font-family: DM Sans, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	overflow-x: hidden;
	padding: 0
}

a:hover {
	text-decoration: none
}

h1 {
	color: #303030;
	font-family: DM Sans, sans-serif;
	font-size: 2.488rem;
	font-weight: 500;
	margin: 0
}

h1 a {
	color: inherit
}

h2 {
	color: #303030;
	font-family: DM Sans, sans-serif;
	font-size: 2.074rem;
	font-weight: 500;
	margin: 0
}

h2 a {
	color: inherit
}

h3 {
	font-size-color: inherit;
	font-family: DM Sans, sans-serif;
	font-size: 1.728rem a;
	font-weight: 500
}

h3,
h4 {
	color: #303030;
	margin: 0
}

h4 {
	font-family: DM Sans, sans-serif;
	font-size: 1.44rem;
	font-weight: 500
}

h4 a {
	color: inherit
}

h5 {
	color: #303030;
	font-family: DM Sans, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0
}

h5 a {
	color: inherit
}

h6 {
	color: #303030;
	font-family: DM Sans, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin: 0
}

h6 a {
	color: inherit
}

button:focus {
	outline: none
}

.line-height {
	line-height: normal
}

.rounded-normal,
.rounded-small {
	border-radius: 4px
}

:focus {
	outline: none
}

.text-break {
	word-break: break-all
}

.border-none {
	border: none !important
}

.breadcrumb-item+.breadcrumb-item:before {
	margin-top: 5px
}

.user-list-files {
	justify-content: flex-end
}

.user-list-files a {
	border-radius: 5px;
	line-height: normal;
	margin: 0 0 0 10px;
	padding: 10px 15px
}

code {
	color: #f75676
}

.slick-loading .slick-list {
	background: transparent !important
}

.change-mode {
	margin-right: 25px
}

.change-mode .custom-switch.custom-switch-icon .custom-control-input {
	height: 100%
}

.change-mode .custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label:after {
	transform: translateX(1.6rem)
}

.change-mode .custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label:before {
	background-color: #222
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label {
	height: 30px
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label:after {
	background-color: #4788ff;
	border-color: #4788ff;
	border-radius: 5px 0 0 5px;
	height: 30px;
	left: 0;
	top: 0;
	width: 35px;
	z-index: 0
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label:before {
	background-color: #fff;
	border-color: #4788ff;
	border-radius: 4px;
	height: 30px;
	left: 0;
	top: 0;
	width: 70px
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-left {
	left: 10px;
	top: 1px;
	z-index: 1
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-left i {
	font-size: 12px
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right {
	color: #4788ff;
	right: -22px;
	top: 2px
}

.change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right i {
	font-size: 12px
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon label.custom-control-label:before {
	background-color: #4788ff;
	border-color: #fff
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon label.custom-control-label:after {
	background-color: #fff
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon label .switch-icon-left {
	color: #4788ff
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon label .switch-icon-right {
	color: #fff
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label:before {
	background-color: #4788ff;
	border-color: #fff
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label .switch-icon-left {
	color: #fff
}

.hospi-wrapper .change-mode .custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label .switch-icon-right {
	color: #4788ff
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: none !important
}

g[aria-describedby=id-22-description] {
	stroke: none
}

.ui-elements .btn {
	margin-right: 10px
}

@media (min-width:1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1300px
	}
}

@media (max-width:1300px) {

	.flatpickr-months .flatpickr-next-month,
	.flatpickr-months .flatpickr-prev-month,
	.flatpickr-rContainer {
		padding-right: 40px
	}

	.flatpickr-current-month {
		left: 7.5%
	}
}

@media (max-width:767px) {
	.table {
		display: block;
		margin-bottom: 1rem;
		max-width: 100%;
		overflow-x: auto;
		width: 100%
	}

	.tree {
		display: inline-table
	}
}

@media (max-width:575px) {
	.user-list-files {
		justify-content: center;
		margin-top: 15px
	}
}

.svg-icon {
	fill: rgba(201, 220, 255, .6)
}

.svg-white {
	fill: #fff
}

.svg-danger {
	fill: rgba(255, 179, 194, .4)
}

.svg-success {
	fill: rgba(170, 250, 215, .4)
}

.svg-blue,
.svg-primary {
	fill: rgba(201, 220, 255, .4)
}

.svg-warning {
	fill: rgba(255, 187, 171, .4)
}

.svg-info {
	fill: rgba(173, 241, 255, .4)
}

.fill-none {
	fill: none !important
}

.content-page {
	margin-left: 260px;
	min-height: 100vh;
	overflow: hidden;
	padding: 95px 15px 0;
	transition: all .3s ease-in-out
}

.side-menu-bt-sidebar {
	cursor: pointer;
	padding-left: 20px
}

@media (min-width:1300px) {
	body.sidebar-main .content-page {
		margin-left: 80px
	}

	body.sidebar-main .side-menu-bt-sidebar {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0
	}
}

@media (max-width:1299px) {
	.content-page {
		margin-left: 0;
		padding: 100px 15px 0
	}
}

@media (max-width:991px) {
	.content-page {
		padding: 90px 0 0
	}
}

@media (max-width:479px) {
	.welcome-content {
		display: block !important;
		text-align: center
	}

	.welcome-content .breadcrumb {
		justify-content: center
	}
}

label {
	color: #303030
}

.table td,
.table th {
	vertical-align: middle
}

.form-control {
	background: #f7f9ff;
	border: 1px solid #deeaff;
	border-radius: 4px;
	box-shadow: none;
	color: #535f6b;
	font-size: 14px;
	height: 45px;
	line-height: 45px
}

.form-control:focus {
	border-color: #4788ff;
	box-shadow: none;
	color: #01041b
}

.form-row {
	margin-left: -10px;
	margin-right: -10px
}

.form-row>[class*=col-] {
	padding-left: 10px;
	padding-right: 10px
}

.form-control-sm {
	height: 30px;
	line-height: 30px
}

.form-control-lg {
	height: 50px;
	line-height: 50px
}

.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
	border: 1px solid #bfc9d4
}

textarea.form-control {
	background-color: #f7f9ff
}

#editor {
	height: 375px
}

.uploader-file {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 600px;
	width: 100%
}

.uploader-file label {
	background: #fff;
	border: 3px solid #eee;
	border-radius: 7px;
	clear: both;
	float: left;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all .3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.uploader-file label.hover {
	border: 3px solid;
	box-shadow: inset 0 0 0 6px #eee
}

.uploader-file label.hover #start-one i.fa {
	-webkit-opacity: .3;
	-moz-opacity: .3;
	-ms-opacity: .3;
	-o-opacity: .3;
	opacity: .3;
	transform: scale(.8)
}

.uploader-file #start-one {
	clear: both;
	float: left;
	width: 100%
}

.uploader-file #start-one i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all .3s ease-in-out
}

.uploader-file #start-one.hidden {
	display: none
}

.uploader-file #response {
	clear: both;
	float: left;
	width: 100%
}

.uploader-file #response #messages {
	margin-bottom: .5rem
}

.uploader-file #response.hidden {
	display: none
}

.uploader-file #file-image {
	display: inline;
	height: auto;
	margin: 0 auto .5rem;
	max-width: 180px;
	width: auto
}

.uploader-file #file-image.hidden {
	display: none
}

.uploader-file #notimage {
	clear: both;
	display: block;
	float: left;
	width: 100%
}

.uploader-file #notimage.hidden {
	display: none
}

.uploader-file .progress,
.uploader-file progress {
	background-color: #eee;
	border: 0;
	border-radius: 4px;
	clear: both;
	display: inline;
	height: 8px;
	margin: 0 auto;
	max-width: 180px;
	overflow: hidden;
	width: 100%
}

.uploader-file input[type=file] {
	display: none
}

.uploader-file div {
	color: #5f6982;
	margin: 0 0 .5rem
}

.spin {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
	background-color: #f7f9ff;
	border: 1px solid #deeaff
}

.custom-select {
	border: 1px solid #deeaff;
	height: 46px
}

.dropone.dropdown-toggle:after {
	display: none
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
	height: 30px
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
	height: 50px
}

.input-group-text.text-area {
	padding: 1.9rem .75rem
}

.custom-file-label:after {
	background-color: #f7f9ff;
	color: #535f6b
}

.custom-file-input:focus~.custom-file-label {
	border-color: #4788ff;
	box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	background-color: transparent;
	color: #4788ff
}

.custom-control-label:after,
.custom-control-label:before {
	top: .25rem
}

.custom-switch .custom-control-label:after {
	top: calc(.25rem + 2px)
}

.select2-container--default .select2-selection--multiple {
	background: #fafbfe;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	color: #535f6b;
	font-size: 14px
}

.mm-icons-list {
	display: inline-block;
	line-height: 50px;
	margin-bottom: 15px
}

.mm-icons-list i {
	height: 50px
}

.mm-icons-list .icon,
.mm-icons-list i {
	display: inline-block;
	font-size: 22px;
	line-height: 50px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 40px
}

.mm-icons-list .icon {
	height: 40px
}

.mm-icons-list span {
	display: inline-block;
	vertical-align: middle
}

.mm-card-icon {
	display: inline-block;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 60px
}

.ion-icon {
	font-size: 22px;
	height: 15px;
	line-height: 15px;
	margin-right: 10px;
	width: 15px
}

.mm-iconbox {
	border-radius: 4px;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px
}

.mm-icon-box {
	font-size: 26px;
	height: 64px;
	line-height: 64px;
	margin-right: 10px;
	min-width: 64px;
	text-align: center;
	text-decoration: none;
	width: 64px
}

.card.mm-border-box {
	border-bottom: 4px solid
}

.profile-icon {
	border-radius: 50%;
	font-size: 20px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px
}

.mm-error {
	display: inline-block;
	overflow: hidden;
	width: 100%
}

.mm-error h1.text-in-box {
	font-size: 8em;
	font-weight: 700;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.mm-error-img {
	display: block;
	display: inline-block;
	margin-bottom: 20px;
	position: static;
	width: 60%
}

.dark .mm-error-img,
.mm-error-img-dark {
	display: none
}

.dark .mm-error-img-dark {
	display: block
}

.height-self-center {
	border-radius: 4px;
	height: 100vh
}

.mm-maintenance img {
	width: 50%
}

@media (max-width:767px) {
	.mm-error h1.text-in-box {
		font-size: 5em
	}
}

@media (max-width:479px) {
	.mm-error h1.text-in-box {
		font-size: 4em
	}

	.mm-error h2 {
		font-size: 1.5em
	}
}

.login-content {
	height: 100vh;
	position: relative;
	z-index: 99
}

.login-content .floating-label label {
	color: #535f6b;
	font-size: 14px;
	font-weight: 400;
	left: 12px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out
}

.login-content .form-control {
	border-color: #c7cbd3
}

.login-content .form-control:focus {
	border-color: #4788ff
}

.login-content .custom-control-label:before {
	background-color: #f7f9ff
}

@media (min-width:992px) {
	.lb-img {
		left: 0;
		width: 213px
	}

	.lb-img,
	.rb-img {
		bottom: 0;
		position: absolute
	}

	.rb-img {
		right: 0;
		width: 194px
	}

	.cnf-mail {
		width: 80%
	}
}

@media (max-width:991px) {

	.lb-img,
	.rb-img {
		display: none
	}
}

.auth-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem
}

.auth-logo img {
	height: 60px
}

@-webkit-keyframes loader5 {

	0%,
	to {
		transform: translateX(0)
	}

	75% {
		transform: translateX(30px)
	}
}

@-webkit-keyframes loader5_1 {

	0%,
	to {
		transform: translateY(0)
	}

	75% {
		transform: translateY(30px)
	}
}

@-webkit-keyframes loader5_2 {

	0%,
	to {
		transform: translate(0)
	}

	75% {
		transform: translate(30px, 30px)
	}
}

@-webkit-keyframes inner1 {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotate(0deg)
	}

	to {
		transform: rotateX(35deg) rotateY(-45deg) rotate(1turn)
	}
}

@-webkit-keyframes inner2 {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotate(0deg)
	}

	to {
		transform: rotateX(50deg) rotateY(10deg) rotate(1turn)
	}
}

@-webkit-keyframes inner3 {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotate(0deg)
	}

	to {
		transform: rotateX(35deg) rotateY(55deg) rotate(1turn)
	}
}

@-webkit-keyframes loader7 {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotateY(180deg)
	}

	to {
		transform: rotateY(180deg) rotateX(180deg)
	}
}

@-webkit-keyframes loader10 {

	0%,
	to {
		transform: translate(0) rotate(0)
	}

	25% {
		transform: translate(40px, 40px) rotate(45deg)
	}

	50% {
		transform: translateY(80px) rotate(0deg)
	}

	75% {
		transform: translate(-40px, 40px) rotate(45deg)
	}
}

@-webkit-keyframes loader11 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loader12 {
	0% {
		border-radius: 50%;
		transform: rotate(0deg)
	}

	50% {
		border-radius: 0;
		transform: rotate(90deg)
	}

	to {
		border-radius: 50%;
		transform: rotate(180deg)
	}
}

.mm-timeline {
	margin: 0 0 0 20px;
	padding: 0;
	width: 100%
}

.mm-timeline li {
	list-style-type: none;
	margin-left: 35px;
	padding: 15px 15px 0 5px;
	position: relative
}

.mm-timeline li .timeline-dots {
	background: #fff;
	border: 3px solid #4788ff;
	border-radius: 90px;
	height: 40px;
	left: -54px;
	line-height: 25px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 40px
}

.mm-timeline:before {
	background-color: #ccc;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2px
}

.mm-timeline ul li {
	cursor: pointer;
	margin: 0;
	padding: 5px 30px 40px;
	width: 50%
}

.mm-timeline ul li:nth-child(odd) {
	clear: both;
	float: left;
	text-align: right
}

.mm-timeline ul li:nth-child(odd) .timeline-dots {
	left: auto;
	right: -8px
}

.mm-timeline ul li:nth-child(odd) .time {
	-ms-box-shadow: 0 0 0 3px rgba(80, 181, 255, .3);
	-o-box-shadow: 0 0 0 3px rgba(80, 181, 255, .3);
	box-shadow: 0 0 0 3px rgba(80, 181, 255, .3);
	padding-left: 10px;
	right: -145px
}

.mm-timeline ul li:nth-child(2n) {
	clear: both;
	float: right;
	text-align: left
}

.mm-timeline ul li:nth-child(2n) .timeline-dots {
	left: -8px;
	right: auto
}

.mm-timeline ul li:nth-child(2n) .time {
	-ms-box-shadow: 0 0 0 3px rgba(73, 240, 211, .3);
	-o-box-shadow: 0 0 0 3px rgba(73, 240, 211, .3);
	box-shadow: 0 0 0 3px rgba(73, 240, 211, .3);
	left: -145px;
	padding-right: 10px;
	text-align: right
}

.mm-timeline ul li .time {
	background-color: #4788ff;
	border-radius: 20px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	position: absolute;
	text-align: left;
	top: 15px;
	width: 120px
}

.mm-timeline li .timeline-dots {
	background: #fff !important;
	height: 15px;
	width: 15px
}

.mm-timeline0 ul li {
	cursor: pointer;
	margin: 0;
	padding: 5px 30px 40px;
	width: 50%
}

.mm-timeline0 ul li:nth-child(odd) {
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 60px;
	text-align: left;
	width: 100%
}

.mm-timeline0 ul li:nth-child(odd) .timeline-dots,
.mm-timeline0 ul li:nth-child(odd) .timeline-dots.timeline-dot1 {
	left: 12px;
	right: auto
}

.mm-timeline0 ul li:nth-child(2n) {
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 60px;
	text-align: left;
	width: 100%
}

.mm-timeline0 ul li:nth-child(2n) .timeline-dots,
.mm-timeline0 ul li:nth-child(2n) .timeline-dots.timeline-dot1 {
	left: 12px;
	right: auto
}

.mm-timeline0 li .timeline-dots {
	background: #fff !important;
	height: 15px;
	width: 15px
}

.mm-timeline0 li .timeline-dots1 {
	background: #fff;
	border: 3px solid #4788ff;
	border-radius: 90px;
	height: 40px;
	left: 0;
	line-height: 25px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px
}

.mm-timeline0 li .timeline-dots.timeline-dot1 {
	height: 15px;
	width: 15px
}

.mm-timeline1 ul li {
	cursor: pointer;
	margin: 0;
	padding: 20px 30px 0;
	width: 50%
}

.mm-timeline1 ul li:nth-child(odd) {
	clear: both;
	float: left;
	margin-left: -19px;
	text-align: right
}

.mm-timeline1 ul li:nth-child(odd) .timeline-dots {
	left: auto;
	right: -28px
}

.mm-timeline1 ul li:nth-child(2n) {
	clear: both;
	float: right;
	margin-right: -20px;
	text-align: left
}

.mm-timeline1 ul li:nth-child(2n) .timeline-dots {
	left: -27px;
	right: auto
}

.mm-timeline2 ul li:nth-child(2n),
.mm-timeline2 ul li:nth-child(odd) {
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 60px;
	text-align: left;
	width: 100%
}

.mm-timeline2:before {
	background-color: #ccc;
	content: "";
	height: 100%;
	left: 30px;
	position: absolute;
	transform: translateX(-50%);
	width: 2px
}

.mm-timeline2 .content-date {
	border-radius: 100%;
	height: 60px;
	left: 0;
	line-height: 22px;
	margin-left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px
}

.mm-timeline2 .content-date .date {
	display: block;
	font-size: 20px;
	font-weight: 700
}

.mm-timeline0 li {
	list-style-type: none;
	margin-left: 35px;
	padding: 15px 15px 0 5px;
	position: relative
}

.mm-timeline0 li .timeline-dots {
	background: #fff;
	border: 3px solid #4788ff;
	border-radius: 90px;
	height: 40px;
	left: -54px;
	line-height: 25px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 40px
}

.mm-timeline0:before {
	background-color: #ccc;
	content: "";
	height: 100%;
	left: 20px;
	position: absolute;
	transform: translateX(-50%);
	width: 2px
}

.mm-timeline1 li {
	list-style-type: none;
	margin-left: 35px;
	padding: 15px 15px 0 5px;
	position: relative
}

.mm-timeline1 li .timeline-dots {
	background: #fff;
	border: 3px solid #4788ff;
	border-radius: 90px;
	height: 15px;
	left: -54px;
	line-height: 25px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 15px
}

.mm-timeline1:before {
	background-color: #ccc;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2px
}

.mm-timeline2 li {
	list-style-type: none;
	margin-left: 0;
	padding: 15px 15px 0 5px;
	position: relative
}

@media (max-width:575px) {
	.mm-timeline ul li {
		padding-left: 10px;
		padding-right: 10px
	}

	.mm-timeline ul li .time {
		width: 90px
	}

	.mm-timeline ul li:nth-child(odd) .time {
		right: -115px
	}

	.mm-timeline ul li:nth-child(2n) .time {
		left: -115px
	}
}

.active-faq a.accordion-title {
	display: block;
	padding-right: 45px
}

.mm-accordion.career-style.faq-style .mm-accordion-block {
	border-radius: 4px;
	padding: 10px 5px
}

.mm-accordion.career-style.faq-style .mm-accordion-block .accordion-title span {
	padding-left: 0
}

.mm-accordion.career-style.faq-style .mm-accordion-block .accordion-details p {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px
}

.mm-accordion.career-style.faq-style .accordion-title:before {
	border-radius: 4px;
	border-radius: 90px;
	color: #1e1e1e;
	content: "\ea13";
	cursor: pointer;
	display: inline-block;
	font-family: remixicon;
	font-size: 16px;
	font-weight: 400;
	height: 45px;
	line-height: 16px;
	line-height: 45px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: -12px;
	transition: all .3s ease-in-out;
	width: 45px
}

.mm-accordion.career-style.faq-style .mm-accordion-block.accordion-active .accordion-title:before {
	border-radius: 90px;
	content: "\f1af";
	display: inline-block
}

.mm-accordion.career-style.faq-style .active-faq .row {
	background: transparent;
	padding: 10px 0
}

.mm-accordion.career-style .mm-accordion-block {
	margin-bottom: 30px
}

.mm-accordion.career-style .mm-accordion-block .accordion-title span {
	color: #01041b;
	display: table-cell;
	font-size: 16px
}

#loading {
	background-color: #f7f9ff;
	bottom: 0;
	height: 100%;
	left: 0;
	margin-top: 0;
	overflow: hidden !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999999
}

#loading-center {
	background: url(../images/loader.gif) no-repeat scroll 50%;
	background-size: 50%;
	mix-blend-mode: darken;
	height: 100%;
	position: relative;
	width: 100%
}

.loader {
	bottom: 0;
	height: 3em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 3em
}

@keyframes loader1 {

	0%,
	to {
		box-shadow: 0 -2.6em 0 0 #4788ff, 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .5), -1.8em -1.8em 0 0 rgba(71, 136, 255, .7)
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .7), 1.8em -1.8em 0 0 #4788ff, 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .5)
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .5), 1.8em -1.8em 0 0 rgba(71, 136, 255, .7), 2.5em 0 0 0 #4788ff, 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .5), 2.5em 0 0 0 rgba(71, 136, 255, .7), 1.75em 1.75em 0 0 #4788ff, 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .5), 1.75em 1.75em 0 0 rgba(71, 136, 255, .7), 0 2.5em 0 0 #4788ff, -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .5), 0 2.5em 0 0 rgba(71, 136, 255, .7), -1.8em 1.8em 0 0 #4788ff, -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .5), -1.8em 1.8em 0 0 rgba(71, 136, 255, .7), -2.6em 0 0 0 #4788ff, -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .5), -2.6em 0 0 0 rgba(71, 136, 255, .7), -1.8em -1.8em 0 0 #4788ff
	}
}

@-webkit-keyframes loader1 {

	0%,
	to {
		box-shadow: 0 -2.6em 0 0 #4788ff, 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .5), -1.8em -1.8em 0 0 rgba(71, 136, 255, .7)
	}

	12.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .7), 1.8em -1.8em 0 0 #4788ff, 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .5)
	}

	25% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .5), 1.8em -1.8em 0 0 rgba(71, 136, 255, .7), 2.5em 0 0 0 #4788ff, 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	37.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .5), 2.5em 0 0 0 rgba(71, 136, 255, .7), 1.75em 1.75em 0 0 #4788ff, 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	50% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .5), 1.75em 1.75em 0 0 rgba(71, 136, 255, .7), 0 2.5em 0 0 #4788ff, -1.8em 1.8em 0 0 rgba(71, 136, 255, .2), -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	62.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .5), 0 2.5em 0 0 rgba(71, 136, 255, .7), -1.8em 1.8em 0 0 #4788ff, -2.6em 0 0 0 rgba(71, 136, 255, .2), -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	75% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .5), -1.8em 1.8em 0 0 rgba(71, 136, 255, .7), -2.6em 0 0 0 #4788ff, -1.8em -1.8em 0 0 rgba(71, 136, 255, .2)
	}

	87.5% {
		box-shadow: 0 -2.6em 0 0 rgba(71, 136, 255, .2), 1.8em -1.8em 0 0 rgba(71, 136, 255, .2), 2.5em 0 0 0 rgba(71, 136, 255, .2), 1.75em 1.75em 0 0 rgba(71, 136, 255, .2), 0 2.5em 0 0 rgba(71, 136, 255, .2), -1.8em 1.8em 0 0 rgba(71, 136, 255, .5), -2.6em 0 0 0 rgba(71, 136, 255, .7), -1.8em -1.8em 0 0 #4788ff
	}
}

@-webkit-keyframes loader2 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader2 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loader-3-outter {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader-3-outter {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loader-3-inner {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(-1turn)
	}
}

@keyframes loader-3-inner {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(-1turn)
	}
}

@-webkit-keyframes loader4 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader4 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader5 {

	0%,
	to {
		transform: translateX(0)
	}

	75% {
		transform: translateX(30px)
	}
}

@keyframes loader5_1 {

	0%,
	to {
		transform: translateY(0)
	}

	75% {
		transform: translateY(30px)
	}
}

@keyframes loader5_2 {

	0%,
	to {
		transform: translate(0)
	}

	75% {
		transform: translate(30px, 30px)
	}
}

@keyframes inner1 {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotate(0deg)
	}

	to {
		transform: rotateX(35deg) rotateY(-45deg) rotate(1turn)
	}
}

@keyframes inner2 {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotate(0deg)
	}

	to {
		transform: rotateX(50deg) rotateY(10deg) rotate(1turn)
	}
}

@keyframes inner3 {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotate(0deg)
	}

	to {
		transform: rotateX(35deg) rotateY(55deg) rotate(1turn)
	}
}

@keyframes loader7 {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotateY(180deg)
	}

	to {
		transform: rotateY(180deg) rotateX(180deg)
	}
}

@-webkit-keyframes loader8 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader8 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loader9 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader9 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader10 {

	0%,
	to {
		transform: translate(0) rotate(0)
	}

	25% {
		transform: translate(40px, 40px) rotate(45deg)
	}

	50% {
		transform: translateY(80px) rotate(0deg)
	}

	75% {
		transform: translate(-40px, 40px) rotate(45deg)
	}
}

@keyframes loader11 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader12 {
	0% {
		border-radius: 50%;
		transform: rotate(0deg)
	}

	50% {
		border-radius: 0;
		transform: rotate(90deg)
	}

	to {
		border-radius: 50%;
		transform: rotate(180deg)
	}
}

@-webkit-keyframes loader13 {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loader13 {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loader14 {
	0% {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: scale(0)
	}

	50% {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1
	}

	to {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: scale(1)
	}
}

@keyframes loader14 {
	0% {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: scale(0)
	}

	50% {
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1
	}

	to {
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		transform: scale(1)
	}
}

@-webkit-keyframes loader15-inner {
	0% {
		transform: scale(0)
	}

	to {
		transform: rotate(-1turn)
	}
}

@keyframes loader15-inner {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(-1turn)
	}
}

@-webkit-keyframes loader15 {
	0% {
		border-width: 0
	}

	to {
		border-width: 10px
	}
}

@keyframes loader15 {
	0% {
		border-width: 0
	}

	to {
		border-width: 10px
	}
}

@-webkit-keyframes loader16 {
	0% {
		transform: rotate(-1turn)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loader16 {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.mm-loader-box {
	align-items: center;
	display: flex;
	height: 150px;
	justify-content: center;
	text-align: center;
	vertical-align: middle
}

.mm-loader-box [class*=loader-] {
	border-radius: 50%;
	color: inherit;
	display: inline-block;
	height: 60px;
	position: relative;
	vertical-align: middle;
	width: 60px
}

.mm-loader-box .mm-loader-1 {
	-webkit-animation: loader1 1.1s ease infinite;
	animation: loader1 1.1s ease infinite;
	border-radius: 50%;
	height: 1em;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	width: 1em
}

.mm-loader-box .mm-loader-2 {
	-webkit-animation: loader2 1s linear infinite;
	animation: loader2 1s linear infinite;
	border: 7px double #37e6b0
}

.mm-loader-box .mm-loader-2:after,
.mm-loader-box .mm-loader-2:before {
	background: #37e6b0;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 12px;
	position: absolute;
	right: 37px;
	width: 12px
}

.mm-loader-box .mm-loader-2:after {
	left: 37px;
	top: 0
}

.mm-loader-box .mm-loader-3 {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.mm-loader-box .mm-loader-3 .loader-outter {
	-webkit-animation: loader-3-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-3-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
	border: 4px solid #f50057;
	border-bottom: 0;
	border-left-color: transparent;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	width: 100%
}

.mm-loader-box .mm-loader-3 .loader-inner {
	-webkit-animation: loader-3-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
	animation: loader-3-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
	border-bottom: 4px solid #f50057;
	border-left: 4px solid #f50057;
	border-radius: 50%;
	border-right: 0;
	border-top: 4px solid transparent;
	height: 40px;
	left: calc(50% - 20px);
	position: absolute;
	top: calc(50% - 20px);
	width: 40px
}

.mm-loader-box .mm-loader-4 {
	-webkit-animation: loader4 1s linear infinite;
	animation: loader4 1s linear infinite;
	border-color: #fe721c transparent;
	border-radius: 50%;
	border-style: solid;
	border-width: .2em;
	position: relative
}

.mm-loader-box .mm-loader-4:before {
	right: -.3em;
	top: -.05em;
	transform: rotate(135deg)
}

.mm-loader-box .mm-loader-4:after,
.mm-loader-box .mm-loader-4:before {
	border: .2em solid transparent;
	border-bottom-color: #fe721c;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

.mm-loader-box .mm-loader-4:after {
	bottom: -.05em;
	left: -.3em;
	transform: rotate(-45deg)
}

.mm-loader-box .mm-loader-5 {
	border-radius: 100%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	width: 100px
}

.mm-loader-box .mm-loader-5 span {
	background-color: var(--info);
	display: block;
	height: 20px;
	left: calc(50% - 20px);
	position: absolute;
	top: calc(50% - 20px);
	width: 20px
}

.mm-loader-box .mm-loader-5 span:first-child {
	-webkit-animation: loader5 1s ease-in-out infinite;
	animation: loader5 1s ease-in-out infinite
}

.mm-loader-box .mm-loader-5 span:nth-child(2) {
	-webkit-animation: loader5_1 1s ease-in-out infinite;
	animation: loader5_1 1s ease-in-out infinite
}

.mm-loader-box .mm-loader-5 span:nth-child(3) {
	-webkit-animation: loader5_2 1s ease-in-out infinite;
	animation: loader5_2 1s ease-in-out infinite
}

.mm-loader-box .mm-loader-6 .inner {
	border-radius: 50%;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	width: 100%
}

.mm-loader-box .mm-loader-6 .inner1 {
	-webkit-animation: inner1 1s linear infinite;
	animation: inner1 1s linear infinite;
	border-bottom: 3px solid #ff4b4b;
	left: 0;
	top: 0
}

.mm-loader-box .mm-loader-6 .inner2 {
	-webkit-animation: inner2 1s linear infinite;
	animation: inner2 1s linear infinite;
	border-right: 3px solid #ff4b4b;
	right: 0;
	top: 0
}

.mm-loader-box .mm-loader-6 .inner3 {
	-webkit-animation: inner3 1s linear infinite;
	animation: inner3 1s linear infinite;
	border-top: 3px solid #ff4b4b;
	bottom: 0;
	right: 0
}

.mm-loader-box .mm-loader-7:before {
	-webkit-animation: loader7 1s infinite;
	animation: loader7 1s infinite;
	background-color: #3498db;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	width: 50px
}

.mm-loader-box .mm-loader-8 {
	-webkit-animation: loader8 1s linear infinite;
	animation: loader8 1s linear infinite;
	border-color: transparent #d0bac2;
	border-radius: 50%;
	border-style: solid;
	border-width: 1.2em
}

.mm-loader-box .mm-loader-9 {
	-webkit-animation: loader9 1.1s linear infinite;
	animation: loader9 1.1s linear infinite;
	border: 1.1em solid rgba(255, 107, 208, .2);
	border-left-color: #ff6bd0;
	border-radius: 50%;
	font-size: 10px;
	height: 7em;
	margin: 60px auto;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
	width: 7em
}

.mm-loader-box .mm-loader-9:after {
	border-radius: 50%;
	height: 7em;
	width: 7em
}

.mm-loader-box .mm-loader-10:after,
.mm-loader-box .mm-loader-10:before {
	-webkit-animation: loader10 1s ease-in-out infinite;
	animation: loader10 1s ease-in-out infinite;
	background-color: #3450db;
	content: "";
	height: 20px;
	left: calc(50% - 10px);
	position: absolute;
	top: -10px;
	width: 20px
}

.mm-loader-box .mm-loader-10:after {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	bottom: 0
}

.mm-loader-box .mm-loader-11 {
	background: #000
}

.mm-loader-box .mm-loader-11:before {
	-webkit-animation: loader11 1s linear infinite;
	animation: loader11 1s linear infinite;
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 25px;
	left: 50%;
	margin: 0 0 0 -12px;
	position: absolute;
	top: auto;
	transform-origin: 50% 0;
	width: 25px
}

.mm-loader-box .mm-loader-12 {
	-webkit-animation: loader12 1s linear infinite;
	animation: loader12 1s linear infinite;
	background: #6dca5c
}

.mm-loader-box .mm-loader-13 {
	-webkit-animation: loader13 1s linear infinite;
	animation: loader13 1s linear infinite;
	border-radius: 100%;
	border-right: .2em solid transparent;
	border-top: .2em solid #a7a4ca;
	position: relative
}

.mm-loader-box .mm-loader-14 {
	border: 0 solid transparent;
	border-radius: 50%;
	position: relative
}

.mm-loader-box .mm-loader-14:before {
	-webkit-animation: loader14 1s linear infinite;
	animation: loader14 1s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.mm-loader-box .mm-loader-14:after,
.mm-loader-box .mm-loader-14:before {
	border: 1em solid #13d7eb;
	border-radius: 50%;
	content: "";
	height: inherit;
	left: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: inherit
}

.mm-loader-box .mm-loader-14:after {
	-webkit-animation: loader14 1s linear infinite;
	animation: loader14 1s linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.mm-loader-box .mm-loader-15 {
	-webkit-animation: loader15-inner 1s ease-out infinite alternate;
	animation: loader15-inner 1s ease-out infinite alternate;
	border: 6px groove #7e57c2;
	transform: rotate(1turn);
	transition: all 1s ease
}

.mm-loader-box .mm-loader-15 .loader-inner {
	-webkit-animation: loader15 1s ease-out infinite alternate;
	animation: loader15 1s ease-out infinite alternate;
	border: 0 inset #9575cd;
	border-radius: 50%;
	height: 100%;
	width: 100%
}

.mm-loader-box .mm-loader-16 {
	-webkit-animation: loader16 2s linear infinite both;
	animation: loader16 2s linear infinite both;
	border: 5px dashed #b3a57c;
	height: 70px;
	width: 70px
}

.treegrid-indent {
	display: inline-block;
	height: 16px;
	position: relative;
	width: 0
}

.tab-content .table tbody tr,
.table-data .table tbody tr {
	color: #000
}

.treegrid-expander {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: -17px;
	position: relative;
	width: 0
}

.glyphicon.glyphicon-chevron-right:before {
	bottom: 0;
	content: "\ea6e";
	font-family: remixicon;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.glyphicon.glyphicon-chevron-down:before {
	bottom: 0;
	content: "\ea4e";
	font-family: remixicon;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.glyphicon.glyphicon-plus:before {
	content: "\ea13"
}

.glyphicon.glyphicon-minus:before,
.glyphicon.glyphicon-plus:before {
	bottom: 0;
	font-family: remixicon;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.glyphicon.glyphicon-minus:before {
	content: "\f1af"
}

@-webkit-keyframes animate-stripes {
	to {
		background-position: -100px 0
	}
}

@keyframes animate-stripes {
	to {
		background-position: -100px 0
	}
}

.p-card {
	padding: 12px
}

.profile-card {
	background: #4788ff;
	overflow: hidden;
	padding: 37px 0;
	position: relative
}

.profile-card:before {
	background: hsla(0, 0%, 100%, .2);
	border-radius: 4px;
	content: "";
	height: 120px;
	position: absolute;
	right: -63px;
	top: -3px;
	transform: rotate(36deg);
	width: 120px
}

.profile-card:after {
	background: #2771f9;
	border-radius: 35px;
	bottom: 9px;
	content: "";
	height: 125px;
	left: -62px;
	position: absolute;
	transform: rotate(28deg);
	width: 126px
}

.profile-box {
	background: #f7f9ff;
	border-radius: 0 0 4px 4px;
	padding-bottom: 240px;
	position: relative
}

.pro-content {
	background: #fff;
	left: 20px;
	margin-top: -55px;
	padding: 20px;
	position: absolute;
	right: 20px
}

.p-icon {
	background: #c9dcff;
	border-radius: 4px;
	color: #4788ff;
	font-size: 26px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px
}

.eml {
	word-break: break-all
}

.mm-progress-bar.pro-skill {
	height: 12px
}

.mm-progress-bar.pro-skill>span {
	-webkit-animation: animate-stripes 5s linear infinite;
	animation: animate-stripes 5s linear infinite;
	background-image: linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 66%, transparent 0);
	background-size: 35px 20px, 100% 100%, 100% 100%;
	border-radius: 4px;
	position: relative
}

.mm-progress-bar.pro-skill>span.bg1 {
	background-color: #f75676
}

.mm-progress-bar.pro-skill>span.bg2 {
	background-color: #fc7c5f
}

.mm-progress-bar.pro-skill>span.bg3 {
	background-color: #37d5f2
}

.social-ic {
	background: #f7f9ff;
	padding: 5px
}

.social-ic a {
	background: transparent;
	height: 40px;
	line-height: 45px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1
}

.social-ic a i {
	color: #535f6b;
	font-size: 18px;
	position: relative;
	transition: all .3s ease-in-out;
	z-index: 3
}

.social-ic a:before {
	background: #4788ff;
	border-radius: 4px;
	content: "";
	height: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-in-out;
	width: 100%;
	z-index: 2
}

.social-ic a:nth-child(2n):before {
	top: 100%
}

.social-ic a:nth-child(2n):hover:before {
	top: 0
}

.social-ic a:hover:before {
	height: 100%;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1
}

.social-ic a:hover i {
	color: #fff !important;
	transform: rotateY(1turn)
}

@media (max-width:767px) {
	.social-ic a {
		height: 28px;
		line-height: 34px;
		width: 28px
	}

	.social-ic a i {
		font-size: 15px
	}
}

.logo-invoice {
	height: 55px
}

.print .card-title {
	color: #fff
}

.print .table thead {
	background: #f7f9ff
}

.print .table th,
.print .table thead th {
	border: 0
}

.print .table td {
	border-top: 0
}

.print .table tr {
	border-top: 1px solid #dee2e6
}

.print .table tr:first-child {
	border-top: 0
}

.btn-primary-dark {
	background: #1360ee;
	color: #fff
}

.btn-primary-dark:hover {
	color: #fff
}

.or-detail {
	background: #f7f9ff;
	border: 1px solid rgba(210, 201, 255, .4)
}

.or-detail p {
	margin-bottom: 0
}

.ttl-amt {
	border-top: 1px solid rgba(210, 201, 255, .4)
}

#scroll1 {
	height: 250px;
	position: relative;
	width: 600px
}

.sweet_al .btn {
	margin-right: 5px
}

@media (max-width:479px) {
	.header-invoice {
		display: block !important;
		text-align: center
	}

	.header-invoice .invoice-btn {
		margin-top: 15px
	}
}

.pricing .table th {
	border-bottom: 1px solid #dee2e6;
	border-top: none
}

.pricing .table td {
	border-top: none !important
}

.pricing .table tr {
	border-bottom: 1px solid #dee2e6
}

.pricing .table tr:last-child {
	border-bottom: 0
}

.prc-box {
	background: #c9dcff;
	border-radius: 4px;
	padding: 15px;
	position: relative
}

.type {
	background: #4788ff;
	color: #fff;
	font-weight: 500;
	left: 50%;
	padding: 9px 25px;
	position: absolute;
	top: -15px;
	transform: translateX(-50%)
}

.type:before {
	border-left: 15px solid #1360ee;
	right: -15px
}

.type:after,
.type:before {
	border-top: 15px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	width: 0
}

.type:after {
	border-right: 15px solid #1360ee;
	left: -15px
}

.prc-box.active {
	background: #4788ff
}

.prc-box.active .h3 {
	color: #fff
}

.prc-box.active .type {
	background: #c9dcff;
	color: #01041b
}

.prc-box.active .type:before {
	border-left: 16px solid #1360ee;
	right: -16px
}

.prc-box.active .type:after {
	border-right: 16px solid #1360ee;
	left: -16px
}

.prc-wrap {
	border-bottom: none !important
}

.i_close {
	font-size: 22px
}

.p-image {
	background: #4788ff;
	border-radius: 50%;
	bottom: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	position: absolute;
	right: 6px;
	text-align: center;
	top: auto;
	transition: all .3s ease;
	width: 30px
}

.upload-button {
	font-size: 1.5em
}

.file-upload {
	display: none
}

.upload_profile {
	position: relative
}

.child-cell.active {
	color: #4788ff
}

.mm-social ul li a {
	display: block;
	font-size: 16px;
	line-height: 43px;
	text-align: center
}

.card .pricing-radius-box {
	border-radius: 60px 0 60px 0
}

.pricing-header {
	background: #f5f6f9;
	border-radius: 10px 10px 50% 50%;
	margin-bottom: 20px;
	padding: 20px 0;
	transition: all .3s ease-in-out
}

.pricing-details .icon-data {
	font-size: 50px
}

.pricing-custom-tab .tab-pane.fade.active.show {
	display: block
}

.pricing-custom-tab .tab-pane.fade {
	display: none
}

.pricing-custom-tab li.nav-item .nav-link {
	border: 1px solid #deeaff;
	border-radius: 0;
	color: #01041b;
	font-size: 16px;
	padding: 12px 35px
}

.pricing-custom-tab li.nav-item .nav-link.active {
	background: #4788ff;
	color: #fff
}

.pricing-custom-tab li.nav-item .star-circle {
	background-color: #4788ff;
	border-radius: 50%;
	-ms-box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .5);
	-o-box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .5);
	box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .5);
	color: #fff;
	display: block;
	font-size: 13px;
	height: 25px;
	left: -14px;
	line-height: 23px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: -14px;
	width: 20px;
	z-index: 1
}

.nav-pills li {
	position: relative
}

#recent-hits-map {
	height: 340px
}

#reporting-chart-04 {
	height: 400px
}

.mm-avatars .mm-avatar {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative
}

.profile-icon.mm-icon-box {
	font-size: 26px;
	height: 58px;
	line-height: 58px;
	margin-right: unset;
	text-align: center;
	text-decoration: none;
	width: 58px
}

.profile-overly {
	background: #fff;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	left: auto;
	padding: 10px 30px;
	position: absolute;
	right: 0;
	text-align: center
}

ul.mm-contact-rest li a p {
	word-break: break-all
}

.crm-p-image {
	border: 5px solid #fff;
	border-radius: 50%;
	bottom: -9px;
	cursor: pointer;
	font-size: 12px;
	height: 35px;
	left: 69px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: auto;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	width: 35px
}

@media (max-width:479px) {
	.profile-overly h3 {
		font-size: 14px
	}
}

.vactormap-height {
	height: 400px;
	width: 100%
}

.jvectormap-legend-title {
	font-size: 12px
}

.jvectormap-legend .jvectormap-legend-tick-sample {
	height: 26px
}

.jvectormap-legend-icons {
	background: #fff;
	border: 1px solid #000;
	color: #000
}

.subscriber-detail .title {
	line-height: 26px;
	padding: 5px 20px
}

.subscriber-detail .mm-card-btn {
	border: 4px solid #fff;
	font-size: 20px;
	height: 40px;
	left: -15px;
	line-height: 22px;
	margin: 0 auto;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 40px
}

.subscriber-detail .mm-card-btn.title-instagram {
	background-color: #d6249f !important;
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
	color: #fff
}

.subscriber-detail .mm-card-btn.title-whatsapp {
	background-color: #00e676 !important;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, .22)
}

.subscriber-detail .mm-card-btn.title-twitter {
	background-color: #1da1f2 !important;
	color: #fff
}

.subscriber-detail .mm-card-btn.title-facebook {
	background-color: #3b5998 !important;
	background-image: linear-gradient(#4e69a2, #3b5998 50%) !important;
	color: #fff
}

.chat-list .item-list {
	padding: 0
}

.chat-list .item-list ul {
	max-height: calc(100vh - 21rem);
	min-height: calc(100vh - 21rem);
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0
}

.chat-content .chat-detail {
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 4px 10px
}

.chat-content .chat-content-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 12px
}

.chat-content .chat-title {
	padding-left: 10px
}

.chat-content .msg-list {
	padding-bottom: 0
}

.chat-content .msg-content {
	background-color: rgba(71, 136, 255, .1);
	max-height: calc(100vh - 18rem);
	min-height: calc(100vh - 18rem);
	overflow-x: hidden;
	overflow-y: scroll
}

.chat-icon i {
	font-size: 20px
}

.chat-left-wrapper .nav-tabs .nav-item {
	text-align: center;
	width: 33.33%
}

.chat-left-wrapper .nav-tabs .nav-item .nav-link {
	padding: .5rem
}

.right-sidenav {
	align-self: flex-end;
	background: #f7f9ff;
	border: 1px solid #deeaff;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 40%;
	opacity: 0;
	position: absolute;
	transform: translateX(100%);
	transition: .5s;
	z-index: 10
}

.right-sidenav.active {
	opacity: 1;
	transform: translateX(0);
	transition: .5s
}

.dark .right-sidenav {
	background: #181818;
	border: 1px solid #252525
}

.chat-profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

.chat-profile .avatar {
	margin: 20px 0
}

@media screen and (max-width:991px) {
	.chat-left-wrapper {
		left: 0;
		position: absolute;
		top: 90px;
		transform: translateX(-100%);
		transition: all .2s;
		z-index: 1
	}

	.chat-left-wrapper.active {
		transform: translateX(0);
		transition: all .2s
	}

	.chat-left-wrapper .nav-tabs .nav-item {
		text-align: center;
		width: 33.33%
	}

	.chat-right-wrapper {
		width: 100%
	}
}

.board-content {
	display: flex;
	flex-direction: row;
	overflow-x: scroll
}

.board-item,
.list-item {
	min-width: 25%
}

.board-item>.card,
.list-item>.card {
	margin-bottom: 20px
}

.board-item>.card .card-body,
.list-item>.card .card-body {
	padding: 10px 20px
}

.board-item .item-title,
.list-item .item-title {
	font-weight: 600;
	text-transform: uppercase
}

.board-item .draggable-item,
.list-item .draggable-item {
	background: #fff;
	border: 1px solid #deeaff;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 15px 20px
}

.board-item .draggable-item.gu-transit,
.list-item .draggable-item.gu-transit {
	opacity: .8 !important
}

.board-item .draggable-item:hover,
.list-item .draggable-item:hover {
	background: #fafafa
}

.board-item .draggable-item,
.list-item .draggable-item {
	border-left: 4px solid
}

.dark .board-item .draggable-item,
.dark .list-item .draggable-item {
	background: #181818;
	border: 1px solid #252525;
	border-left: 4px solid
}

.todo-board-card .item-body {
	display: flex;
	justify-content: space-between
}

.todo-board-card .item-footer {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	display: none;
	margin-top: 10px
}

.todo-board-card:hover .item-footer {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	display: block
}

.todo-list-card .item-body {
	align-items: center;
	display: flex;
	justify-content: start
}

.todo-list-card .item-body p {
	font-size: 14px
}

.todo-list-card .action-list {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: flex;
	flex: 1;
	margin-left: 20px;
	opacity: 0
}

.todo-list-card:hover .action-list {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.board-item {
	padding: 0 10px
}

.board-item:first-child {
	padding-left: 0;
	padding-right: 10px
}

.board-item:last-child {
	padding-left: 10px;
	padding-right: 0
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@media (max-width:992px) {

	.board-item,
	.list-item {
		min-width: 34%
	}
}

@media (max-width:768px) {

	.board-item,
	.list-item {
		min-width: 51%
	}
}

.mm-email-list .mm-email-ui {
	margin: 0;
	padding: 0
}

.mm-email-list .mm-email-ui li {
	color: #535f6b;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 3px
}

.mm-email-list .mm-email-ui li:last-child {
	margin-bottom: 0
}

.mm-email-list .mm-email-ui li a {
	border-radius: 4px;
	color: #535f6b;
	display: inline-block;
	padding: 0;
	transition: all .3s ease-in-out;
	width: 100%
}

.mm-email-list .mm-email-ui li a:hover {
	color: #4788ff;
	text-decoration: none
}

.mm-email-list .mm-email-ui li i {
	margin-right: 10px
}

.mm-email-list .mm-email-ui li .badge {
	float: right;
	font-weight: 400;
	margin-top: 3px
}

.mm-email-list .mm-email-ui li.active a {
	color: #4788ff;
	text-decoration: none
}

.mm-email-list .mm-email-ui.mm-email-label li {
	margin-bottom: 10px
}

.mm-email-list .mm-email-ui.mm-email-label li:last-child {
	margin-bottom: 0
}

.mm-email-to-list ul {
	margin: 0;
	padding: 0
}

.mm-email-to-list ul li {
	color: #535f6b;
	float: left;
	font-size: 20px;
	list-style-type: none;
	margin: 0 5px 0 0
}

.mm-email-to-list ul li:first-child a {
	background: none;
	width: auto
}

.mm-email-to-list ul li>a {
	background: #c9dcff;
	border-radius: 4px;
	color: #4788ff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	transition: all .3s ease-in-out;
	width: 40px
}

.mm-email-to-list ul li a:hover {
	color: #4788ff;
	text-decoration: none
}

.mm-email-to-list ul li .custom-control-label:before {
	left: -20px;
	top: 13px
}

.mm-email-to-list ul li.q-list a:hover {
	color: #4788ff;
	text-decoration: none
}

.mm-email-search {
	position: relative
}

.mm-email-search .form-control {
	border: 1px solid #deeaff;
	height: 40px;
	width: 170px
}

.mm-email-search .search-link {
	color: #4788ff;
	font-size: 18px;
	line-height: 38px;
	position: absolute;
	right: 15px;
	top: 0
}

.mm-email-search .search-link:hover {
	text-decoration: none
}

.mm-email-listbox .mm-email-sender-list {
	display: inline-block;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.mm-email-listbox .mm-email-sender-list>li {
	border-top: 1px solid #deeaff;
	display: inline-block;
	list-style-type: none;
	padding: 15px 20px;
	position: relative;
	transition: all .3s ease-in-out;
	width: 100%
}

.mm-email-listbox .mm-email-sender-list>li:hover {
	background: #fff
}

.mm-email-listbox .mm-email-sender-list li a:hover {
	text-decoration: none
}

.mm-email-listbox .mm-email-sender-list li:hover .mm-social-media {
	right: 0
}

.mm-email-listbox .mm-email-sender-list li.mm-unread a {
	color: #4788ff;
	font-weight: 500
}

.mm-email-listbox .mm-email-sender-list li.mm-unread li a {
	color: #4788ff
}

.mm-email-sender-info .mm-checkbox-mail {
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	margin-top: 4px;
	width: 20px
}

.mm-email-sender-info .mm-star-toggle {
	color: #535f6b;
	display: block;
	float: left;
	font-size: 18px;
	margin-left: 10px
}

.mm-email-sender-info .mm-email-title {
	color: #535f6b;
	left: 85px;
	line-height: 62px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap
}

.mm-email-content {
	bottom: 0;
	left: 300px;
	line-height: 62px;
	position: absolute;
	right: 0;
	top: 0
}

.mm-email-content .mm-email-date {
	color: #535f6b;
	padding-left: 10px;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 0;
	width: 100px
}

.mm-email-content .mm-email-subject {
	color: #535f6b;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 110px;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap
}

.mm-email-sender-list .mm-social-media {
	background: #fff;
	bottom: 0;
	font-size: 18px;
	line-height: 62px;
	padding: 0 30px;
	position: absolute;
	right: -220px;
	top: 0;
	transition: all .3s ease-in-out
}

.mm-inbox-details tr td {
	padding: 5px 10px
}

.mm-inbox-details tr td:first-child {
	color: #535f6b;
	width: 75px
}

.mm-subject-info {
	align-items: flex-start;
	display: flex
}

.mm-subject-status {
	flex: 1;
	margin-left: 15px
}

.email-app-details.show {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	transform: translateX(0);
	visibility: visible
}

.email-app-details {
	border-radius: 30px;
	display: block;
	height: 100%;
	left: auto;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .3s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 6
}

.email-app-details .card {
	height: 100%
}

.attegement ul {
	list-style: none;
	padding: 0
}

.send-panel a {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px
}

.send-panel label {
	margin-bottom: 0
}

#compose-email-popup {
	bottom: 0;
	left: auto;
	max-height: 555px;
	max-width: 700px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: auto;
	width: 100%
}

#compose-email-popup .mm-card {
	border-radius: 4px 4px 0 0
}

button.close-popup {
	background: transparent;
	border: none;
	color: #000;
	font-size: 20px;
	line-height: 20px
}

.compose-bottom {
	border-top: 1px solid #535f6b
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: #c9dcff;
	color: #4788ff
}

.mm-social-media li {
	float: left;
	list-style: none;
	margin-right: 10px
}

.mm-social-media li a {
	border-radius: 4px;
	color: #4788ff !important;
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px
}

@media (max-width:1699px) {
	.email-form .select2-container {
		width: 100% !important
	}
}

@media (max-width:1199px) {
	.mm-email-to-list {
		overflow-x: scroll;
		overflow-y: hidden
	}

	.mm-email-to-list ul li {
		margin: 0 5px 0 0
	}

	.mm-email-to-list .justify-content-between {
		float: left;
		width: 900px
	}
}

@media (max-width:479px) {
	.send-buttons {
		display: block !important
	}

	.send-buttons .send-btn {
		margin-bottom: 15px;
		padding-left: 5px !important
	}
}

@media (max-width:320px) {
	.send-panel label {
		margin-bottom: 8px
	}
}

.dark {
	background: #222;
	color: #eff0f1;
	transition: all .3s ease-in-out
}

.dark .mm-sidebar {
	background: #181818
}

.dark .mm-sidebar-menu .side-menu li a,
.dark .mm-sidebar-menu .side-menu li a span {
	color: #eff0f1
}

.dark .mm-sidebar-menu .side-menu li:hover>a,
.dark .mm-sidebar-menu .side-menu li:hover>a span {
	color: #4788ff
}

.dark .sidebar-default .mm-sidebar-menu .side-menu li ul,
.dark .sidebar-default .mm-sidebar-menu .side-menu>li.active {
	border-color: #3f3f3f
}

.dark .sidebar-default .mm-sidebar-menu .side-menu>li.active>a,
.dark .sidebar-default .mm-sidebar-menu .side-menu>li.active>a span {
	color: #4788ff
}

.dark .sidebar-default .mm-sidebar-menu .side-menu>li.active .mm-submenu li.active {
	border-color: #252525
}

.dark .sidebar-default .mm-sidebar-menu .side-menu>li.active .mm-submenu li.active>a,
.dark .sidebar-default .mm-sidebar-menu .side-menu>li.active .mm-submenu li.active>a span {
	color: #4788ff
}

.dark .bg-primary-light {
	background-color: rgba(71, 136, 255, .1) !important
}

.dark a.bg-primary-light:focus,
.dark a.bg-primary-light:hover,
.dark button.bg-primary-light:focus,
.dark button.bg-primary-light:hover {
	background-color: rgba(20, 103, 255, .1) !important
}

.dark .bg-secondary-light {
	background-color: hsla(208, 7%, 46%, .1) !important
}

.dark a.bg-secondary-light:focus,
.dark a.bg-secondary-light:hover,
.dark button.bg-secondary-light:focus,
.dark button.bg-secondary-light:hover {
	background-color: rgba(84, 91, 98, .1) !important
}

.dark .bg-success-light {
	background-color: rgba(55, 230, 178, .1) !important
}

.dark a.bg-success-light:focus,
.dark a.bg-success-light:hover,
.dark button.bg-success-light:focus,
.dark button.bg-success-light:hover {
	background-color: rgba(26, 208, 154, .1) !important
}

.dark .bg-info-light {
	background-color: rgba(135, 108, 254, .1) !important
}

.dark a.bg-info-light:focus,
.dark a.bg-info-light:hover,
.dark button.bg-info-light:focus,
.dark button.bg-info-light:hover {
	background-color: rgba(94, 57, 254, .1) !important
}

.dark .bg-warning-light {
	background-color: rgba(254, 114, 28, .1) !important
}

.dark a.bg-warning-light:focus,
.dark a.bg-warning-light:hover,
.dark button.bg-warning-light:focus,
.dark button.bg-warning-light:hover {
	background-color: rgba(230, 88, 1, .1) !important
}

.dark .bg-danger-light {
	background-color: rgba(255, 75, 75, .1) !important
}

.dark a.bg-danger-light:focus,
.dark a.bg-danger-light:hover,
.dark button.bg-danger-light:focus,
.dark button.bg-danger-light:hover {
	background-color: rgba(255, 24, 24, .1) !important
}

.dark .bg-light-light {
	background-color: rgba(199, 203, 211, .1) !important
}

.dark a.bg-light-light:focus,
.dark a.bg-light-light:hover,
.dark button.bg-light-light:focus,
.dark button.bg-light-light:hover {
	background-color: rgba(170, 176, 189, .1) !important
}

.dark .bg-dark-light {
	background-color: rgba(1, 4, 27, .1) !important
}

.dark a.bg-dark-light:focus,
.dark a.bg-dark-light:hover,
.dark button.bg-dark-light:focus,
.dark button.bg-dark-light:hover {
	background-color: rgba(0, 0, 0, .1) !important
}

.dark .bg-orange-light {
	background-color: rgba(253, 126, 20, .1) !important
}

.dark a.bg-orange-light:focus,
.dark a.bg-orange-light:hover,
.dark button.bg-orange-light:focus,
.dark button.bg-orange-light:hover {
	background-color: rgba(220, 101, 2, .1) !important
}

.dark .bg-purple-light {
	background-color: rgba(71, 49, 182, .1) !important
}

.dark a.bg-purple-light:focus,
.dark a.bg-purple-light:hover,
.dark button.bg-purple-light:focus,
.dark button.bg-purple-light:hover {
	background-color: rgba(55, 38, 142, .1) !important
}

.dark .mode.light-img {
	display: none
}

.dark .mode.dark-img {
	display: block
}

.dark #loading-center {
	background-image: url(../images/dark-loader.gif)
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #fff
}

.dark hr {
	border-color: #252525
}

.dark .btn,
.dark label,
.dark p,
.dark span {
	color: #eff0f1
}

.dark .btn span {
	color: inherit
}

.dark .prc-box .h3 {
	color: #fff
}

.dark #loading {
	background-color: #222
}

.dark ::-webkit-scrollbar-track {
	background: #252525
}

.dark .btn-danger,
.dark .btn-info,
.dark .btn-primary,
.dark .btn-success,
.dark .btn-warning {
	color: #fff
}

.dark span.btn-outline-danger,
.dark span.btn-outline-info,
.dark span.btn-outline-primary,
.dark span.btn-outline-success,
.dark span.btn-outline-warning {
	color: inherit
}

.dark .border.border-danger,
.dark .border.border-info,
.dark .border.border-primary,
.dark .border.border-success,
.dark .border.border-warning {
	border-color: inherit !important
}

.dark .btn-outline-primary.view-more {
	color: #4788ff
}

.dark .btn-outline-primary.view-more:hover {
	background: transparent
}

.dark .bg-danger-light span,
.dark .bg-info-light span,
.dark .bg-primary-light span,
.dark .bg-success-light span,
.dark .bg-warning-light span {
	color: inherit
}

.dark span.apexcharts-legend-text {
	color: #eff0f1 !important
}

.dark .apexcharts-yaxis text {
	fill: #eff0f1
}

.dark .fc-toolbar .fc-button span {
	color: #4788ff
}

.dark .fc-toolbar .fc-button:focus span {
	color: #fff
}

.dark .fc-unthemed td.fc-today {
	background: #222
}

.dark .fc-unthemed .fc-toolbar .fc-button {
	background: rgba(71, 136, 255, .1)
}

.dark .fc-unthemed .fc-toolbar .fc-button:hover {
	background: #4788ff;
	color: #fff
}

.dark .fc-unthemed .fc-toolbar .fc-button:hover span {
	color: #fff
}

.dark .fc-unthemed .fc-content,
.dark .fc-unthemed .fc-divider,
.dark .fc-unthemed .fc-list-heading td,
.dark .fc-unthemed .fc-list-view,
.dark .fc-unthemed .fc-popover,
.dark .fc-unthemed .fc-row,
.dark .fc-unthemed tbody,
.dark .fc-unthemed td,
.dark .fc-unthemed th,
.dark .fc-unthemed thead {
	border-color: #252525
}

.dark span.flatpickr-day:hover {
	color: #4788ff !important
}

.dark .calendar-s td[data-date="2020-11-13"] {
	background: rgba(255, 75, 75, .1)
}

.dark .calendar-s td[data-date="2020-11-02"] {
	background: rgba(254, 114, 28, .1)
}

.dark .calendar-s td[data-date="2020-11-12"] {
	background: rgba(55, 230, 178, .1)
}

.dark .calendar-s td[data-date="2020-12-07"] {
	background: rgba(135, 108, 254, .1)
}

.dark .calendar-s td[data-date="2020-12-10"] {
	background: rgba(71, 136, 255, .1)
}

.dark .calendar-s td[data-date="2020-11-16"] {
	background: rgba(1, 4, 27, .1)
}

.dark .calendar-s td[data-date="2020-11-28"] {
	background: rgba(71, 49, 182, .1)
}

.dark .calendar-s td[data-date="2020-12-16"] {
	background: rgba(55, 230, 178, .1)
}

.dark .calendar-s .fc-unthemed td.fc-today {
	background: rgba(71, 136, 255, .1) !important;
	color: #fff
}

.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	color: #eff0f1 !important;
	cursor: default
}

.dark .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: #2b343b !important
}

.dark .mm-top-navbar,
.dark .mm-top-navbar .mm-sub-dropdown {
	background: #181818
}

.dark .navbar-list li .mm-sub-dropdown .mm-sub-card,
.dark .navbar-list li>a {
	color: #eff0f1
}

.dark .mm-search-bar .search-input {
	background: #222;
	border-color: #252525;
	color: #eff0f1
}

.dark .cust-title {
	border-color: #252525
}

.dark .mm-footer {
	background: #181818
}

.dark .mm-footer ul li a {
	color: #eff0f1
}

.dark .mm-footer ul li a:hover {
	color: #4788ff
}

.dark .card {
	background-color: #181818;
	transition: all .3s ease-in-out
}

.dark .card,
.dark .card .card-header {
	border-color: #252525
}

.dark .card .card-footer {
	border-top-color: #252525
}

.dark .card-transparent {
	background: transparent
}

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

.dark .text-body,
.dark .text-muted {
	color: #eff0f1 !important
}

.dark .breadcrumb-item.active,
.dark .tab-content .table tbody tr,
.dark .table,
.dark .table-data .table tbody tr {
	color: #eff0f1
}

.dark .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
	background: rgba(71, 136, 255, .1) !important
}

.dark table.dataTable thead td,
.dark table.dataTable thead th,
.dark table.dataTable.no-footer {
	border-color: #252525 !important
}

.dark .mm-top-navbar .navbar-toggler {
	background: #222
}

.dark .mm-alert-text h1,
.dark .mm-alert-text h2,
.dark .mm-alert-text h3,
.dark .mm-alert-text h4,
.dark .mm-alert-text h5,
.dark .mm-alert-text h6,
.dark .mm-alert-text p {
	color: inherit
}

.dark .border,
.dark .border-bottom {
	border-color: #252525 !important
}

.dark .breadcrumb {
	background: #222
}

.dark .list-group-item {
	background: #181818
}

.dark .blockquote-footer,
.dark pre {
	color: #eff0f1
}

.dark .modal-content {
	background: #181818
}

.dark .page-link {
	background-color: #181818
}

.dark .page-item.disabled .page-link {
	background-color: #181818;
	border-color: #4788ff
}

.dark .popover {
	background-color: #181818
}

.dark .popover .popover-header {
	background-color: #181818;
	border-color: #252525;
	color: #eff0f1
}

.dark .popover .popover-body {
	color: #eff0f1
}

.dark .dropdown-menu {
	background-color: #222
}

.dark .dropdown-menu .dropdown-item {
	color: #eff0f1
}

.dark .dropdown-menu .dropdown-item:focus,
.dark .dropdown-menu .dropdown-item:hover {
	background-color: rgba(71, 136, 255, .1)
}

.dark .dropdown-menu .dropdown-divider {
	border-top-color: #252525
}

.dark .nav-tabs .nav-item a {
	color: #eff0f1
}

.dark .nav-tabs .nav-item.show .nav-link {
	color: #4788ff
}

.dark .nav-tabs .nav-link.active {
	background-color: unset;
	color: #4788ff
}

.dark .nav-pills .nav-item a {
	color: #eff0f1
}

.dark .nav-pills .nav-link.active,
.dark .nav-pills .show>.nav-link {
	color: #4788ff
}

.dark .table-bordered,
.dark .table-bordered td,
.dark .table-bordered th {
	border-color: #252525
}

.dark .table-striped tbody tr:nth-of-type(odd) {
	background-color: #222
}

.dark .mm-example-row .row>.col,
.dark .mm-example-row .row>[class^=col-] {
	color: #eff0f1
}

.dark table.dataTable tbody tr {
	background-color: #181818
}

.dark table.dataTable thead th {
	color: #fff !important
}

.dark .table-hover tbody tr:hover {
	color: #fff
}

.dark .dataTables_wrapper .dataTables_filter,
.dark .dataTables_wrapper .dataTables_filter input,
.dark .dataTables_wrapper .dataTables_info,
.dark .dataTables_wrapper .dataTables_length,
.dark .dataTables_wrapper .dataTables_paginate,
.dark .dataTables_wrapper .dataTables_processing {
	color: #eff0f1
}

.dark .dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #eff0f1 !important
}

.dark .form-control {
	background: #222;
	border-color: #252525;
	color: #eff0f1
}

.dark .custom-file-label {
	background: #181818;
	border-color: #252525
}

.dark .custom-select,
.dark .input-group .input-group-append .input-group-text,
.dark .input-group .input-group-prepend .input-group-text {
	background-color: #222;
	border-color: #252525
}

.dark .custom-select {
	color: #eff0f1
}

.dark .custom-file-label:after {
	background-color: #222;
	color: #eff0f1
}

.dark ::-moz-placeholder {
	color: #eff0f1
}

.dark :-ms-input-placeholder {
	color: #eff0f1
}

.dark ::placeholder {
	color: #eff0f1
}

.dark .form-control::-moz-placeholder {
	color: #eff0f1
}

.dark .form-control:-ms-input-placeholder {
	color: #eff0f1
}

.dark .form-control::placeholder {
	color: #eff0f1
}

.dark .select2-container--default .select2-selection--multiple {
	background-color: #222;
	border-color: #252525
}

.dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #181818;
	border-color: #252525
}

.dark .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #222
}

.dark .select2-results__options {
	background-color: #181818
}

.dark .uploader-file label {
	background-color: #222;
	border-color: #252525
}

.dark .ql-snow .ql-stroke {
	stroke: #fff
}

.dark .ic-square,
.dark form.form-border .form-control {
	border-color: #252525
}

.dark .swal2-popup {
	background: #181818
}

.dark .swal2-popup .swal2-content {
	color: #eff0f1
}

.dark .flatpickr-calendar.inline {
	background: transparent
}

.dark .flatpickr-calendar {
	background: #181818
}

.dark .flatpickr-months .flatpickr-month {
	fill: #fff;
	background: transparent;
	color: #fff
}

.dark .flatpickr-months .flatpickr-next-month svg,
.dark .flatpickr-months .flatpickr-prev-month svg {
	fill: #fff;
	color: #fff
}

.dark span.flatpickr-weekday {
	color: #fff
}

.dark .stepwizard-row .wizard-step a.btn {
	background: #222
}

.dark #top-tabbar-vertical li a {
	background: #222;
	color: #eff0f1
}

.dark .g-box {
	background: #222
}

.dark .g-desc {
	border-color: #252525
}

.dark .blog-left .blog-description {
	background: #181818
}

.dark .blog-detail .blog-meta {
	background: #222;
	color: #eff0f1
}

.dark .profile-box {
	background: #222
}

.dark .pro-content {
	background: #181818
}

.dark .social-ic {
	background: #222
}

.dark .social-ic a i {
	color: #eff0f1
}

.dark .mm-timeline0 li .timeline-dots1 {
	background: #181818
}

.dark .mm-timeline0 li .timeline-dots {
	background: #181818 !important
}

.dark .mm-timeline1 li .timeline-dots,
.dark .timeline-page .mm-timeline0 li .timeline-dots1 {
	background: #181818
}

.dark .timeline-page .mm-timeline0 li .timeline-dots {
	background: #181818 !important
}

.dark .timeline-page .mm-timeline1 li .timeline-dots {
	background: #181818
}

.dark .prc-box.active .type {
	background: #4788ff;
	color: #fff
}

.dark .pricing-header {
	background-color: #222
}

.dark .print .table thead {
	background: #222
}

.dark .or-detail {
	background: #222
}

.dark .or-detail,
.dark .or-detail .ttl-amt {
	border-color: #252525
}

.dark .subscriber-detail .mm-card-btn {
	border-color: #181818
}

.dark .mm-accordion.career-style .mm-accordion-block .accordion-title span,
.dark .mm-accordion.career-style .mm-accordion-block .accordion-title:before {
	color: #eff0f1
}

.dark .chat-data,
.dark .mm-progress-bar.progress-bar-vertical>span:after {
	background: #181818
}

.dark span.mm-start-icon {
	background: #222
}

.dark .chat-button {
	background: #222;
	color: #eff0f1
}

.dark .chat-footer.bg-white,
.dark .chat-head .bg-white {
	background: #181818 !important;
	color: #eff0f1 !important
}

.dark .chat-content .chat-left .chat-message {
	background: #222
}

.dark .mm-chat-ui .nav-pills li a.active {
	background-color: #222
}

.dark ul.todo-task-lists li.active-task,
.dark ul.todo-task-lists li:hover {
	background: #222
}

.dark .add-new-project>a,
.dark .mm-todo-page ul li a {
	color: #eff0f1
}

.dark .chat-sidebar-channel h5,
.dark .mm-chat-ui li a,
.dark .mm-email-listbox .mm-email-sender-list>li {
	border-color: #252525
}

.dark .mm-email-listbox .mm-email-sender-list .mm-social-media,
.dark .mm-email-listbox .mm-email-sender-list>li:hover {
	background: #222
}

.dark .email-app-details {
	background-color: #181818
}

.dark .profile-overly {
	background: #222
}

.dark .light-title .card-title {
	color: #4788ff
}

.dark .view-crm a {
	color: #fff
}

.dark .crm2 .feature-list {
	background-color: #222
}

.dark .crm2 .title-text {
	color: #fff
}

.dark .crm2 .card-score {
	background: #222
}

.dark .crm2 .crm-p-image {
	border-color: #181818
}

.dark .crm3 .calender-box li {
	background: #222
}

.dark .mm-social-icon a {
	color: #eff0f1
}

.dark .mm-acivity span {
	background: #181818
}

.dark .mm-acivity:after {
	border-top-color: #252525
}

.dark .search-menu-options .form-control,
.dark .search-menu-options .mm-search-bar .search-input {
	background: #181818
}

.dark .floating-input:focus~label {
	background: #222
}

.dark .floating-input:not(:-moz-placeholder-shown)~label {
	background: #222;
	color: #eff0f1
}

.dark .floating-input:not(:-ms-input-placeholder)~label {
	background: #222;
	color: #eff0f1
}

.dark .floating-input:not(:placeholder-shown)~label {
	background: #222;
	color: #eff0f1
}

.dark svg tspan {
	fill: #eff0f1
}

.dark .highcharts-background {
	fill: #181818
}

.dark .jvectormap-container {
	background: #181818 !important
}

.dark .change-mode .custom-switch.custom-switch-icon label.custom-control-label:after {
	border-radius: 0 4px 5px 0;
	left: 10px
}

.dark .change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right {
	color: #eff0f1;
	z-index: 9
}

.dark .reporting_table tbody tr {
	background-color: #171717;
	border-bottom: 10px solid #222
}

.dark .dashboard2-header-style .analytic {
	background: #181818;
	width: 100%
}

.dark .menu-horizontal .mm-sidebar-menu .side-menu li ul {
	background: #181818;
	border-color: #222
}

.dark .flatpickr-day.nextMonthDay {
	color: #535f6b
}

.dark .dashboard3-fixed-menu .dashboard3-info {
	background: #181818 !important
}

.dark .svg-icon {
	fill: rgba(201, 220, 255, .1)
}

.mode {
	display: none
}

.mode.light-img,
.mode.ltr-img {
	display: block
}

.mm-hotel.dark .mm-footer {
	background: #222
}

@media (min-width:1300px) {
	.dark .white-bg-menu {
		background: #181818
	}

	.dark .dashboard2-header-style .bg-analytic-horizontal {
		background: transparent
	}

	.dark .header-style-1 .menu-horizontal .mm-sidebar-menu .side-menu>li>a,
	.dark .header-style-1 .menu-horizontal .mm-sidebar-menu .side-menu>li>a>span,
	.dark.salon-2-saidbar-main .menu-horizontal .mm-sidebar-menu .side-menu li>a,
	.dark.salon-2-saidbar-main .menu-horizontal .mm-sidebar-menu .side-menu li>a>span {
		color: #fff
	}

	.dark.salon-2-saidbar-main .menu-horizontal .mm-sidebar-menu .side-menu li li:hover>a,
	.dark.salon-2-saidbar-main .menu-horizontal .mm-sidebar-menu .side-menu li li:hover>a>span {
		color: #4fd69c
	}

	.dark.tab-horizontal .top-menu .mm-sidebar-menu .side-menu li.active>a,
	.dark.tab-horizontal .top-menu .mm-sidebar-menu .side-menu li.active>a>span,
	.dark.tab-horizontal .top-menu .mm-sidebar-menu .side-menu>li:hover>a,
	.dark.tab-horizontal .top-menu .mm-sidebar-menu .side-menu>li:hover>a>span,
	.dark.tab-horizontal .top-menu .mm-sidebar-menu .side-menu>li>a,
	.dark.tab-horizontal .top-menu .mm-sidebar-menu .side-menu>li>a>span {
		color: #fff
	}
}

@media (max-width:1299px) {

	.dark .menu-horizontal,
	.dark .menu-horizontal ul.side-menu {
		background: #181818
	}
}

@media (max-width:991px) {
	.dark .navbar-collapse {
		background: #181818
	}
}

.dark .apexcharts-menu {
	background: #181818 !important;
	border-color: #222 !important
}

.dark .apexcharts-theme-light .apexcharts-menu-item:hover {
	background: hsla(0, 0%, 9%, .4) !important
}

.dark .apexcharts-tooltip.apexcharts-theme-light,
.dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
	background: #181818 !important;
	border-color: #222 !important
}

#layout-1-chart-04 {
	height: 400px
}

#layout-1-chart-01 {
	min-height: 300px !important
}

#layout-1-chart-06 {
	min-height: 310px !important
}

#layout-1-chart-03 {
	min-height: 350px !important
}

#layout-1-chart-03 .apexcharts-legend {
	inset: auto 0 0 !important
}

#layout-1-chart-05 {
	min-height: 350px !important
}

.mm-details .mm-progress-bar {
	height: 10px;
	padding: 3px
}

.mm-icon-box-2 {
	font-size: 26px;
	height: 55px;
	line-height: 55px;
	margin-right: 10px;
	text-align: center;
	width: 55px
}

.reporting-table.table.table-borderless thead th {
	border-bottom: 1px solid #16171d
}

.reporting_table tbody tr {
	background-color: #f7f9ff;
	border-bottom: 10px solid #fff
}

.reporting_table tbody td {
	background-color: transparent;
	border: 0 solid transparent
}

#layout-1-chart-06 .apexcharts-legend {
	inset: auto 0 0 !important;
	margin-top: -10px !important
}

.progress.progress-round.conversation-bar {
	height: 100px;
	line-height: 100px;
	width: 100px
}

.progress.progress-round.conversation-bar .progress-value {
	font-size: 16px;
	left: 32px;
	text-align: center
}

.ecommerce-chart-03 {
	display: block;
	margin: 0 auto
}

.mm-selling-box {
	bottom: 0;
	position: absolute
}

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

.mm-progress-height .mm-progress-bar {
	height: 10px
}

.progress {
	background-color: #c7cbd3
}

tr.mm-product-border {
	border-bottom: 1px solid #c7cbd3
}

tr.mm-product-border:last-child {
	border-bottom: none
}

.ecommerce-social li {
	display: inline-block
}

.ecommerce-avtar {
	margin-top: -60px;
	text-align: center
}

.ecommerce-avtar img {
	border: 8px solid;
	border-radius: 50%
}

.ecommerce-profile li {
	display: inline-block
}

.progress-bar.rounded-right:before {
	background: #e9ecef;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: -5px;
	position: absolute;
	top: 0;
	width: 10px
}

.avatar-15 {
	height: 15px;
	width: 15px
}

.light-font-overlay {
	color: #f7f9ff;
	font-size: 100px;
	font-weight: 700;
	line-height: 80px;
	margin-right: -20px
}

#ecommerce-chart-01 {
	min-height: 300px
}

#ecommerce-chart-03 {
	height: 250px
}

#ethernet-chart-03 .apexcharts-canvas {
	margin: 0 auto
}

#ecommerce-chart-02 .apexcharts-canvas {
	left: 50%;
	margin-top: -30px;
	transform: translateX(-50%)
}

.mathew-icon .font-icon {
	font-size: 35px
}

.mathew-icon .font-icon.f-small {
	font-size: 33px
}

@media (min-width:1300px) and (max-width:1500px) {
	.mathew-icon {
		padding: 20px 10px
	}

	.mathew-icon .font-icon {
		font-size: 25px
	}
}

@media (min-width:1300px) {
	body.mm-saidbar-primary.sidebar-main .mm-sidebar-menu .side-menu li ul {
		padding-left: 0
	}
}

@media (max-width:1299px) {
	.mm-saidbar-primary .wrapper-menu {
		color: #4788ff
	}

	.mathew-icon {
		padding: 20px 0
	}

	.mathew-icon .font-icon {
		font-size: 25px
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.mm-saidbar-primary .mm-search-bar .searchbox {
		width: 280px
	}
}

@media (max-width:991px) {
	.mm-saidbar-primary .content-page {
		padding: 90px 0 0
	}
}

.data-indicator .status {
	display: block;
	margin-right: -60px;
	margin-top: -33px
}

.event-icon.icon {
	border-radius: 4px;
	line-height: 22px;
	padding-top: 10px
}

.event-info {
	flex: 1
}

.l-horizontal .content-page {
	margin-left: 0
}

.l-horizontal .mm-top-navbar {
	box-shadow: none;
	padding: 0;
	width: 100%
}

.hospi-wrapper {
	z-index: 1
}

.hospi-wrapper .navbar-breadcrumb h4 {
	color: #fff
}

.hospi-wrapper:before {
	background: #4788ff;
	border-radius: var(--border-radius-bottom);
	content: "";
	height: 300px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.bg-h-full .navbar-list li>a i {
	color: #fff
}

.bg-h-full .mm-top-navbar {
	background: transparent
}

.bg-h-full .mm-top-navbar.fixed {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animationFade;
	animation-name: animationFade;
	background: #4788ff;
	box-shadow: 0 2px 25px 0 rgba(45, 69, 95, .06)
}

.bg-h-full .mm-top-navbar.fixed .navbar {
	padding: 0 !important
}

.bg-h-full .mm-top-navbar.fixed .h-logo-ic {
	width: 150px
}

.bg-h-full .mm-top-navbar.header-style-3.fixed {
	background: #1360ee
}

.bg-h-full .navbar-light .navbar-toggler i {
	color: #fff
}

.header-style-1 .mm-navbar-logo>a {
	display: flex
}

.header-style-1 .main-circle i,
.th-line {
	color: #fff
}

.bg-h-full .mm-top-navbar.fixed .navbar {
	padding: 15px 0 !important
}

body.hospi-wrapper .hospi-row-top {
	margin-top: 50px
}

body.hospi-wrapper .mm-footer {
	margin-left: 0;
	width: 100%
}

#hospital-chart-03 {
	min-height: 340px !important
}

.bg-h-full .nav-item span.dots {
	background: #fff
}

.data-scrollbar-menu.menu-scroll,
.data-scrollbar.menu-scroll {
	height: 300px
}

.hospi-content .card-header-toolbar .dropdown-toggle i {
	vertical-align: middle
}

.hospi-content .breadcrumb-item+.breadcrumb-item:before,
.hospi-content .navbar-breadcrumb a,
.hospi-content .navbar-breadcrumb h5,
.hospi-content .navbar-breadcrumb li {
	color: #fff
}

.doc-img {
	border: 2px solid transparent;
	padding: 8px
}

.doc-img.avail {
	border: 2px solid #37d5f2
}

.d-avail-text i {
	font-size: 9px
}

.doc-social i {
	font-size: 20px;
	margin-right: 8px
}

.text-primary-dark {
	color: #1360ee
}

#hospital-chart-01 {
	height: 320px
}

#hospital-chart-03 .apexcharts-legend.position-bottom.center,
#hospital-chart-03 .apexcharts-legend.position-top.center {
	justify-content: flex-start
}

.dr-pro {
	border-radius: 0 4px 4px 0
}

.op-count {
	border-radius: 4px
}

.inln-date .flatpickr-calendar {
	box-shadow: none;
	margin: 0 auto;
	padding: 0
}

.inln-date .dayContainer {
	min-width: auto;
	width: 100%
}

.inln-date .flatpickr-days {
	width: 100%
}

.doc-social.h-doc-s i {
	font-size: 16px
}

.mm-icon-box.ex-box {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 40px
}

.l-horizontal .header-style-1 .search-content {
	display: none
}

.header-style-1.mm-top-navbar {
	line-height: normal
}

.header-style-1.mm-top-navbar .wrapper-menu {
	color: #fff
}

.card-overlay-image {
	z-index: 1
}

.card-overlay-image .overlay-image {
	bottom: 0;
	left: auto;
	opacity: .1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.ratting-icons {
	align-items: center;
	display: flex;
	font-size: 45px;
	height: 100%;
	justify-content: center;
	text-align: center
}

@media (min-width:1300px) {
	.hospi-wrapper .mm-navbar-logo {
		display: flex !important
	}

	.header-style-1 .menu-horizontal .mm-sidebar-menu .side-menu li.active>a>i.mm-arrow-left,
	.header-style-1 .menu-horizontal .mm-sidebar-menu .side-menu>li:hover>a,
	.header-style-1 .menu-horizontal .mm-sidebar-menu .side-menu>li>a {
		color: #fff
	}

	.dev-toggle,
	.h-collapse .mm-sidebar-logo {
		display: none !important
	}
}

@media (max-width:1299px) {
	.header-style-1.mm-top-navbar .mm-sidebar-logo {
		padding: 15px 0
	}

	.header-style-1.mm-top-navbar .mm-sidebar-logo .wrapper-menu {
		color: #4788ff;
		margin: 0
	}

	.hospi-wrapper .l-horizontal .mm-sidebar-menu .side-menu li a {
		padding: 15px 0
	}
}

@media (max-width:991px) {
	.l-horizontal .header-style-1 .search-content {
		display: block
	}

	.hospi-wrapper .navbar-list li>a i {
		color: #4788ff
	}

	.header-style-1.mm-top-navbar {
		padding: 0
	}

	.welcome-content {
		display: none !important
	}
}

@-webkit-keyframes animationFade {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes animationFade {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@media (max-width:578px) {
	.hospi-wrapper #hospital-chart-03 .apexcharts-legend {
		bottom: 0 !important
	}

	.hospi-wrapper .container-fluid.container-md.mm-navbar-custom,
	.hospi-wrapper .container-md.mm-navbar-custom {
		padding: 0 !important
	}
}

@media (max-width:320px) {
	.hospi-wrapper .flatpickr-innerContainer {
		padding-right: 40px
	}

	.hospi-wrapper .flatpickr-current-month {
		left: 6.5%
	}

	.hospi-wrapper .flatpickr-months .flatpickr-next-month.flatpickr-next-month,
	.hospi-wrapper .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
		padding-right: 46px
	}

	.hospi-wrapper .bg-h-full .mm-top-navbar.fixed .navbar {
		padding: 0 !important
	}
}

.hospi-wrapper .vactormap-height {
	height: 185px;
	width: 100%
}

.hospi-wrapper .jvectormap-container {
	background-color: #4788ff !important
}

.mm-hotel .h-logo-ic {
	width: 120px
}

.mm-hotel .mm-top-navbar {
	background: transparent;
	border-radius: 4px;
	margin: 30px;
	padding: 0;
	position: static;
	width: calc(100% - 60px)
}

.mm-hotel .mm-top-navbar .mm-user-dropdown {
	z-index: 9
}

.mm-hotel .content-page {
	margin-left: 0;
	padding: 0 15px
}

.mm-hotel .mm-footer {
	background: #fff;
	border-radius: 4px;
	margin: 0 30px;
	padding: 15px 5px;
	width: calc(100% - 60px)
}

.mm-hotel .mm-navbar-logo>a {
	display: flex
}

body.mm-hotel .mm-sidebar {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1000
}

body.mm-hotel .mm-sidebar-menu .side-menu li.active>a {
	color: #4788ff
}

.container.hotel-container {
	border-radius: 4px;
	padding: 0 0 30px;
	position: relative
}

.th-line,
body.mm-hotel.header-style-1 .main-circle i {
	color: #4788ff
}

.f-right {
	text-align: right
}

.icon-small {
	display: inline-block;
	height: 25px;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
	width: 25px
}

#hotel-chart-3 {
	min-height: 170px !important
}

#hotel-payment-01 .apexcharts-canvas {
	margin: 0 auto
}

#hotel-chart-6 svg text {
	font-family: Roboto, sans-serif !important;
	font-weight: 500 !important
}

#hotel-chart-4,
#hotel-column-1 {
	color: #535f6b
}

#dash-chart-04 {
	min-height: 250px !important
}

#dash-chart-04 .apexcharts-legend.position-top.center {
	justify-content: center
}

#dash-chart-04 .apexcharts-legend.position-bottom.center {
	inset: auto 0 0 55px !important;
	justify-content: center
}

@media (min-width:1300px) {
	.mm-hotel .mm-top-navbar .mm-navbar-logo {
		display: flex !important
	}

	.mm-hotel .mm-top-navbar .side-menu-bt {
		display: block !important;
		margin: 0;
		padding: 0
	}

	.mm-hotel .mm-top-navbar .side-menu-bt .wrapper-menu {
		display: none !important
	}

	.mm-hotel .mm-page-menu-horizontal .content-page {
		background: #f7f9ff;
		margin-left: 0;
		padding: 100px 50px 0;
		position: relative
	}
}

@media (max-width:1299px) {
	body.mm-hotel.sidebar-main .content-page {
		padding: 0 15px
	}

	body.mm-hotel.sidebar-main .mm-top-navbar {
		width: calc(100% - 60px)
	}

	.mm-hotel .mm-sidebar-logo {
		padding: 15px 0
	}

	.mm-hotel .menu-horizontal {
		left: 30px;
		top: 30px;
		z-index: 99
	}

	.mm-hotel .menu-horizontal .mm-sidebar-menu .side-menu li a {
		padding: 15px 0
	}

	.mm-hotel .mm-navbar-custom.container {
		max-width: 100%
	}

	.mm-hotel .mm-top-navbar .side-menu-bt {
		padding: 0
	}
}

@media (max-width:991px) {
	.mm-hotel .mm-top-navbar {
		padding: 16px 0 !important;
		position: relative
	}

	.mm-hotel .menu-horizontal {
		left: 0;
		top: 0
	}

	.mm-hotel .navbar-collapse {
		z-index: 9
	}

	.sidebar-1 .mm-top-navbar .navbar {
		padding: 11px 0 !important
	}

	.f-left,
	.f-right {
		text-align: center
	}

	.hotel-container .navbar {
		position: static
	}
}

@media (max-width:767px) {
	body.mm-hotel.sidebar-main .content-page {
		padding: 0
	}

	body.mm-hotel.sidebar-main .mm-top-navbar {
		width: calc(100% - 30px)
	}

	body.mm-hotel .mm-top-navbar {
		margin: 15px;
		padding: 15px;
		width: calc(100% - 30px)
	}

	body.mm-hotel .content-page {
		padding: 0
	}

	body.mm-hotel .mm-footer {
		margin: 0 15px;
		width: calc(100% - 30px)
	}
}

@media (max-width:391px) {
	.mm-hotel .navbar-list li>a {
		padding: 0 6px
	}

	.mm-top-navbar .mm-navbar-logo img {
		height: 31px
	}
}

@-webkit-keyframes circle-small-scale {
	0% {
		-webkit-transform: scale(1)
	}

	to {
		-webkit-transform: scale(1.1)
	}
}

@keyframes circle-small-scale {
	0% {
		transform: scale(1)
	}

	to {
		transform: scale(1.1)
	}
}

.main-animation {
	background: #f7f9ff;
	bottom: 0;
	height: 100vh;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

#animation-inside {
	height: auto;
	margin: 0 auto;
	max-width: 1480px;
	min-height: 100%;
	min-width: 960px;
	overflow: visible;
	padding: 0 auto;
	position: relative
}

#animation-inside #circle-small {
	-webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation: circle-small-scale 3s ease-in-out infinite alternate;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	height: 300px;
	opacity: .4;
	top: -150px;
	width: 300px
}

#animation-inside #circle-medium,
#animation-inside #circle-small {
	background: #4788ff;
	border-radius: 50%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0
}

#animation-inside #circle-medium {
	-webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation: circle-small-scale 3s ease-in-out infinite alternate;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	height: 600px;
	opacity: .3;
	top: -300px;
	width: 600px
}

#animation-inside #circle-large {
	-webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation: circle-small-scale 3s ease-in-out infinite alternate;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	height: 900px;
	opacity: .2;
	top: -450px;
	width: 900px
}

#animation-inside #circle-large,
#animation-inside #circle-xlarge {
	background: #4788ff;
	border-radius: 50%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0
}

#animation-inside #circle-xlarge {
	-webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation: circle-small-scale 3s ease-in-out infinite alternate;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	height: 1200px;
	opacity: .1;
	top: -600px;
	width: 1200px
}

#animation-inside #circle-xxlarge {
	-webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation: circle-small-scale 3s ease-in-out infinite alternate;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
	-webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	background: #4788ff;
	border-radius: 50%;
	height: 1500px;
	left: 0;
	margin: 0 auto;
	opacity: .05;
	position: absolute;
	right: 0;
	top: -750px;
	width: 1500px
}