@media print {

	[dir=ltr] *,
	[dir=ltr] :after,
	[dir=ltr] :before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	[dir=ltr] a:not(.btn) {
		text-decoration: underline
	}

	[dir=ltr] abbr[title]:after {
		content: " (" attr(title) ")"
	}

	[dir=ltr] pre {
		white-space: pre-wrap !important
	}

	[dir=ltr] blockquote,
	[dir=ltr] pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	[dir=ltr] thead {
		display: table-header-group
	}

	[dir=ltr] img,
	[dir=ltr] tr {
		page-break-inside: avoid
	}

	[dir=ltr] h2,
	[dir=ltr] h3,
	[dir=ltr] p {
		orphans: 3;
		widows: 3
	}

	[dir=ltr] h2,
	[dir=ltr] h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	[dir=ltr] .container,
	[dir=ltr] body {
		min-width: 992px !important
	}

	[dir=ltr] .navbar {
		display: none
	}

	[dir=ltr] .badge {
		border: 1px solid #000
	}

	[dir=ltr] .table {
		border-collapse: collapse !important
	}

	[dir=ltr] .table td,
	[dir=ltr] .table th {
		background-color: #fff !important
	}

	[dir=ltr] .table-bordered td,
	[dir=ltr] .table-bordered th {
		border: 1px solid #ddd !important
	}
}

[dir=ltr] *,
[dir=ltr] :after,
[dir=ltr] :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

[dir=ltr] article,
[dir=ltr] aside,
[dir=ltr] dialog,
[dir=ltr] figcaption,
[dir=ltr] figure,
[dir=ltr] footer,
[dir=ltr] header,
[dir=ltr] hgroup,
[dir=ltr] main,
[dir=ltr] nav,
[dir=ltr] section {
	display: block
}

[dir=ltr] body {
	margin: 0;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.2;
	color: #25364a;
	text-align: left;
	background-color: #f9f9f9
}

[dir=ltr] [tabindex="-1"]:focus {
	outline: 0 !important
}

[dir=ltr] hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

[dir=ltr] h1,
[dir=ltr] h2,
[dir=ltr] h3,
[dir=ltr] h4,
[dir=ltr] h5,
[dir=ltr] h6 {
	margin-top: 0;
	margin-bottom: .625rem
}

[dir=ltr] p {
	margin-top: 0;
	margin-bottom: 1rem
}

[dir=ltr] abbr[data-original-title],
[dir=ltr] abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

[dir=ltr] address {
	font-style: normal;
	line-height: inherit
}

[dir=ltr] address,
[dir=ltr] dl,
[dir=ltr] ol,
[dir=ltr] ul {
	margin-bottom: 1rem
}

[dir=ltr] dl,
[dir=ltr] ol,
[dir=ltr] ul {
	margin-top: 0
}

[dir=ltr] ol ol,
[dir=ltr] ol ul,
[dir=ltr] ul ol,
[dir=ltr] ul ul {
	margin-bottom: 0
}

[dir=ltr] dt {
	font-weight: 700
}

[dir=ltr] dd {
	margin-bottom: .5rem;
	margin-left: 0
}

[dir=ltr] blockquote {
	margin: 0 0 1rem
}

[dir=ltr] dfn {
	font-style: italic
}

[dir=ltr] b,
[dir=ltr] strong {
	font-weight: bolder
}

[dir=ltr] small {
	font-size: 80%
}

[dir=ltr] sub,
[dir=ltr] sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

[dir=ltr] sub {
	bottom: -.25em
}

[dir=ltr] sup {
	top: -.5em
}

[dir=ltr] a {
	color: red;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

[dir=ltr] a:hover {
	color: #1486d0;
	text-decoration: underline
}

[dir=ltr] a:not([href]):not([tabindex]),
[dir=ltr] a:not([href]):not([tabindex]):focus,
[dir=ltr] a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

[dir=ltr] a:not([href]):not([tabindex]):focus {
	outline: 0
}

[dir=ltr] code,
[dir=ltr] kbd,
[dir=ltr] pre,
[dir=ltr] samp {
	font-family: monospace, monospace;
	font-size: 1em
}

[dir=ltr] pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

[dir=ltr] figure {
	margin: 0 0 1rem
}

[dir=ltr] img {
	vertical-align: middle;
	border-style: none
}

[dir=ltr] svg:not(:root) {
	overflow: hidden
}

[dir=ltr] table {
	border-collapse: collapse
}

[dir=ltr] caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

[dir=ltr] th {
	text-align: inherit
}

[dir=ltr] label {
	display: inline-block;
	margin-bottom: .5rem
}

[dir=ltr] button {
	border-radius: 0
}

[dir=ltr] button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

[dir=ltr] button,
[dir=ltr] input,
[dir=ltr] optgroup,
[dir=ltr] select,
[dir=ltr] textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

[dir=ltr] button,
[dir=ltr] input {
	overflow: visible
}

[dir=ltr] button,
[dir=ltr] select {
	text-transform: none
}

[dir=ltr] [type=reset],
[dir=ltr] [type=submit],
[dir=ltr] button,
html [type=button] {
	-webkit-appearance: button
}

[dir=ltr] [type=button]::-moz-focus-inner,
[dir=ltr] [type=reset]::-moz-focus-inner,
[dir=ltr] [type=submit]::-moz-focus-inner,
[dir=ltr] button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[dir=ltr] input[type=checkbox],
[dir=ltr] input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[dir=ltr] input[type=date],
[dir=ltr] input[type=datetime-local],
[dir=ltr] input[type=month],
[dir=ltr] input[type=time] {
	-webkit-appearance: listbox
}

[dir=ltr] textarea {
	overflow: auto;
	resize: vertical
}

[dir=ltr] fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

[dir=ltr] legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

[dir=ltr] progress {
	vertical-align: baseline
}

[dir=ltr] [type=number]::-webkit-inner-spin-button,
[dir=ltr] [type=number]::-webkit-outer-spin-button {
	height: auto
}

[dir=ltr] [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[dir=ltr] [type=search]::-webkit-search-cancel-button,
[dir=ltr] [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

[dir=ltr] ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[dir=ltr] output {
	display: inline-block
}

[dir=ltr] summary {
	display: list-item;
	cursor: pointer
}

[dir=ltr] template {
	display: none
}

[dir=ltr] [hidden] {
	display: none !important
}

[dir=ltr] .h1,
[dir=ltr] .h2,
[dir=ltr] .h3,
[dir=ltr] .h4,
[dir=ltr] .h5,
[dir=ltr] .h6,
[dir=ltr] h1,
[dir=ltr] h2,
[dir=ltr] h3,
[dir=ltr] h4,
[dir=ltr] h5,
[dir=ltr] h6 {
	margin-bottom: .625rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

[dir=ltr] .h1,
[dir=ltr] h1 {
	font-size: 2.1875rem
}

[dir=ltr] .h2,
[dir=ltr] h2 {
	font-size: 1.75rem
}

[dir=ltr] .h3,
[dir=ltr] h3 {
	font-size: 1.53125rem
}

[dir=ltr] .h4,
[dir=ltr] h4 {
	font-size: 1.3125rem
}

[dir=ltr] .h5,
[dir=ltr] h5 {
	font-size: 1.09375rem
}

[dir=ltr] .h6,
[dir=ltr] h6 {
	font-size: .875rem
}

[dir=ltr] .lead {
	font-size: 1.09375rem;
	font-weight: 300
}

[dir=ltr] .display-1 {
	font-size: 6rem
}

[dir=ltr] .display-1,
[dir=ltr] .display-2 {
	font-weight: 300;
	line-height: 1.2
}

[dir=ltr] .display-2 {
	font-size: 5.5rem
}

[dir=ltr] .display-3 {
	font-size: 4.5rem
}

[dir=ltr] .display-3,
[dir=ltr] .display-4 {
	font-weight: 300;
	line-height: 1.2
}

[dir=ltr] .display-4 {
	font-size: 3.5rem
}

[dir=ltr] hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 0;
	border-top: 1px solid #e2e8ee
}

[dir=ltr] .small,
[dir=ltr] small {
	font-size: .725rem;
	font-weight: 400
}

[dir=ltr] .mark,
[dir=ltr] mark {
	padding: .2em;
	background-color: #fcf8e3
}

[dir=ltr] .list-inline,
[dir=ltr] .list-unstyled {
	padding-left: 0;
	list-style: none
}

[dir=ltr] .list-inline-item {
	display: inline-block
}

[dir=ltr] .list-inline-item:not(:last-child) {
	margin-right: .5rem
}

[dir=ltr] .initialism {
	font-size: 90%;
	text-transform: uppercase
}

[dir=ltr] .blockquote {
	margin-bottom: 1.25rem;
	font-size: 1.09375rem
}

[dir=ltr] .blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

[dir=ltr] .blockquote-footer:before {
	content: "\2014   \A0"
}

[dir=ltr] .img-fluid,
[dir=ltr] .img-thumbnail {
	max-width: 100%;
	height: auto
}

[dir=ltr] .img-thumbnail {
	padding: .25rem;
	background-color: #f9f9f9;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

[dir=ltr] .figure {
	display: inline-block
}

[dir=ltr] .figure-img {
	margin-bottom: .625rem;
	line-height: 1
}

[dir=ltr] .figure-caption {
	font-size: 90%;
	color: #6c757d
}

[dir=ltr] code,
[dir=ltr] kbd,
[dir=ltr] pre,
[dir=ltr] samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

[dir=ltr] code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

[dir=ltr] a>code {
	color: inherit
}

[dir=ltr] kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

[dir=ltr] kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

[dir=ltr] pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

[dir=ltr] pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

[dir=ltr] .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

[dir=ltr] .container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	[dir=ltr] .container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	[dir=ltr] .container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	[dir=ltr] .container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	[dir=ltr] .container {
		max-width: 1140px
	}
}

[dir=ltr] .container-fluid {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-right: auto;
	margin-left: auto
}

[dir=ltr] .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem
}

[dir=ltr] .no-gutters {
	margin-right: 0;
	margin-left: 0
}

[dir=ltr] .no-gutters>.col,
[dir=ltr] .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

[dir=ltr] .col,
[dir=ltr] .col-1,
[dir=ltr] .col-2,
[dir=ltr] .col-3,
[dir=ltr] .col-4,
[dir=ltr] .col-5,
[dir=ltr] .col-6,
[dir=ltr] .col-7,
[dir=ltr] .col-8,
[dir=ltr] .col-9,
[dir=ltr] .col-10,
[dir=ltr] .col-11,
[dir=ltr] .col-12,
[dir=ltr] .col-auto,
[dir=ltr] .col-lg,
[dir=ltr] .col-lg-1,
[dir=ltr] .col-lg-2,
[dir=ltr] .col-lg-3,
[dir=ltr] .col-lg-4,
[dir=ltr] .col-lg-5,
[dir=ltr] .col-lg-6,
[dir=ltr] .col-lg-7,
[dir=ltr] .col-lg-8,
[dir=ltr] .col-lg-9,
[dir=ltr] .col-lg-10,
[dir=ltr] .col-lg-11,
[dir=ltr] .col-lg-12,
[dir=ltr] .col-lg-auto,
[dir=ltr] .col-md,
[dir=ltr] .col-md-1,
[dir=ltr] .col-md-2,
[dir=ltr] .col-md-3,
[dir=ltr] .col-md-4,
[dir=ltr] .col-md-5,
[dir=ltr] .col-md-6,
[dir=ltr] .col-md-7,
[dir=ltr] .col-md-8,
[dir=ltr] .col-md-9,
[dir=ltr] .col-md-10,
[dir=ltr] .col-md-11,
[dir=ltr] .col-md-12,
[dir=ltr] .col-md-auto,
[dir=ltr] .col-sm,
[dir=ltr] .col-sm-1,
[dir=ltr] .col-sm-2,
[dir=ltr] .col-sm-3,
[dir=ltr] .col-sm-4,
[dir=ltr] .col-sm-5,
[dir=ltr] .col-sm-6,
[dir=ltr] .col-sm-7,
[dir=ltr] .col-sm-8,
[dir=ltr] .col-sm-9,
[dir=ltr] .col-sm-10,
[dir=ltr] .col-sm-11,
[dir=ltr] .col-sm-12,
[dir=ltr] .col-sm-auto,
[dir=ltr] .col-xl,
[dir=ltr] .col-xl-1,
[dir=ltr] .col-xl-2,
[dir=ltr] .col-xl-3,
[dir=ltr] .col-xl-4,
[dir=ltr] .col-xl-5,
[dir=ltr] .col-xl-6,
[dir=ltr] .col-xl-7,
[dir=ltr] .col-xl-8,
[dir=ltr] .col-xl-9,
[dir=ltr] .col-xl-10,
[dir=ltr] .col-xl-11,
[dir=ltr] .col-xl-12,
[dir=ltr] .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem
}

[dir=ltr] .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

[dir=ltr] .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

[dir=ltr] .col-1,
[dir=ltr] .col-auto {
	-webkit-box-flex: 0
}

[dir=ltr] .col-1 {
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%
}

[dir=ltr] .col-2 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%
}

[dir=ltr] .col-2,
[dir=ltr] .col-3 {
	-webkit-box-flex: 0
}

[dir=ltr] .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

[dir=ltr] .col-4 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

[dir=ltr] .col-4,
[dir=ltr] .col-5 {
	-webkit-box-flex: 0
}

[dir=ltr] .col-5 {
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

[dir=ltr] .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

[dir=ltr] .col-6,
[dir=ltr] .col-7 {
	-webkit-box-flex: 0
}

[dir=ltr] .col-7 {
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%
}

[dir=ltr] .col-8 {
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%
}

[dir=ltr] .col-8,
[dir=ltr] .col-9 {
	-webkit-box-flex: 0
}

[dir=ltr] .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

[dir=ltr] .col-10 {
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%
}

[dir=ltr] .col-10,
[dir=ltr] .col-11 {
	-webkit-box-flex: 0
}

[dir=ltr] .col-11 {
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%
}

[dir=ltr] .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

[dir=ltr] .order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

[dir=ltr] .order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

[dir=ltr] .order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

[dir=ltr] .order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

[dir=ltr] .order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

[dir=ltr] .order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

[dir=ltr] .order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

[dir=ltr] .order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

[dir=ltr] .order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

[dir=ltr] .order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

[dir=ltr] .order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

[dir=ltr] .order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

[dir=ltr] .order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

[dir=ltr] .order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

[dir=ltr] .order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

[dir=ltr] .offset-1 {
	margin-left: 8.33333333%
}

[dir=ltr] .offset-2 {
	margin-left: 16.66666667%
}

[dir=ltr] .offset-3 {
	margin-left: 25%
}

[dir=ltr] .offset-4 {
	margin-left: 33.33333333%
}

[dir=ltr] .offset-5 {
	margin-left: 41.66666667%
}

[dir=ltr] .offset-6 {
	margin-left: 50%
}

[dir=ltr] .offset-7 {
	margin-left: 58.33333333%
}

[dir=ltr] .offset-8 {
	margin-left: 66.66666667%
}

[dir=ltr] .offset-9 {
	margin-left: 75%
}

[dir=ltr] .offset-10 {
	margin-left: 83.33333333%
}

[dir=ltr] .offset-11 {
	margin-left: 91.66666667%
}

@media (min-width:576px) {
	[dir=ltr] .col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	[dir=ltr] .col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	[dir=ltr] .col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	[dir=ltr] .col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	[dir=ltr] .col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	[dir=ltr] .col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	[dir=ltr] .col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	[dir=ltr] .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	[dir=ltr] .col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	[dir=ltr] .col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	[dir=ltr] .col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	[dir=ltr] .col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	[dir=ltr] .col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	[dir=ltr] .col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	[dir=ltr] .order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	[dir=ltr] .order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	[dir=ltr] .order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	[dir=ltr] .order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	[dir=ltr] .order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	[dir=ltr] .order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	[dir=ltr] .order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	[dir=ltr] .order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	[dir=ltr] .order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	[dir=ltr] .order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	[dir=ltr] .order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	[dir=ltr] .order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	[dir=ltr] .order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	[dir=ltr] .order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	[dir=ltr] .order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	[dir=ltr] .offset-sm-0 {
		margin-left: 0
	}

	[dir=ltr] .offset-sm-1 {
		margin-left: 8.33333333%
	}

	[dir=ltr] .offset-sm-2 {
		margin-left: 16.66666667%
	}

	[dir=ltr] .offset-sm-3 {
		margin-left: 25%
	}

	[dir=ltr] .offset-sm-4 {
		margin-left: 33.33333333%
	}

	[dir=ltr] .offset-sm-5 {
		margin-left: 41.66666667%
	}

	[dir=ltr] .offset-sm-6 {
		margin-left: 50%
	}

	[dir=ltr] .offset-sm-7 {
		margin-left: 58.33333333%
	}

	[dir=ltr] .offset-sm-8 {
		margin-left: 66.66666667%
	}

	[dir=ltr] .offset-sm-9 {
		margin-left: 75%
	}

	[dir=ltr] .offset-sm-10 {
		margin-left: 83.33333333%
	}

	[dir=ltr] .offset-sm-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:768px) {
	[dir=ltr] .col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	[dir=ltr] .col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	[dir=ltr] .col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	[dir=ltr] .col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	[dir=ltr] .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	[dir=ltr] .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	[dir=ltr] .col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	[dir=ltr] .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	[dir=ltr] .col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	[dir=ltr] .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	[dir=ltr] .col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	[dir=ltr] .col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	[dir=ltr] .col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	[dir=ltr] .col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	[dir=ltr] .order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	[dir=ltr] .order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	[dir=ltr] .order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	[dir=ltr] .order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	[dir=ltr] .order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	[dir=ltr] .order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	[dir=ltr] .order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	[dir=ltr] .order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	[dir=ltr] .order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	[dir=ltr] .order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	[dir=ltr] .order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	[dir=ltr] .order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	[dir=ltr] .order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	[dir=ltr] .order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	[dir=ltr] .order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	[dir=ltr] .offset-md-0 {
		margin-left: 0
	}

	[dir=ltr] .offset-md-1 {
		margin-left: 8.33333333%
	}

	[dir=ltr] .offset-md-2 {
		margin-left: 16.66666667%
	}

	[dir=ltr] .offset-md-3 {
		margin-left: 25%
	}

	[dir=ltr] .offset-md-4 {
		margin-left: 33.33333333%
	}

	[dir=ltr] .offset-md-5 {
		margin-left: 41.66666667%
	}

	[dir=ltr] .offset-md-6 {
		margin-left: 50%
	}

	[dir=ltr] .offset-md-7 {
		margin-left: 58.33333333%
	}

	[dir=ltr] .offset-md-8 {
		margin-left: 66.66666667%
	}

	[dir=ltr] .offset-md-9 {
		margin-left: 75%
	}

	[dir=ltr] .offset-md-10 {
		margin-left: 83.33333333%
	}

	[dir=ltr] .offset-md-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:992px) {
	[dir=ltr] .col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	[dir=ltr] .col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	[dir=ltr] .col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	[dir=ltr] .col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	[dir=ltr] .col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	[dir=ltr] .col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	[dir=ltr] .col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	[dir=ltr] .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	[dir=ltr] .col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	[dir=ltr] .col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	[dir=ltr] .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	[dir=ltr] .col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	[dir=ltr] .col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	[dir=ltr] .col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	[dir=ltr] .order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	[dir=ltr] .order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	[dir=ltr] .order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	[dir=ltr] .order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	[dir=ltr] .order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	[dir=ltr] .order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	[dir=ltr] .order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	[dir=ltr] .order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	[dir=ltr] .order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	[dir=ltr] .order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	[dir=ltr] .order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	[dir=ltr] .order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	[dir=ltr] .order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	[dir=ltr] .order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	[dir=ltr] .order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	[dir=ltr] .offset-lg-0 {
		margin-left: 0
	}

	[dir=ltr] .offset-lg-1 {
		margin-left: 8.33333333%
	}

	[dir=ltr] .offset-lg-2 {
		margin-left: 16.66666667%
	}

	[dir=ltr] .offset-lg-3 {
		margin-left: 25%
	}

	[dir=ltr] .offset-lg-4 {
		margin-left: 33.33333333%
	}

	[dir=ltr] .offset-lg-5 {
		margin-left: 41.66666667%
	}

	[dir=ltr] .offset-lg-6 {
		margin-left: 50%
	}

	[dir=ltr] .offset-lg-7 {
		margin-left: 58.33333333%
	}

	[dir=ltr] .offset-lg-8 {
		margin-left: 66.66666667%
	}

	[dir=ltr] .offset-lg-9 {
		margin-left: 75%
	}

	[dir=ltr] .offset-lg-10 {
		margin-left: 83.33333333%
	}

	[dir=ltr] .offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width:1200px) {
	[dir=ltr] .col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	[dir=ltr] .col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	[dir=ltr] .col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	[dir=ltr] .col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	[dir=ltr] .col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	[dir=ltr] .col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	[dir=ltr] .col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	[dir=ltr] .col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	[dir=ltr] .col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	[dir=ltr] .col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	[dir=ltr] .col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	[dir=ltr] .col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	[dir=ltr] .col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	[dir=ltr] .col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	[dir=ltr] .order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	[dir=ltr] .order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	[dir=ltr] .order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	[dir=ltr] .order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	[dir=ltr] .order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	[dir=ltr] .order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	[dir=ltr] .order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	[dir=ltr] .order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	[dir=ltr] .order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	[dir=ltr] .order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	[dir=ltr] .order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	[dir=ltr] .order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	[dir=ltr] .order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	[dir=ltr] .order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	[dir=ltr] .order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	[dir=ltr] .offset-xl-0 {
		margin-left: 0
	}

	[dir=ltr] .offset-xl-1 {
		margin-left: 8.33333333%
	}

	[dir=ltr] .offset-xl-2 {
		margin-left: 16.66666667%
	}

	[dir=ltr] .offset-xl-3 {
		margin-left: 25%
	}

	[dir=ltr] .offset-xl-4 {
		margin-left: 33.33333333%
	}

	[dir=ltr] .offset-xl-5 {
		margin-left: 41.66666667%
	}

	[dir=ltr] .offset-xl-6 {
		margin-left: 50%
	}

	[dir=ltr] .offset-xl-7 {
		margin-left: 58.33333333%
	}

	[dir=ltr] .offset-xl-8 {
		margin-left: 66.66666667%
	}

	[dir=ltr] .offset-xl-9 {
		margin-left: 75%
	}

	[dir=ltr] .offset-xl-10 {
		margin-left: 83.33333333%
	}

	[dir=ltr] .offset-xl-11 {
		margin-left: 91.66666667%
	}
}

[dir=ltr] .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.25rem;
	background-color: transparent
}

[dir=ltr] .table td,
[dir=ltr] .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #e2e8ee
}

[dir=ltr] .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e2e8ee
}

[dir=ltr] .table tbody+tbody {
	border-top: 2px solid #e2e8ee
}

[dir=ltr] .table .table {
	background-color: #f9f9f9
}

[dir=ltr] .table-sm td,
[dir=ltr] .table-sm th {
	padding: .3rem
}

[dir=ltr] .table-bordered,
[dir=ltr] .table-bordered td,
[dir=ltr] .table-bordered th {
	border: 1px solid #e2e8ee
}

[dir=ltr] .table-bordered thead td,
[dir=ltr] .table-bordered thead th {
	border-bottom-width: 2px
}

[dir=ltr] .table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

[dir=ltr] .table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

[dir=ltr] .table-primary,
[dir=ltr] .table-primary>td,
[dir=ltr] .table-primary>th {
	background-color: #c7dcea
}

[dir=ltr] .table-hover .table-primary:hover,
[dir=ltr] .table-hover .table-primary:hover>td,
[dir=ltr] .table-hover .table-primary:hover>th {
	background-color: #b4d0e3
}

[dir=ltr] .table-secondary,
[dir=ltr] .table-secondary>td,
[dir=ltr] .table-secondary>th {
	background-color: #d6d8db
}

[dir=ltr] .table-hover .table-secondary:hover,
[dir=ltr] .table-hover .table-secondary:hover>td,
[dir=ltr] .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

[dir=ltr] .table-success,
[dir=ltr] .table-success>td,
[dir=ltr] .table-success>th {
	background-color: #daebd1
}

[dir=ltr] .table-hover .table-success:hover,
[dir=ltr] .table-hover .table-success:hover>td,
[dir=ltr] .table-hover .table-success:hover>th {
	background-color: #cce3bf
}

[dir=ltr] .table-info,
[dir=ltr] .table-info>td,
[dir=ltr] .table-info>th {
	background-color: #d2f2ec
}

[dir=ltr] .table-hover .table-info:hover,
[dir=ltr] .table-hover .table-info:hover>td,
[dir=ltr] .table-hover .table-info:hover>th {
	background-color: #beece4
}

[dir=ltr] .table-warning,
[dir=ltr] .table-warning>td,
[dir=ltr] .table-warning>th {
	background-color: #fcebd4
}

[dir=ltr] .table-hover .table-warning:hover,
[dir=ltr] .table-hover .table-warning:hover>td,
[dir=ltr] .table-hover .table-warning:hover>th {
	background-color: #fae0bc
}

[dir=ltr] .table-danger,
[dir=ltr] .table-danger>td,
[dir=ltr] .table-danger>th {
	background-color: #ffc9cf
}

[dir=ltr] .table-hover .table-danger:hover,
[dir=ltr] .table-hover .table-danger:hover>td,
[dir=ltr] .table-hover .table-danger:hover>th {
	background-color: #ffb0b8
}

[dir=ltr] .table-light,
[dir=ltr] .table-light>td,
[dir=ltr] .table-light>th {
	background-color: #fdfdfe
}

[dir=ltr] .table-hover .table-light:hover,
[dir=ltr] .table-hover .table-light:hover>td,
[dir=ltr] .table-hover .table-light:hover>th {
	background-color: #ececf6
}

[dir=ltr] .table-dark,
[dir=ltr] .table-dark>td,
[dir=ltr] .table-dark>th {
	background-color: #c6c8ca
}

[dir=ltr] .table-hover .table-dark:hover,
[dir=ltr] .table-hover .table-dark:hover>td,
[dir=ltr] .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

[dir=ltr] .table-primary-dark,
[dir=ltr] .table-primary-dark>td,
[dir=ltr] .table-primary-dark>th {
	background-color: #c2c7cc
}

[dir=ltr] .table-hover .table-primary-dark:hover,
[dir=ltr] .table-hover .table-primary-dark:hover>td,
[dir=ltr] .table-hover .table-primary-dark:hover>th {
	background-color: #b4bac0
}

[dir=ltr] .table-body-bg,
[dir=ltr] .table-body-bg>td,
[dir=ltr] .table-body-bg>th {
	background-color: #fdfdfd
}

[dir=ltr] .table-hover .table-body-bg:hover,
[dir=ltr] .table-hover .table-body-bg:hover>td,
[dir=ltr] .table-hover .table-body-bg:hover>th {
	background-color: #f0f0f0
}

[dir=ltr] .table-drawer-dark-bg,
[dir=ltr] .table-drawer-dark-bg>td,
[dir=ltr] .table-drawer-dark-bg>th {
	background-color: #c2c7cc
}

[dir=ltr] .table-hover .table-drawer-dark-bg:hover,
[dir=ltr] .table-hover .table-drawer-dark-bg:hover>td,
[dir=ltr] .table-hover .table-drawer-dark-bg:hover>th {
	background-color: #b4bac0
}

[dir=ltr] .table-border-color,
[dir=ltr] .table-border-color>td,
[dir=ltr] .table-border-color>th {
	background-color: #f7f9fa
}

[dir=ltr] .table-hover .table-border-color:hover,
[dir=ltr] .table-hover .table-border-color:hover>td,
[dir=ltr] .table-hover .table-border-color:hover>th {
	background-color: #e7edf0
}

[dir=ltr] .table-text-color,
[dir=ltr] .table-text-color>td,
[dir=ltr] .table-text-color>th {
	background-color: #c2c7cc
}

[dir=ltr] .table-hover .table-text-color:hover,
[dir=ltr] .table-hover .table-text-color:hover>td,
[dir=ltr] .table-hover .table-text-color:hover>th {
	background-color: #b4bac0
}

[dir=ltr] .table-link-color,
[dir=ltr] .table-link-color>td,
[dir=ltr] .table-link-color>th {
	background-color: #cbe7fa
}

[dir=ltr] .table-hover .table-link-color:hover,
[dir=ltr] .table-hover .table-link-color:hover>td,
[dir=ltr] .table-hover .table-link-color:hover>th {
	background-color: #b4dcf8
}

[dir=ltr] .table-muted-color,
[dir=ltr] .table-muted-color>td,
[dir=ltr] .table-muted-color>th {
	background-color: #d6d8db
}

[dir=ltr] .table-hover .table-muted-color:hover,
[dir=ltr] .table-hover .table-muted-color:hover>td,
[dir=ltr] .table-hover .table-muted-color:hover>th {
	background-color: #c8cbcf
}

[dir=ltr] .table-facebook,
[dir=ltr] .table-facebook>td,
[dir=ltr] .table-facebook>th {
	background-color: #c8d1e2
}

[dir=ltr] .table-hover .table-facebook:hover,
[dir=ltr] .table-hover .table-facebook:hover>td,
[dir=ltr] .table-hover .table-facebook:hover>th {
	background-color: #b7c3d9
}

[dir=ltr] .table-twitter,
[dir=ltr] .table-twitter>td,
[dir=ltr] .table-twitter>th {
	background-color: #b8e8fa
}

[dir=ltr] .table-hover .table-twitter:hover,
[dir=ltr] .table-hover .table-twitter:hover>td,
[dir=ltr] .table-hover .table-twitter:hover>th {
	background-color: #a0e0f8
}

[dir=ltr] .table-instagram,
[dir=ltr] .table-instagram>td,
[dir=ltr] .table-instagram>th {
	background-color: #f7cad2
}

[dir=ltr] .table-hover .table-instagram:hover,
[dir=ltr] .table-hover .table-instagram:hover>td,
[dir=ltr] .table-hover .table-instagram:hover>th {
	background-color: #f4b4bf
}

[dir=ltr] .table-dribbble,
[dir=ltr] .table-dribbble>td,
[dir=ltr] .table-dribbble>th {
	background-color: #f9cdde
}

[dir=ltr] .table-hover .table-dribbble:hover,
[dir=ltr] .table-hover .table-dribbble:hover>td,
[dir=ltr] .table-hover .table-dribbble:hover>th {
	background-color: #f6b6cf
}

[dir=ltr] .table-gray,
[dir=ltr] .table-gray>td,
[dir=ltr] .table-gray>th {
	background-color: hsla(0, 0%, 78%, .9552)
}

[dir=ltr] .table-hover .table-gray:hover,
[dir=ltr] .table-hover .table-gray:hover>td,
[dir=ltr] .table-hover .table-gray:hover>th {
	background-color: hsla(0, 0%, 73%, .9552)
}

[dir=ltr] .table-fade,
[dir=ltr] .table-fade>td,
[dir=ltr] .table-fade>th {
	background-color: #fcfdfe
}

[dir=ltr] .table-hover .table-fade:hover,
[dir=ltr] .table-hover .table-fade:hover>td,
[dir=ltr] .table-hover .table-fade:hover>th {
	background-color: #e9f0f8
}

[dir=ltr] .table-active,
[dir=ltr] .table-active>td,
[dir=ltr] .table-active>th,
[dir=ltr] .table-hover .table-active:hover,
[dir=ltr] .table-hover .table-active:hover>td,
[dir=ltr] .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

[dir=ltr] .table .thead-dark th {
	color: #f9f9f9;
	background-color: #212529;
	border-color: #32383e
}

[dir=ltr] .table .thead-light th {
	color: #25364a;
	background-color: #f9f9f9;
	border-color: #e2e8ee
}

[dir=ltr] .table-dark {
	color: #f9f9f9;
	background-color: #212529
}

[dir=ltr] .table-dark td,
[dir=ltr] .table-dark th,
[dir=ltr] .table-dark thead th {
	border-color: #32383e
}

[dir=ltr] .table-dark.table-bordered {
	border: 0
}

[dir=ltr] .table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, .05)
}

[dir=ltr] .table-dark.table-hover tbody tr:hover {
	background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
	[dir=ltr] .table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	[dir=ltr] .table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	[dir=ltr] .table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	[dir=ltr] .table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	[dir=ltr] .table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	[dir=ltr] .table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	[dir=ltr] .table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	[dir=ltr] .table-responsive-xl>.table-bordered {
		border: 0
	}
}

[dir=ltr] .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

[dir=ltr] .table-responsive>.table-bordered {
	border: 0
}

[dir=ltr] .form-control {
	display: block;
	width: 100%;
	padding: .5rem .8rem;
	font-size: .875rem;
	line-height: 1.2;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dbe5ee;
	border-radius: .25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

[dir=ltr] .form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

[dir=ltr] .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #8fbedd;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25)
}

[dir=ltr] .form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

[dir=ltr] .form-control:-ms-input-placeholder,
[dir=ltr] .form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

[dir=ltr] .form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

[dir=ltr] .form-control:disabled,
[dir=ltr] .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

[dir=ltr] select.form-control:not([size]):not([multiple]) {
	height: calc(2.05rem + 2px)
}

[dir=ltr] select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

[dir=ltr] .form-control-file,
[dir=ltr] .form-control-range {
	display: block;
	width: 100%
}

[dir=ltr] .col-form-label {
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.2
}

[dir=ltr] .col-form-label,
[dir=ltr] .col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px)
}

[dir=ltr] .col-form-label-lg {
	font-size: 1.09375rem;
	line-height: 1.5
}

[dir=ltr] .col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .75rem;
	line-height: 1.5
}

[dir=ltr] .form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	line-height: 1.2;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

[dir=ltr] .form-control-plaintext.form-control-lg,
[dir=ltr] .form-control-plaintext.form-control-sm,
[dir=ltr] .input-group-lg>.form-control-plaintext.form-control,
[dir=ltr] .input-group-lg>.input-group-append>.form-control-plaintext.btn,
[dir=ltr] .input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
[dir=ltr] .input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
[dir=ltr] .input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
[dir=ltr] .input-group-sm>.form-control-plaintext.form-control,
[dir=ltr] .input-group-sm>.input-group-append>.form-control-plaintext.btn,
[dir=ltr] .input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
[dir=ltr] .input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
[dir=ltr] .input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

[dir=ltr] .form-control-sm,
[dir=ltr] .input-group-sm>.form-control,
[dir=ltr] .input-group-sm>.input-group-append>.btn,
[dir=ltr] .input-group-sm>.input-group-append>.input-group-text,
[dir=ltr] .input-group-sm>.input-group-prepend>.btn,
[dir=ltr] .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem
}

[dir=ltr] .input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
[dir=ltr] .input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
[dir=ltr] .input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
[dir=ltr] .input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
[dir=ltr] .input-group-sm>select.form-control:not([size]):not([multiple]),
[dir=ltr] select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.625rem + 2px)
}

[dir=ltr] .form-control-lg,
[dir=ltr] .input-group-lg>.form-control,
[dir=ltr] .input-group-lg>.input-group-append>.btn,
[dir=ltr] .input-group-lg>.input-group-append>.input-group-text,
[dir=ltr] .input-group-lg>.input-group-prepend>.btn,
[dir=ltr] .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: .3rem
}

[dir=ltr] .input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
[dir=ltr] .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
[dir=ltr] .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
[dir=ltr] .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
[dir=ltr] .input-group-lg>select.form-control:not([size]):not([multiple]),
[dir=ltr] select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.640625rem + 2px)
}

[dir=ltr] .form-group {
	margin-bottom: 1rem
}

[dir=ltr] .form-text {
	display: block;
	margin-top: .25rem
}

[dir=ltr] .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

[dir=ltr] .form-row>.col,
[dir=ltr] .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

[dir=ltr] .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

[dir=ltr] .form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

[dir=ltr] .form-check-input:disabled~.form-check-label {
	color: #6c757d
}

[dir=ltr] .form-check-label {
	margin-bottom: 0
}

[dir=ltr] .form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

[dir=ltr] .form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

[dir=ltr] .valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .725rem;
	color: #7bb859
}

[dir=ltr] .valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(123, 184, 89, .8);
	border-radius: .2rem
}

[dir=ltr] .custom-select.is-valid,
[dir=ltr] .form-control.is-valid,
[dir=ltr] .was-validated .custom-select:valid,
[dir=ltr] .was-validated .form-control:valid {
	border-color: #7bb859
}

[dir=ltr] .custom-select.is-valid:focus,
[dir=ltr] .form-control.is-valid:focus,
[dir=ltr] .was-validated .custom-select:valid:focus,
[dir=ltr] .was-validated .form-control:valid:focus {
	border-color: #7bb859;
	-webkit-box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .25);
	box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .25)
}

[dir=ltr] .custom-select.is-valid~.valid-feedback,
[dir=ltr] .custom-select.is-valid~.valid-tooltip,
[dir=ltr] .form-control.is-valid~.valid-feedback,
[dir=ltr] .form-control.is-valid~.valid-tooltip,
[dir=ltr] .was-validated .custom-select:valid~.valid-feedback,
[dir=ltr] .was-validated .custom-select:valid~.valid-tooltip,
[dir=ltr] .was-validated .form-control:valid~.valid-feedback,
[dir=ltr] .was-validated .form-control:valid~.valid-tooltip {
	display: block
}

[dir=ltr] .form-check-input.is-valid~.form-check-label,
[dir=ltr] .was-validated .form-check-input:valid~.form-check-label {
	color: #7bb859
}

[dir=ltr] .form-check-input.is-valid~.valid-feedback,
[dir=ltr] .form-check-input.is-valid~.valid-tooltip,
[dir=ltr] .was-validated .form-check-input:valid~.valid-feedback,
[dir=ltr] .was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

[dir=ltr] .custom-control-input.is-valid~.custom-control-label,
[dir=ltr] .was-validated .custom-control-input:valid~.custom-control-label {
	color: #7bb859
}

[dir=ltr] .custom-control-input.is-valid~.custom-control-label:before,
[dir=ltr] .was-validated .custom-control-input:valid~.custom-control-label:before {
	background-color: #c2deb2
}

[dir=ltr] .custom-control-input.is-valid~.valid-feedback,
[dir=ltr] .custom-control-input.is-valid~.valid-tooltip,
[dir=ltr] .was-validated .custom-control-input:valid~.valid-feedback,
[dir=ltr] .was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

[dir=ltr] .custom-control-input.is-valid:checked~.custom-control-label:before,
[dir=ltr] .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
	background-color: #97c77d
}

[dir=ltr] .custom-control-input.is-valid:focus~.custom-control-label:before,
[dir=ltr] .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	-webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(123, 184, 89, .25);
	box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(123, 184, 89, .25)
}

[dir=ltr] .custom-file-input.is-valid~.custom-file-label,
[dir=ltr] .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #7bb859
}

[dir=ltr] .custom-file-input.is-valid~.custom-file-label:before,
[dir=ltr] .was-validated .custom-file-input:valid~.custom-file-label:before {
	border-color: inherit
}

[dir=ltr] .custom-file-input.is-valid~.valid-feedback,
[dir=ltr] .custom-file-input.is-valid~.valid-tooltip,
[dir=ltr] .was-validated .custom-file-input:valid~.valid-feedback,
[dir=ltr] .was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

[dir=ltr] .custom-file-input.is-valid:focus~.custom-file-label,
[dir=ltr] .was-validated .custom-file-input:valid:focus~.custom-file-label {
	-webkit-box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .25);
	box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .25)
}

[dir=ltr] .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .725rem;
	color: #ff3d55
}

[dir=ltr] .invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(255, 61, 85, .8);
	border-radius: .2rem
}

[dir=ltr] .custom-select.is-invalid,
[dir=ltr] .form-control.is-invalid,
[dir=ltr] .was-validated .custom-select:invalid,
[dir=ltr] .was-validated .form-control:invalid {
	border-color: #ff3d55
}

[dir=ltr] .custom-select.is-invalid:focus,
[dir=ltr] .form-control.is-invalid:focus,
[dir=ltr] .was-validated .custom-select:invalid:focus,
[dir=ltr] .was-validated .form-control:invalid:focus {
	border-color: #ff3d55;
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .25);
	box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .25)
}

[dir=ltr] .custom-select.is-invalid~.invalid-feedback,
[dir=ltr] .custom-select.is-invalid~.invalid-tooltip,
[dir=ltr] .form-control.is-invalid~.invalid-feedback,
[dir=ltr] .form-control.is-invalid~.invalid-tooltip,
[dir=ltr] .was-validated .custom-select:invalid~.invalid-feedback,
[dir=ltr] .was-validated .custom-select:invalid~.invalid-tooltip,
[dir=ltr] .was-validated .form-control:invalid~.invalid-feedback,
[dir=ltr] .was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

[dir=ltr] .form-check-input.is-invalid~.form-check-label,
[dir=ltr] .was-validated .form-check-input:invalid~.form-check-label {
	color: #ff3d55
}

[dir=ltr] .form-check-input.is-invalid~.invalid-feedback,
[dir=ltr] .form-check-input.is-invalid~.invalid-tooltip,
[dir=ltr] .was-validated .form-check-input:invalid~.invalid-feedback,
[dir=ltr] .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

[dir=ltr] .custom-control-input.is-invalid~.custom-control-label,
[dir=ltr] .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #ff3d55
}

[dir=ltr] .custom-control-input.is-invalid~.custom-control-label:before,
[dir=ltr] .was-validated .custom-control-input:invalid~.custom-control-label:before {
	background-color: #ffbdc5
}

[dir=ltr] .custom-control-input.is-invalid~.invalid-feedback,
[dir=ltr] .custom-control-input.is-invalid~.invalid-tooltip,
[dir=ltr] .was-validated .custom-control-input:invalid~.invalid-feedback,
[dir=ltr] .was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

[dir=ltr] .custom-control-input.is-invalid:checked~.custom-control-label:before,
[dir=ltr] .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
	background-color: #ff7082
}

[dir=ltr] .custom-control-input.is-invalid:focus~.custom-control-label:before,
[dir=ltr] .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	-webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(255, 61, 85, .25);
	box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(255, 61, 85, .25)
}

[dir=ltr] .custom-file-input.is-invalid~.custom-file-label,
[dir=ltr] .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #ff3d55
}

[dir=ltr] .custom-file-input.is-invalid~.custom-file-label:before,
[dir=ltr] .was-validated .custom-file-input:invalid~.custom-file-label:before {
	border-color: inherit
}

[dir=ltr] .custom-file-input.is-invalid~.invalid-feedback,
[dir=ltr] .custom-file-input.is-invalid~.invalid-tooltip,
[dir=ltr] .was-validated .custom-file-input:invalid~.invalid-feedback,
[dir=ltr] .was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

[dir=ltr] .custom-file-input.is-invalid:focus~.custom-file-label,
[dir=ltr] .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .25);
	box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .25)
}

[dir=ltr] .form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[dir=ltr] .form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	[dir=ltr] .form-inline label {
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	[dir=ltr] .form-inline .form-group,
	[dir=ltr] .form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0
	}

	[dir=ltr] .form-inline .form-group {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center
	}

	[dir=ltr] .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	[dir=ltr] .form-inline .form-control-plaintext {
		display: inline-block
	}

	[dir=ltr] .form-inline .input-group {
		width: auto
	}

	[dir=ltr] .form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	[dir=ltr] .form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	[dir=ltr] .form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	[dir=ltr] .form-inline .custom-control-label {
		margin-bottom: 0
	}
}

[dir=ltr] .btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem .8rem;
	font-size: .875rem;
	line-height: 1.2;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	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-box-shadow .15s ease-in-out
}

[dir=ltr] .btn:focus,
[dir=ltr] .btn:hover {
	text-decoration: none
}

[dir=ltr] .btn.focus,
[dir=ltr] .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25)
}

[dir=ltr] .btn.disabled,
[dir=ltr] .btn:disabled {
	opacity: .65
}

[dir=ltr] .btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

[dir=ltr] .btn:not(:disabled):not(.disabled).active,
[dir=ltr] .btn:not(:disabled):not(.disabled):active {
	background-image: none
}

[dir=ltr] a.btn.disabled,
[dir=ltr] fieldset:disabled a.btn {
	pointer-events: none
}

[dir=ltr] .btn-primary {
	color: #fff;
	background-color: #3783b5;
	border-color: #3783b5
}

[dir=ltr] .btn-primary:hover {
	color: #fff;
	background-color: #2e6e98;
	border-color: #2b678e
}

[dir=ltr] .btn-primary.focus,
[dir=ltr] .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5)
}

[dir=ltr] .btn-primary.disabled,
[dir=ltr] .btn-primary:disabled {
	color: #fff;
	background-color: #3783b5;
	border-color: #3783b5
}

[dir=ltr] .btn-primary:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-primary:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2b678e;
	border-color: #286084
}

[dir=ltr] .btn-primary:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-primary:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5)
}

[dir=ltr] .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

[dir=ltr] .btn-secondary.focus,
[dir=ltr] .btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-secondary.disabled,
[dir=ltr] .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-secondary:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-secondary:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

[dir=ltr] .btn-secondary:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-secondary:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-success {
	color: #fff;
	background-color: #7bb859;
	border-color: #7bb859
}

[dir=ltr] .btn-success:hover {
	color: #fff;
	background-color: #68a446;
	border-color: #629b43
}

[dir=ltr] .btn-success.focus,
[dir=ltr] .btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5)
}

[dir=ltr] .btn-success.disabled,
[dir=ltr] .btn-success:disabled {
	color: #fff;
	background-color: #7bb859;
	border-color: #7bb859
}

[dir=ltr] .btn-success:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-success:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #629b43;
	border-color: #5d933f
}

[dir=ltr] .btn-success:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-success:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5)
}

[dir=ltr] .btn-info {
	color: #fff;
	background-color: #5dd2bc;
	border-color: #5dd2bc
}

[dir=ltr] .btn-info:hover {
	color: #fff;
	background-color: #3fcab0;
	border-color: #37c5aa
}

[dir=ltr] .btn-info.focus,
[dir=ltr] .btn-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5)
}

[dir=ltr] .btn-info.disabled,
[dir=ltr] .btn-info:disabled {
	color: #fff;
	background-color: #5dd2bc;
	border-color: #5dd2bc
}

[dir=ltr] .btn-info:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-info:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #37c5aa;
	border-color: #34bba2
}

[dir=ltr] .btn-info:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-info:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5)
}

[dir=ltr] .btn-warning {
	color: #fff;
	background-color: #f5b666;
	border-color: #f5b666
}

[dir=ltr] .btn-warning:hover {
	color: #fff;
	background-color: #f3a542;
	border-color: #f29f36
}

[dir=ltr] .btn-warning.focus,
[dir=ltr] .btn-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5);
	box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5)
}

[dir=ltr] .btn-warning.disabled,
[dir=ltr] .btn-warning:disabled {
	color: #fff;
	background-color: #f5b666;
	border-color: #f5b666
}

[dir=ltr] .btn-warning:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-warning:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #f29f36;
	border-color: #f1992a
}

[dir=ltr] .btn-warning:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-warning:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5);
	box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5)
}

[dir=ltr] .btn-danger {
	color: #fff;
	background-color: #ff3d55;
	border-color: #ff3d55
}

[dir=ltr] .btn-danger:hover {
	color: #fff;
	background-color: #ff1733;
	border-color: #ff0a28
}

[dir=ltr] .btn-danger.focus,
[dir=ltr] .btn-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5)
}

[dir=ltr] .btn-danger.disabled,
[dir=ltr] .btn-danger:disabled {
	color: #fff;
	background-color: #ff3d55;
	border-color: #ff3d55
}

[dir=ltr] .btn-danger:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-danger:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff0a28;
	border-color: #fc001f
}

[dir=ltr] .btn-danger:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-danger:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5)
}

[dir=ltr] .btn-light {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

[dir=ltr] .btn-light:hover {
	color: #111;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

[dir=ltr] .btn-light.focus,
[dir=ltr] .btn-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

[dir=ltr] .btn-light.disabled,
[dir=ltr] .btn-light:disabled {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

[dir=ltr] .btn-light:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-light:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-light.dropdown-toggle {
	color: #111;
	background-color: #dae0e5;
	border-color: #d3d9df
}

[dir=ltr] .btn-light:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-light:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

[dir=ltr] .btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

[dir=ltr] .btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

[dir=ltr] .btn-dark.focus,
[dir=ltr] .btn-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

[dir=ltr] .btn-dark.disabled,
[dir=ltr] .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

[dir=ltr] .btn-dark:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-dark:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

[dir=ltr] .btn-dark:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-dark:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

[dir=ltr] .btn-primary-dark {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-primary-dark:hover {
	color: #fff;
	background-color: #182331;
	border-color: #141d28
}

[dir=ltr] .btn-primary-dark.focus,
[dir=ltr] .btn-primary-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-primary-dark.disabled,
[dir=ltr] .btn-primary-dark:disabled {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-primary-dark:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-primary-dark:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-primary-dark.dropdown-toggle {
	color: #fff;
	background-color: #141d28;
	border-color: #101720
}

[dir=ltr] .btn-primary-dark:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-primary-dark:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-primary-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-body-bg {
	color: #111;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

[dir=ltr] .btn-body-bg:hover {
	color: #111;
	background-color: #e6e6e6;
	border-color: #e0dfdf
}

[dir=ltr] .btn-body-bg.focus,
[dir=ltr] .btn-body-bg:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

[dir=ltr] .btn-body-bg.disabled,
[dir=ltr] .btn-body-bg:disabled {
	color: #111;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

[dir=ltr] .btn-body-bg:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-body-bg:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-body-bg.dropdown-toggle {
	color: #111;
	background-color: #e0dfdf;
	border-color: #d9d9d9
}

[dir=ltr] .btn-body-bg:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-body-bg:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-body-bg.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

[dir=ltr] .btn-drawer-dark-bg {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-drawer-dark-bg:hover {
	color: #fff;
	background-color: #182331;
	border-color: #141d28
}

[dir=ltr] .btn-drawer-dark-bg.focus,
[dir=ltr] .btn-drawer-dark-bg:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-drawer-dark-bg.disabled,
[dir=ltr] .btn-drawer-dark-bg:disabled {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-drawer-dark-bg:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-drawer-dark-bg:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-drawer-dark-bg.dropdown-toggle {
	color: #fff;
	background-color: #141d28;
	border-color: #101720
}

[dir=ltr] .btn-drawer-dark-bg:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-drawer-dark-bg:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-drawer-dark-bg.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-border-color {
	color: #111;
	background-color: #e2e8ee;
	border-color: #e2e8ee
}

[dir=ltr] .btn-border-color:hover {
	color: #111;
	background-color: #cad5e0;
	border-color: #c2cfdb
}

[dir=ltr] .btn-border-color.focus,
[dir=ltr] .btn-border-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5)
}

[dir=ltr] .btn-border-color.disabled,
[dir=ltr] .btn-border-color:disabled {
	color: #111;
	background-color: #e2e8ee;
	border-color: #e2e8ee
}

[dir=ltr] .btn-border-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-border-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-border-color.dropdown-toggle {
	color: #111;
	background-color: #c2cfdb;
	border-color: #bac8d6
}

[dir=ltr] .btn-border-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-border-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-border-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5)
}

[dir=ltr] .btn-text-color {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-text-color:hover {
	color: #fff;
	background-color: #182331;
	border-color: #141d28
}

[dir=ltr] .btn-text-color.focus,
[dir=ltr] .btn-text-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-text-color.disabled,
[dir=ltr] .btn-text-color:disabled {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-text-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-text-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-text-color.dropdown-toggle {
	color: #fff;
	background-color: #141d28;
	border-color: #101720
}

[dir=ltr] .btn-text-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-text-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-text-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-link-color {
	color: #fff;
	background-color: red;
	border-color: red
}

[dir=ltr] .btn-link-color:hover {
	color: #fff;
	background-color: #219aea;
	border-color: #1695e8
}

[dir=ltr] .btn-link-color.focus,
[dir=ltr] .btn-link-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5)
}

[dir=ltr] .btn-link-color.disabled,
[dir=ltr] .btn-link-color:disabled {
	color: #fff;
	background-color: red;
	border-color: red
}

[dir=ltr] .btn-link-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-link-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-link-color.dropdown-toggle {
	color: #fff;
	background-color: #1695e8;
	border-color: #158ddc
}

[dir=ltr] .btn-link-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-link-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-link-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5)
}

[dir=ltr] .btn-muted-color {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-muted-color:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

[dir=ltr] .btn-muted-color.focus,
[dir=ltr] .btn-muted-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-muted-color.disabled,
[dir=ltr] .btn-muted-color:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-muted-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-muted-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-muted-color.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

[dir=ltr] .btn-muted-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-muted-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-muted-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

[dir=ltr] .btn-facebook:hover {
	color: #fff;
	background-color: #30497c;
	border-color: #2d4373
}

[dir=ltr] .btn-facebook.focus,
[dir=ltr] .btn-facebook:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5)
}

[dir=ltr] .btn-facebook.disabled,
[dir=ltr] .btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

[dir=ltr] .btn-facebook:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-facebook:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2d4373;
	border-color: #293e6a
}

[dir=ltr] .btn-facebook:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-facebook:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-facebook.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5)
}

[dir=ltr] .btn-twitter {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

[dir=ltr] .btn-twitter:hover {
	color: #fff;
	background-color: #0090c7;
	border-color: #0087ba
}

[dir=ltr] .btn-twitter.focus,
[dir=ltr] .btn-twitter:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5)
}

[dir=ltr] .btn-twitter.disabled,
[dir=ltr] .btn-twitter:disabled {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

[dir=ltr] .btn-twitter:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-twitter:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0087ba;
	border-color: #007ead
}

[dir=ltr] .btn-twitter:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-twitter:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-twitter.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5)
}

[dir=ltr] .btn-instagram {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f
}

[dir=ltr] .btn-instagram:hover {
	color: #fff;
	background-color: #de1f44;
	border-color: #d31e40
}

[dir=ltr] .btn-instagram.focus,
[dir=ltr] .btn-instagram:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5)
}

[dir=ltr] .btn-instagram.disabled,
[dir=ltr] .btn-instagram:disabled {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f
}

[dir=ltr] .btn-instagram:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-instagram:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-instagram.dropdown-toggle {
	color: #fff;
	background-color: #d31e40;
	border-color: #c81c3d
}

[dir=ltr] .btn-instagram:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-instagram:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-instagram.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5)
}

[dir=ltr] .btn-dribbble {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

[dir=ltr] .btn-dribbble:hover {
	color: #fff;
	background-color: #e62a72;
	border-color: #e51e6b
}

[dir=ltr] .btn-dribbble.focus,
[dir=ltr] .btn-dribbble:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5);
	box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5)
}

[dir=ltr] .btn-dribbble.disabled,
[dir=ltr] .btn-dribbble:disabled {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

[dir=ltr] .btn-dribbble:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-dribbble:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-dribbble.dropdown-toggle {
	color: #fff;
	background-color: #e51e6b;
	border-color: #dc1a65
}

[dir=ltr] .btn-dribbble:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-dribbble:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-dribbble.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5);
	box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5)
}

[dir=ltr] .btn-gray,
[dir=ltr] .btn-gray:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .84);
	border-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .btn-gray.focus,
[dir=ltr] .btn-gray:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

[dir=ltr] .btn-gray.disabled,
[dir=ltr] .btn-gray:disabled,
[dir=ltr] .btn-gray:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-gray:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-gray.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, .84);
	border-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .btn-gray:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-gray:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

[dir=ltr] .btn-fade {
	color: #111;
	background-color: #f5f9fb;
	border-color: #f5f9fb
}

[dir=ltr] .btn-fade:hover {
	color: #111;
	background-color: #dae9f0;
	border-color: #d1e3ec
}

[dir=ltr] .btn-fade.focus,
[dir=ltr] .btn-fade:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5);
	box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5)
}

[dir=ltr] .btn-fade.disabled,
[dir=ltr] .btn-fade:disabled {
	color: #111;
	background-color: #f5f9fb;
	border-color: #f5f9fb
}

[dir=ltr] .btn-fade:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-fade:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-fade.dropdown-toggle {
	color: #111;
	background-color: #d1e3ec;
	border-color: #c7dee9
}

[dir=ltr] .btn-fade:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-fade:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-fade.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5);
	box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5)
}

[dir=ltr] .btn-outline-primary {
	color: #3783b5;
	background-color: transparent;
	background-image: none;
	border-color: #3783b5
}

[dir=ltr] .btn-outline-primary:hover {
	color: #fff;
	background-color: #3783b5;
	border-color: #3783b5
}

[dir=ltr] .btn-outline-primary.focus,
[dir=ltr] .btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5)
}

[dir=ltr] .btn-outline-primary.disabled,
[dir=ltr] .btn-outline-primary:disabled {
	color: #3783b5;
	background-color: transparent
}

[dir=ltr] .btn-outline-primary:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-primary:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #3783b5;
	border-color: #3783b5
}

[dir=ltr] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .5)
}

[dir=ltr] .btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

[dir=ltr] .btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-outline-secondary.focus,
[dir=ltr] .btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-outline-secondary.disabled,
[dir=ltr] .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

[dir=ltr] .btn-outline-secondary:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-secondary:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-outline-success {
	color: #7bb859;
	background-color: transparent;
	background-image: none;
	border-color: #7bb859
}

[dir=ltr] .btn-outline-success:hover {
	color: #fff;
	background-color: #7bb859;
	border-color: #7bb859
}

[dir=ltr] .btn-outline-success.focus,
[dir=ltr] .btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5)
}

[dir=ltr] .btn-outline-success.disabled,
[dir=ltr] .btn-outline-success:disabled {
	color: #7bb859;
	background-color: transparent
}

[dir=ltr] .btn-outline-success:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-success:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #7bb859;
	border-color: #7bb859
}

[dir=ltr] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5);
	box-shadow: 0 0 0 .2rem rgba(123, 184, 89, .5)
}

[dir=ltr] .btn-outline-info {
	color: #5dd2bc;
	background-color: transparent;
	background-image: none;
	border-color: #5dd2bc
}

[dir=ltr] .btn-outline-info:hover {
	color: #fff;
	background-color: #5dd2bc;
	border-color: #5dd2bc
}

[dir=ltr] .btn-outline-info.focus,
[dir=ltr] .btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5)
}

[dir=ltr] .btn-outline-info.disabled,
[dir=ltr] .btn-outline-info:disabled {
	color: #5dd2bc;
	background-color: transparent
}

[dir=ltr] .btn-outline-info:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-info:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #5dd2bc;
	border-color: #5dd2bc
}

[dir=ltr] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5);
	box-shadow: 0 0 0 .2rem rgba(93, 210, 188, .5)
}

[dir=ltr] .btn-outline-warning {
	color: #f5b666;
	background-color: transparent;
	background-image: none;
	border-color: #f5b666
}

[dir=ltr] .btn-outline-warning:hover {
	color: #fff;
	background-color: #f5b666;
	border-color: #f5b666
}

[dir=ltr] .btn-outline-warning.focus,
[dir=ltr] .btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5);
	box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5)
}

[dir=ltr] .btn-outline-warning.disabled,
[dir=ltr] .btn-outline-warning:disabled {
	color: #f5b666;
	background-color: transparent
}

[dir=ltr] .btn-outline-warning:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-warning:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f5b666;
	border-color: #f5b666
}

[dir=ltr] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5);
	box-shadow: 0 0 0 .2rem hsla(34, 88%, 68%, .5)
}

[dir=ltr] .btn-outline-danger {
	color: #ff3d55;
	background-color: transparent;
	background-image: none;
	border-color: #ff3d55
}

[dir=ltr] .btn-outline-danger:hover {
	color: #fff;
	background-color: #ff3d55;
	border-color: #ff3d55
}

[dir=ltr] .btn-outline-danger.focus,
[dir=ltr] .btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5)
}

[dir=ltr] .btn-outline-danger.disabled,
[dir=ltr] .btn-outline-danger:disabled {
	color: #ff3d55;
	background-color: transparent
}

[dir=ltr] .btn-outline-danger:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-danger:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff3d55;
	border-color: #ff3d55
}

[dir=ltr] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5);
	box-shadow: 0 0 0 .2rem rgba(255, 61, 85, .5)
}

[dir=ltr] .btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

[dir=ltr] .btn-outline-light:hover {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

[dir=ltr] .btn-outline-light.focus,
[dir=ltr] .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

[dir=ltr] .btn-outline-light.disabled,
[dir=ltr] .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

[dir=ltr] .btn-outline-light:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-light:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-light.dropdown-toggle {
	color: #111;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

[dir=ltr] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

[dir=ltr] .btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

[dir=ltr] .btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

[dir=ltr] .btn-outline-dark.focus,
[dir=ltr] .btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

[dir=ltr] .btn-outline-dark.disabled,
[dir=ltr] .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

[dir=ltr] .btn-outline-dark:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-dark:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

[dir=ltr] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

[dir=ltr] .btn-outline-primary-dark {
	color: #25364a;
	background-color: transparent;
	background-image: none;
	border-color: #25364a
}

[dir=ltr] .btn-outline-primary-dark:hover {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-outline-primary-dark.focus,
[dir=ltr] .btn-outline-primary-dark:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-outline-primary-dark.disabled,
[dir=ltr] .btn-outline-primary-dark:disabled {
	color: #25364a;
	background-color: transparent
}

[dir=ltr] .btn-outline-primary-dark:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-primary-dark:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-primary-dark.dropdown-toggle {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-primary-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-outline-body-bg {
	color: #f9f9f9;
	background-color: transparent;
	background-image: none;
	border-color: #f9f9f9
}

[dir=ltr] .btn-outline-body-bg:hover {
	color: #111;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

[dir=ltr] .btn-outline-body-bg.focus,
[dir=ltr] .btn-outline-body-bg:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

[dir=ltr] .btn-outline-body-bg.disabled,
[dir=ltr] .btn-outline-body-bg:disabled {
	color: #f9f9f9;
	background-color: transparent
}

[dir=ltr] .btn-outline-body-bg:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-body-bg:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-body-bg.dropdown-toggle {
	color: #111;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

[dir=ltr] .btn-outline-body-bg:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-body-bg:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-body-bg.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5);
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 98%, .5)
}

[dir=ltr] .btn-outline-drawer-dark-bg {
	color: #25364a;
	background-color: transparent;
	background-image: none;
	border-color: #25364a
}

[dir=ltr] .btn-outline-drawer-dark-bg:hover {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-outline-drawer-dark-bg.focus,
[dir=ltr] .btn-outline-drawer-dark-bg:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-outline-drawer-dark-bg.disabled,
[dir=ltr] .btn-outline-drawer-dark-bg:disabled {
	color: #25364a;
	background-color: transparent
}

[dir=ltr] .btn-outline-drawer-dark-bg:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-drawer-dark-bg:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-drawer-dark-bg.dropdown-toggle {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-outline-drawer-dark-bg:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-drawer-dark-bg:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-drawer-dark-bg.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-outline-border-color {
	color: #e2e8ee;
	background-color: transparent;
	background-image: none;
	border-color: #e2e8ee
}

[dir=ltr] .btn-outline-border-color:hover {
	color: #111;
	background-color: #e2e8ee;
	border-color: #e2e8ee
}

[dir=ltr] .btn-outline-border-color.focus,
[dir=ltr] .btn-outline-border-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5)
}

[dir=ltr] .btn-outline-border-color.disabled,
[dir=ltr] .btn-outline-border-color:disabled {
	color: #e2e8ee;
	background-color: transparent
}

[dir=ltr] .btn-outline-border-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-border-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-border-color.dropdown-toggle {
	color: #111;
	background-color: #e2e8ee;
	border-color: #e2e8ee
}

[dir=ltr] .btn-outline-border-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-border-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-border-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5);
	box-shadow: 0 0 0 .2rem rgba(226, 232, 238, .5)
}

[dir=ltr] .btn-outline-text-color {
	color: #25364a;
	background-color: transparent;
	background-image: none;
	border-color: #25364a
}

[dir=ltr] .btn-outline-text-color:hover {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-outline-text-color.focus,
[dir=ltr] .btn-outline-text-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-outline-text-color.disabled,
[dir=ltr] .btn-outline-text-color:disabled {
	color: #25364a;
	background-color: transparent
}

[dir=ltr] .btn-outline-text-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-text-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-text-color.dropdown-toggle {
	color: #fff;
	background-color: #25364a;
	border-color: #25364a
}

[dir=ltr] .btn-outline-text-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-text-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-text-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5);
	box-shadow: 0 0 0 .2rem rgba(37, 54, 74, .5)
}

[dir=ltr] .btn-outline-link-color {
	color: red;
	background-color: transparent;
	background-image: none;
	border-color: red
}

[dir=ltr] .btn-outline-link-color:hover {
	color: #fff;
	background-color: red;
	border-color: red
}

[dir=ltr] .btn-outline-link-color.focus,
[dir=ltr] .btn-outline-link-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5)
}

[dir=ltr] .btn-outline-link-color.disabled,
[dir=ltr] .btn-outline-link-color:disabled {
	color: red;
	background-color: transparent
}

[dir=ltr] .btn-outline-link-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-link-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-link-color.dropdown-toggle {
	color: #fff;
	background-color: red;
	border-color: red
}

[dir=ltr] .btn-outline-link-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-link-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-link-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(68, 170, 237, .5)
}

[dir=ltr] .btn-outline-muted-color {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

[dir=ltr] .btn-outline-muted-color:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-outline-muted-color.focus,
[dir=ltr] .btn-outline-muted-color:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-outline-muted-color.disabled,
[dir=ltr] .btn-outline-muted-color:disabled {
	color: #6c757d;
	background-color: transparent
}

[dir=ltr] .btn-outline-muted-color:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-muted-color:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-muted-color.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

[dir=ltr] .btn-outline-muted-color:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-muted-color:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-muted-color.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
	box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

[dir=ltr] .btn-outline-facebook {
	color: #3b5998;
	background-color: transparent;
	background-image: none;
	border-color: #3b5998
}

[dir=ltr] .btn-outline-facebook:hover {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

[dir=ltr] .btn-outline-facebook.focus,
[dir=ltr] .btn-outline-facebook:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5)
}

[dir=ltr] .btn-outline-facebook.disabled,
[dir=ltr] .btn-outline-facebook:disabled {
	color: #3b5998;
	background-color: transparent
}

[dir=ltr] .btn-outline-facebook:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-facebook:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-facebook.dropdown-toggle {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998
}

[dir=ltr] .btn-outline-facebook:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-facebook:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-facebook.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5);
	box-shadow: 0 0 0 .2rem rgba(59, 89, 152, .5)
}

[dir=ltr] .btn-outline-twitter {
	color: #00aced;
	background-color: transparent;
	background-image: none;
	border-color: #00aced
}

[dir=ltr] .btn-outline-twitter:hover {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

[dir=ltr] .btn-outline-twitter.focus,
[dir=ltr] .btn-outline-twitter:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5)
}

[dir=ltr] .btn-outline-twitter.disabled,
[dir=ltr] .btn-outline-twitter:disabled {
	color: #00aced;
	background-color: transparent
}

[dir=ltr] .btn-outline-twitter:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-twitter:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-twitter.dropdown-toggle {
	color: #fff;
	background-color: #00aced;
	border-color: #00aced
}

[dir=ltr] .btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-twitter.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 172, 237, .5)
}

[dir=ltr] .btn-outline-instagram {
	color: #e4405f;
	background-color: transparent;
	background-image: none;
	border-color: #e4405f
}

[dir=ltr] .btn-outline-instagram:hover {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f
}

[dir=ltr] .btn-outline-instagram.focus,
[dir=ltr] .btn-outline-instagram:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5)
}

[dir=ltr] .btn-outline-instagram.disabled,
[dir=ltr] .btn-outline-instagram:disabled {
	color: #e4405f;
	background-color: transparent
}

[dir=ltr] .btn-outline-instagram:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-instagram:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-instagram.dropdown-toggle {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f
}

[dir=ltr] .btn-outline-instagram:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-instagram:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-instagram.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5);
	box-shadow: 0 0 0 .2rem rgba(228, 64, 95, .5)
}

[dir=ltr] .btn-outline-dribbble {
	color: #ea4c89;
	background-color: transparent;
	background-image: none;
	border-color: #ea4c89
}

[dir=ltr] .btn-outline-dribbble:hover {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

[dir=ltr] .btn-outline-dribbble.focus,
[dir=ltr] .btn-outline-dribbble:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5);
	box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5)
}

[dir=ltr] .btn-outline-dribbble.disabled,
[dir=ltr] .btn-outline-dribbble:disabled {
	color: #ea4c89;
	background-color: transparent
}

[dir=ltr] .btn-outline-dribbble:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-dribbble:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-dribbble.dropdown-toggle {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89
}

[dir=ltr] .btn-outline-dribbble:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-dribbble:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-dribbble.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5);
	box-shadow: 0 0 0 .2rem rgba(234, 76, 137, .5)
}

[dir=ltr] .btn-outline-gray {
	color: rgba(0, 0, 0, .84);
	background-color: transparent;
	background-image: none;
	border-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .btn-outline-gray:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .84);
	border-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .btn-outline-gray.focus,
[dir=ltr] .btn-outline-gray:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

[dir=ltr] .btn-outline-gray.disabled,
[dir=ltr] .btn-outline-gray:disabled {
	color: rgba(0, 0, 0, .84);
	background-color: transparent
}

[dir=ltr] .btn-outline-gray:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-gray:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-gray.dropdown-toggle {
	color: #fff;
	background-color: rgba(0, 0, 0, .84);
	border-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-gray:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

[dir=ltr] .btn-outline-fade {
	color: #f5f9fb;
	background-color: transparent;
	background-image: none;
	border-color: #f5f9fb
}

[dir=ltr] .btn-outline-fade:hover {
	color: #111;
	background-color: #f5f9fb;
	border-color: #f5f9fb
}

[dir=ltr] .btn-outline-fade.focus,
[dir=ltr] .btn-outline-fade:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5);
	box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5)
}

[dir=ltr] .btn-outline-fade.disabled,
[dir=ltr] .btn-outline-fade:disabled {
	color: #f5f9fb;
	background-color: transparent
}

[dir=ltr] .btn-outline-fade:not(:disabled):not(.disabled).active,
[dir=ltr] .btn-outline-fade:not(:disabled):not(.disabled):active,
[dir=ltr] .show>.btn-outline-fade.dropdown-toggle {
	color: #111;
	background-color: #f5f9fb;
	border-color: #f5f9fb
}

[dir=ltr] .btn-outline-fade:not(:disabled):not(.disabled).active:focus,
[dir=ltr] .btn-outline-fade:not(:disabled):not(.disabled):active:focus,
[dir=ltr] .show>.btn-outline-fade.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5);
	box-shadow: 0 0 0 .2rem rgba(245, 249, 251, .5)
}

[dir=ltr] .btn-link {
	font-weight: 400;
	color: red;
	background-color: transparent
}

[dir=ltr] .btn-link:hover {
	color: #1486d0;
	background-color: transparent
}

[dir=ltr] .btn-link.focus,
[dir=ltr] .btn-link:focus,
[dir=ltr] .btn-link:hover {
	text-decoration: underline;
	border-color: transparent
}

[dir=ltr] .btn-link.focus,
[dir=ltr] .btn-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

[dir=ltr] .btn-link.disabled,
[dir=ltr] .btn-link:disabled {
	color: #6c757d
}

[dir=ltr] .btn-group-lg>.btn,
[dir=ltr] .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: .3rem
}

[dir=ltr] .btn-group-sm>.btn,
[dir=ltr] .btn-sm {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem
}

[dir=ltr] .btn-block {
	display: block;
	width: 100%
}

[dir=ltr] .btn-block+.btn-block {
	margin-top: .5rem
}

[dir=ltr] input[type=button].btn-block,
[dir=ltr] input[type=reset].btn-block,
[dir=ltr] input[type=submit].btn-block {
	width: 100%
}

[dir=ltr] .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

[dir=ltr] .fade.show {
	opacity: 1
}

[dir=ltr] .collapse {
	display: none
}

[dir=ltr] .collapse.show {
	display: block
}

[dir=ltr] tr.collapse.show {
	display: table-row
}

[dir=ltr] tbody.collapse.show {
	display: table-row-group
}

[dir=ltr] .collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

[dir=ltr] .collapsing,
[dir=ltr] .dropdown,
[dir=ltr] .dropup {
	position: relative
}

[dir=ltr] .dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

[dir=ltr] .dropdown-toggle:empty:after {
	margin-left: 0
}

[dir=ltr] .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .875rem;
	color: #25364a;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0
}

[dir=ltr] .dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem
}

[dir=ltr] .dropup .dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

[dir=ltr] .dropup .dropdown-toggle:empty:after {
	margin-left: 0
}

[dir=ltr] .dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem
}

[dir=ltr] .dropright .dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

[dir=ltr] .dropright .dropdown-toggle:empty:after {
	margin-left: 0
}

[dir=ltr] .dropright .dropdown-toggle:after {
	vertical-align: 0
}

[dir=ltr] .dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem
}

[dir=ltr] .dropleft .dropdown-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

[dir=ltr] .dropleft .dropdown-toggle:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

[dir=ltr] .dropleft .dropdown-toggle:empty:after {
	margin-left: 0
}

[dir=ltr] .dropleft .dropdown-toggle:before {
	vertical-align: 0
}

[dir=ltr] .dropdown-divider {
	height: 0;
	margin: .625rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

[dir=ltr] .dropdown-item {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

[dir=ltr] .dropdown-item:focus,
[dir=ltr] .dropdown-item:hover {
	color: red;
	text-decoration: none;
	background-color: #f8f9fa
}

[dir=ltr] .dropdown-item.active,
[dir=ltr] .dropdown-item:active {
	color: red;
	text-decoration: none;
	background-color: transparent
}

[dir=ltr] .dropdown-item.disabled,
[dir=ltr] .dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

[dir=ltr] .dropdown-menu.show {
	display: block
}

[dir=ltr] .dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .75rem;
	color: #6c757d;
	white-space: nowrap
}

[dir=ltr] .btn-group,
[dir=ltr] .btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

[dir=ltr] .btn-group-vertical>.btn,
[dir=ltr] .btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

[dir=ltr] .btn-group-vertical>.btn.active,
[dir=ltr] .btn-group-vertical>.btn:active,
[dir=ltr] .btn-group-vertical>.btn:focus,
[dir=ltr] .btn-group-vertical>.btn:hover,
[dir=ltr] .btn-group>.btn.active,
[dir=ltr] .btn-group>.btn:active,
[dir=ltr] .btn-group>.btn:focus,
[dir=ltr] .btn-group>.btn:hover {
	z-index: 1
}

[dir=ltr] .btn-group-vertical .btn+.btn,
[dir=ltr] .btn-group-vertical .btn+.btn-group,
[dir=ltr] .btn-group-vertical .btn-group+.btn,
[dir=ltr] .btn-group-vertical .btn-group+.btn-group,
[dir=ltr] .btn-group .btn+.btn,
[dir=ltr] .btn-group .btn+.btn-group,
[dir=ltr] .btn-group .btn-group+.btn,
[dir=ltr] .btn-group .btn-group+.btn-group {
	margin-left: -1px
}

[dir=ltr] .btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

[dir=ltr] .btn-toolbar .input-group {
	width: auto
}

[dir=ltr] .btn-group>.btn:first-child {
	margin-left: 0
}

[dir=ltr] .btn-group>.btn-group:not(:last-child)>.btn,
[dir=ltr] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .btn-group>.btn-group:not(:first-child)>.btn,
[dir=ltr] .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .dropdown-toggle-split {
	padding-right: .6rem;
	padding-left: .6rem
}

[dir=ltr] .dropdown-toggle-split:after {
	margin-left: 0
}

[dir=ltr] .btn-group-sm>.btn+.dropdown-toggle-split,
[dir=ltr] .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

[dir=ltr] .btn-group-lg>.btn+.dropdown-toggle-split,
[dir=ltr] .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

[dir=ltr] .btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

[dir=ltr] .btn-group-vertical .btn,
[dir=ltr] .btn-group-vertical .btn-group {
	width: 100%
}

[dir=ltr] .btn-group-vertical>.btn+.btn,
[dir=ltr] .btn-group-vertical>.btn+.btn-group,
[dir=ltr] .btn-group-vertical>.btn-group+.btn,
[dir=ltr] .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

[dir=ltr] .btn-group-vertical>.btn-group:not(:last-child)>.btn,
[dir=ltr] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .btn-group-vertical>.btn-group:not(:first-child)>.btn,
[dir=ltr] .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

[dir=ltr] .btn-group-toggle>.btn,
[dir=ltr] .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

[dir=ltr] .btn-group-toggle>.btn-group>.btn input[type=checkbox],
[dir=ltr] .btn-group-toggle>.btn-group>.btn input[type=radio],
[dir=ltr] .btn-group-toggle>.btn input[type=checkbox],
[dir=ltr] .btn-group-toggle>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

[dir=ltr] .input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

[dir=ltr] .input-group>.custom-file,
[dir=ltr] .input-group>.custom-select,
[dir=ltr] .input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

[dir=ltr] .input-group>.custom-file:focus,
[dir=ltr] .input-group>.custom-select:focus,
[dir=ltr] .input-group>.form-control:focus {
	z-index: 3
}

[dir=ltr] .input-group>.custom-file+.custom-file,
[dir=ltr] .input-group>.custom-file+.custom-select,
[dir=ltr] .input-group>.custom-file+.form-control,
[dir=ltr] .input-group>.custom-select+.custom-file,
[dir=ltr] .input-group>.custom-select+.custom-select,
[dir=ltr] .input-group>.custom-select+.form-control,
[dir=ltr] .input-group>.form-control+.custom-file,
[dir=ltr] .input-group>.form-control+.custom-select,
[dir=ltr] .input-group>.form-control+.form-control {
	margin-left: -1px
}

[dir=ltr] .input-group>.custom-select:not(:last-child),
[dir=ltr] .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.custom-select:not(:first-child),
[dir=ltr] .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label,
[dir=ltr] .input-group>.custom-file:not(:last-child) .custom-file-label:before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.custom-file:not(:first-child) .custom-file-label,
[dir=ltr] .input-group>.custom-file:not(:first-child) .custom-file-label:before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .input-group-append,
[dir=ltr] .input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[dir=ltr] .input-group-append .btn,
[dir=ltr] .input-group-prepend .btn {
	position: relative;
	z-index: 2
}

[dir=ltr] .input-group-append .btn+.btn,
[dir=ltr] .input-group-append .btn+.input-group-text,
[dir=ltr] .input-group-append .input-group-text+.btn,
[dir=ltr] .input-group-append .input-group-text+.input-group-text,
[dir=ltr] .input-group-prepend .btn+.btn,
[dir=ltr] .input-group-prepend .btn+.input-group-text,
[dir=ltr] .input-group-prepend .input-group-text+.btn,
[dir=ltr] .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

[dir=ltr] .input-group-prepend {
	margin-right: -1px
}

[dir=ltr] .input-group-append {
	margin-left: -1px
}

[dir=ltr] .input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem .8rem;
	margin-bottom: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.2;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 1px solid #dbe5ee;
	border-radius: .25rem
}

[dir=ltr] .input-group-text input[type=checkbox],
[dir=ltr] .input-group-text input[type=radio] {
	margin-top: 0
}

[dir=ltr] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
[dir=ltr] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
[dir=ltr] .input-group>.input-group-append:not(:last-child)>.btn,
[dir=ltr] .input-group>.input-group-append:not(:last-child)>.input-group-text,
[dir=ltr] .input-group>.input-group-prepend>.btn,
[dir=ltr] .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.input-group-append>.btn,
[dir=ltr] .input-group>.input-group-append>.input-group-text,
[dir=ltr] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
[dir=ltr] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
[dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.btn,
[dir=ltr] .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .custom-control {
	position: relative;
	display: block;
	min-height: 1.2rem;
	padding-left: 1.5rem
}

[dir=ltr] .custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

[dir=ltr] .custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

[dir=ltr] .custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	background-color: #3783b5
}

[dir=ltr] .custom-control-input:focus~.custom-control-label:before {
	-webkit-box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(55, 131, 181, .25);
	box-shadow: 0 0 0 1px #f9f9f9, 0 0 0 .2rem rgba(55, 131, 181, .25)
}

[dir=ltr] .custom-control-input:active~.custom-control-label:before {
	color: #fff;
	background-color: #b6d5e9
}

[dir=ltr] .custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

[dir=ltr] .custom-control-input:disabled~.custom-control-label:before {
	background-color: #e9ecef
}

[dir=ltr] .custom-control-label {
	margin-bottom: 0
}

[dir=ltr] .custom-control-label:before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

[dir=ltr] .custom-control-label:after,
[dir=ltr] .custom-control-label:before {
	position: absolute;
	top: .1rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}

[dir=ltr] .custom-control-label:after {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%
}

[dir=ltr] .custom-checkbox .custom-control-label:before {
	border-radius: .25rem
}

[dir=ltr] .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	background-color: #3783b5
}

[dir=ltr] .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

[dir=ltr] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	background-color: #3783b5
}

[dir=ltr] .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

[dir=ltr] .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(55, 131, 181, .5)
}

[dir=ltr] .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(55, 131, 181, .5)
}

[dir=ltr] .custom-radio .custom-control-label:before {
	border-radius: 50%
}

[dir=ltr] .custom-radio .custom-control-input:checked~.custom-control-label:before {
	background-color: #3783b5
}

[dir=ltr] .custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

[dir=ltr] .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(55, 131, 181, .5)
}

[dir=ltr] .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.05rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.2;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #dbe5ee;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[dir=ltr] .custom-select:focus {
	border-color: #8fbedd;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(143, 190, 221, .5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(143, 190, 221, .5)
}

[dir=ltr] .custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

[dir=ltr] .custom-select[multiple],
[dir=ltr] .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

[dir=ltr] .custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

[dir=ltr] .custom-select::-ms-expand {
	opacity: 0
}

[dir=ltr] .custom-select-sm {
	height: calc(1.625rem + 2px);
	font-size: 75%
}

[dir=ltr] .custom-select-lg,
[dir=ltr] .custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem
}

[dir=ltr] .custom-select-lg {
	height: calc(2.640625rem + 2px);
	font-size: 125%
}

[dir=ltr] .custom-file {
	display: inline-block;
	margin-bottom: 0
}

[dir=ltr] .custom-file,
[dir=ltr] .custom-file-input {
	position: relative;
	width: 100%;
	height: calc(2.05rem + 2px)
}

[dir=ltr] .custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}

[dir=ltr] .custom-file-input:focus~.custom-file-control {
	border-color: #8fbedd;
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25)
}

[dir=ltr] .custom-file-input:focus~.custom-file-control:before {
	border-color: #8fbedd
}

[dir=ltr] .custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}

[dir=ltr] .custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(2.05rem + 2px);
	background-color: #fff;
	border: 1px solid #dbe5ee;
	border-radius: .25rem
}

[dir=ltr] .custom-file-label,
[dir=ltr] .custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .5rem .8rem;
	line-height: 1.2;
	color: #495057
}

[dir=ltr] .custom-file-label:after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc((2.05rem + 2px) - 1px * 2);
	content: "Browse";
	background-color: transparent;
	border-left: 1px solid #dbe5ee;
	border-radius: 0 .25rem .25rem 0
}

[dir=ltr] .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

[dir=ltr] .nav-link {
	display: block;
	padding: .5rem 1rem
}

[dir=ltr] .nav-link:focus,
[dir=ltr] .nav-link:hover {
	text-decoration: none
}

[dir=ltr] .nav-link.disabled {
	color: #6c757d
}

[dir=ltr] .nav-tabs {
	border-bottom: 1px solid #dee2e6
}

[dir=ltr] .nav-tabs .nav-item {
	margin-bottom: -1px
}

[dir=ltr] .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

[dir=ltr] .nav-tabs .nav-link:focus,
[dir=ltr] .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

[dir=ltr] .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

[dir=ltr] .nav-tabs .nav-item.show .nav-link,
[dir=ltr] .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

[dir=ltr] .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

[dir=ltr] .nav-pills .nav-link {
	border-radius: .25rem;
	color: #6c757d
}

[dir=ltr] .nav-pills .nav-link.active,
[dir=ltr] .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #3783b5
}

[dir=ltr] .nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

[dir=ltr] .nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

[dir=ltr] .tab-content>.tab-pane {
	display: none
}

[dir=ltr] .tab-content>.active {
	display: block
}

[dir=ltr] .navbar {
	position: relative;
	padding: 0 1rem
}

[dir=ltr] .navbar,
[dir=ltr] .navbar>.container,
[dir=ltr] .navbar>.container-fluid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

[dir=ltr] .navbar>.container,
[dir=ltr] .navbar>.container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[dir=ltr] .navbar-brand {
	display: inline-block;
	padding-top: .36875rem;
	padding-bottom: .36875rem;
	margin-right: 1rem;
	font-size: 1.09375rem;
	line-height: inherit;
	white-space: nowrap
}

[dir=ltr] .navbar-brand:focus,
[dir=ltr] .navbar-brand:hover {
	text-decoration: none
}

[dir=ltr] .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

[dir=ltr] .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

[dir=ltr] .navbar-nav .dropdown-menu {
	position: static;
	float: none
}

[dir=ltr] .navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

[dir=ltr] .navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[dir=ltr] .navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.09375rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

[dir=ltr] .navbar-toggler:focus,
[dir=ltr] .navbar-toggler:hover {
	text-decoration: none
}

[dir=ltr] .navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

[dir=ltr] .navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

@media (max-width:575.98px) {

	[dir=ltr] .navbar-expand-sm>.container,
	[dir=ltr] .navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	[dir=ltr] .navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	[dir=ltr] .navbar-expand-sm,
	[dir=ltr] .navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	[dir=ltr] .navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	[dir=ltr] .navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	[dir=ltr] .navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	[dir=ltr] .navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	[dir=ltr] .navbar-expand-sm>.container,
	[dir=ltr] .navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	[dir=ltr] .navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	[dir=ltr] .navbar-expand-sm .navbar-toggler {
		display: none
	}

	[dir=ltr] .navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:767.98px) {

	[dir=ltr] .navbar-expand-md>.container,
	[dir=ltr] .navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	[dir=ltr] .navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	[dir=ltr] .navbar-expand-md,
	[dir=ltr] .navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	[dir=ltr] .navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	[dir=ltr] .navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	[dir=ltr] .navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	[dir=ltr] .navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	[dir=ltr] .navbar-expand-md>.container,
	[dir=ltr] .navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	[dir=ltr] .navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	[dir=ltr] .navbar-expand-md .navbar-toggler {
		display: none
	}

	[dir=ltr] .navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:991.98px) {

	[dir=ltr] .navbar-expand-lg>.container,
	[dir=ltr] .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	[dir=ltr] .navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	[dir=ltr] .navbar-expand-lg,
	[dir=ltr] .navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	[dir=ltr] .navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	[dir=ltr] .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	[dir=ltr] .navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	[dir=ltr] .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	[dir=ltr] .navbar-expand-lg>.container,
	[dir=ltr] .navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	[dir=ltr] .navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	[dir=ltr] .navbar-expand-lg .navbar-toggler {
		display: none
	}

	[dir=ltr] .navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@media (max-width:1199.98px) {

	[dir=ltr] .navbar-expand-xl>.container,
	[dir=ltr] .navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	[dir=ltr] .navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	[dir=ltr] .navbar-expand-xl,
	[dir=ltr] .navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	[dir=ltr] .navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	[dir=ltr] .navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	[dir=ltr] .navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}

	[dir=ltr] .navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	[dir=ltr] .navbar-expand-xl>.container,
	[dir=ltr] .navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	[dir=ltr] .navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	[dir=ltr] .navbar-expand-xl .navbar-toggler {
		display: none
	}

	[dir=ltr] .navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

[dir=ltr] .navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

[dir=ltr] .navbar-expand>.container,
[dir=ltr] .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

[dir=ltr] .navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

[dir=ltr] .navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

[dir=ltr] .navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}

[dir=ltr] .navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

[dir=ltr] .navbar-expand>.container,
[dir=ltr] .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

[dir=ltr] .navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

[dir=ltr] .navbar-expand .navbar-toggler {
	display: none
}

[dir=ltr] .navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}

[dir=ltr] .navbar-light .navbar-brand,
[dir=ltr] .navbar-light .navbar-brand:focus,
[dir=ltr] .navbar-light .navbar-brand:hover {
	color: #549de3
}

[dir=ltr] .navbar-light .navbar-nav .nav-link:focus,
[dir=ltr] .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

[dir=ltr] .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

[dir=ltr] .navbar-light .navbar-nav .active>.nav-link,
[dir=ltr] .navbar-light .navbar-nav .nav-link.active,
[dir=ltr] .navbar-light .navbar-nav .nav-link.show,
[dir=ltr] .navbar-light .navbar-nav .show>.nav-link {
	color: #549de3
}

[dir=ltr] .navbar-light .navbar-toggler {
	color: #25364a;
	border-color: rgba(0, 0, 0, .1)
}

[dir=ltr] .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2325364A' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

[dir=ltr] .navbar-light .navbar-text {
	color: #25364a
}

[dir=ltr] .navbar-light .navbar-text a,
[dir=ltr] .navbar-light .navbar-text a:focus,
[dir=ltr] .navbar-light .navbar-text a:hover {
	color: #549de3
}

[dir=ltr] .navbar-dark .navbar-brand,
[dir=ltr] .navbar-dark .navbar-brand:focus,
[dir=ltr] .navbar-dark .navbar-brand:hover,
[dir=ltr] .navbar-dark .navbar-nav .nav-link {
	color: #fff
}

[dir=ltr] .navbar-dark .navbar-nav .nav-link:focus,
[dir=ltr] .navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0, 0%, 100%, .75)
}

[dir=ltr] .navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

[dir=ltr] .navbar-dark .navbar-nav .active>.nav-link,
[dir=ltr] .navbar-dark .navbar-nav .nav-link.active,
[dir=ltr] .navbar-dark .navbar-nav .nav-link.show,
[dir=ltr] .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

[dir=ltr] .navbar-dark .navbar-toggler {
	color: #fff;
	border-color: hsla(0, 0%, 100%, .1)
}

[dir=ltr] .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

[dir=ltr] .navbar-dark .navbar-text,
[dir=ltr] .navbar-dark .navbar-text a,
[dir=ltr] .navbar-dark .navbar-text a:focus,
[dir=ltr] .navbar-dark .navbar-text a:hover {
	color: #fff
}

[dir=ltr] .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e2e8ee;
	border-radius: 0
}

[dir=ltr] .card>hr {
	margin-right: 0;
	margin-left: 0
}

[dir=ltr] .card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

[dir=ltr] .card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

[dir=ltr] .card-title {
	margin-bottom: .75rem
}

[dir=ltr] .card-subtitle {
	margin-top: -.375rem
}

[dir=ltr] .card-subtitle,
[dir=ltr] .card-text:last-child {
	margin-bottom: 0
}

[dir=ltr] .card-link:hover {
	text-decoration: none
}

[dir=ltr] .card-link+.card-link {
	margin-left: 1.25rem
}

[dir=ltr] .card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1px solid #e2e8ee
}

[dir=ltr] .card-header:first-child {
	border-radius: 1px 1px 0 0
}

[dir=ltr] .card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

[dir=ltr] .card-footer {
	padding: .75rem 1.25rem;
	background-color: transparent;
	border-top: 1px solid #e2e8ee
}

[dir=ltr] .card-footer:last-child {
	border-radius: 0 0 1px 1px
}

[dir=ltr] .card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}

[dir=ltr] .card-header-pills,
[dir=ltr] .card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}

[dir=ltr] .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

[dir=ltr] .card-img {
	width: 100%;
	border-radius: -1px
}

[dir=ltr] .card-img-top {
	width: 100%;
	border-top-left-radius: -1px;
	border-top-right-radius: -1px
}

[dir=ltr] .card-img-bottom {
	width: 100%;
	border-bottom-right-radius: -1px;
	border-bottom-left-radius: -1px
}

[dir=ltr] .card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

[dir=ltr] .card-deck .card {
	margin-bottom: 1rem
}

@media (min-width:576px) {
	[dir=ltr] .card-deck {
		-webkit-box-orient: horizontal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -1rem;
		margin-left: -1rem
	}

	[dir=ltr] .card-deck,
	[dir=ltr] .card-deck .card {
		-webkit-box-direction: normal
	}

	[dir=ltr] .card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 1rem;
		margin-bottom: 0;
		margin-left: 1rem
	}
}

[dir=ltr] .card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

[dir=ltr] .card-group>.card {
	margin-bottom: 1rem
}

@media (min-width:576px) {
	[dir=ltr] .card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	[dir=ltr] .card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	[dir=ltr] .card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	[dir=ltr] .card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	[dir=ltr] .card-group>.card:first-child .card-header,
	[dir=ltr] .card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}

	[dir=ltr] .card-group>.card:first-child .card-footer,
	[dir=ltr] .card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}

	[dir=ltr] .card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	[dir=ltr] .card-group>.card:last-child .card-header,
	[dir=ltr] .card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}

	[dir=ltr] .card-group>.card:last-child .card-footer,
	[dir=ltr] .card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}

	[dir=ltr] .card-group>.card:only-child {
		border-radius: 0
	}

	[dir=ltr] .card-group>.card:only-child .card-header,
	[dir=ltr] .card-group>.card:only-child .card-img-top {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

	[dir=ltr] .card-group>.card:only-child .card-footer,
	[dir=ltr] .card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	[dir=ltr] .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
	[dir=ltr] .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
	[dir=ltr] .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	[dir=ltr] .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	[dir=ltr] .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0
	}
}

[dir=ltr] .card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	[dir=ltr] .card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem
	}

	[dir=ltr] .card-columns .card {
		display: inline-block;
		width: 100%
	}
}

[dir=ltr] .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

[dir=ltr] .breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

[dir=ltr] .breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none
}

[dir=ltr] .breadcrumb-item.active {
	color: #6c757d
}

[dir=ltr] .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

[dir=ltr] .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: red;
	background-color: #fff;
	border: 1px solid #dee2e6
}

[dir=ltr] .page-link:hover {
	color: #1486d0;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

[dir=ltr] .page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25);
	box-shadow: 0 0 0 .2rem rgba(55, 131, 181, .25)
}

[dir=ltr] .page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

[dir=ltr] .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

[dir=ltr] .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

[dir=ltr] .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #3783b5;
	border-color: #3783b5
}

[dir=ltr] .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

[dir=ltr] .pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.09375rem;
	line-height: 1.5
}

[dir=ltr] .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

[dir=ltr] .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

[dir=ltr] .pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5
}

[dir=ltr] .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

[dir=ltr] .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

[dir=ltr] .badge {
	display: inline-block;
	padding: .15rem .45rem;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

[dir=ltr] .badge:empty {
	display: none
}

[dir=ltr] .btn .badge {
	position: relative;
	top: -1px
}

[dir=ltr] .badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

[dir=ltr] .badge-primary {
	color: #fff;
	background-color: #3783b5
}

[dir=ltr] .badge-primary[href]:focus,
[dir=ltr] .badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2b678e
}

[dir=ltr] .badge-secondary {
	color: #fff;
	background-color: #6c757d
}

[dir=ltr] .badge-secondary[href]:focus,
[dir=ltr] .badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

[dir=ltr] .badge-success {
	color: #fff;
	background-color: #7bb859
}

[dir=ltr] .badge-success[href]:focus,
[dir=ltr] .badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #629b43
}

[dir=ltr] .badge-info {
	color: #fff;
	background-color: #5dd2bc
}

[dir=ltr] .badge-info[href]:focus,
[dir=ltr] .badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #37c5aa
}

[dir=ltr] .badge-warning {
	color: #fff;
	background-color: #f5b666
}

[dir=ltr] .badge-warning[href]:focus,
[dir=ltr] .badge-warning[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f29f36
}

[dir=ltr] .badge-danger {
	color: #fff;
	background-color: #ff3d55
}

[dir=ltr] .badge-danger[href]:focus,
[dir=ltr] .badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff0a28
}

[dir=ltr] .badge-light {
	color: #111;
	background-color: #f8f9fa
}

[dir=ltr] .badge-light[href]:focus,
[dir=ltr] .badge-light[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #dae0e5
}

[dir=ltr] .badge-dark {
	color: #fff;
	background-color: #343a40
}

[dir=ltr] .badge-dark[href]:focus,
[dir=ltr] .badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

[dir=ltr] .badge-primary-dark {
	color: #fff;
	background-color: #25364a
}

[dir=ltr] .badge-primary-dark[href]:focus,
[dir=ltr] .badge-primary-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #141d28
}

[dir=ltr] .badge-body-bg {
	color: #111;
	background-color: #f9f9f9
}

[dir=ltr] .badge-body-bg[href]:focus,
[dir=ltr] .badge-body-bg[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #e0dfdf
}

[dir=ltr] .badge-drawer-dark-bg {
	color: #fff;
	background-color: #25364a
}

[dir=ltr] .badge-drawer-dark-bg[href]:focus,
[dir=ltr] .badge-drawer-dark-bg[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #141d28
}

[dir=ltr] .badge-border-color {
	color: #111;
	background-color: #e2e8ee
}

[dir=ltr] .badge-border-color[href]:focus,
[dir=ltr] .badge-border-color[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #c2cfdb
}

[dir=ltr] .badge-text-color {
	color: #fff;
	background-color: #25364a
}

[dir=ltr] .badge-text-color[href]:focus,
[dir=ltr] .badge-text-color[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #141d28
}

[dir=ltr] .badge-link-color {
	color: #fff;
	background-color: red
}

[dir=ltr] .badge-link-color[href]:focus,
[dir=ltr] .badge-link-color[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1695e8
}

[dir=ltr] .badge-muted-color {
	color: #fff;
	background-color: #6c757d
}

[dir=ltr] .badge-muted-color[href]:focus,
[dir=ltr] .badge-muted-color[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

[dir=ltr] .badge-facebook {
	color: #fff;
	background-color: #3b5998
}

[dir=ltr] .badge-facebook[href]:focus,
[dir=ltr] .badge-facebook[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2d4373
}

[dir=ltr] .badge-twitter {
	color: #fff;
	background-color: #00aced
}

[dir=ltr] .badge-twitter[href]:focus,
[dir=ltr] .badge-twitter[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0087ba
}

[dir=ltr] .badge-instagram {
	color: #fff;
	background-color: #e4405f
}

[dir=ltr] .badge-instagram[href]:focus,
[dir=ltr] .badge-instagram[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #d31e40
}

[dir=ltr] .badge-dribbble {
	color: #fff;
	background-color: #ea4c89
}

[dir=ltr] .badge-dribbble[href]:focus,
[dir=ltr] .badge-dribbble[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #e51e6b
}

[dir=ltr] .badge-gray {
	color: #fff;
	background-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .badge-gray[href]:focus,
[dir=ltr] .badge-gray[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .84)
}

[dir=ltr] .badge-fade {
	color: #111;
	background-color: #f5f9fb
}

[dir=ltr] .badge-fade[href]:focus,
[dir=ltr] .badge-fade[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #d1e3ec
}

[dir=ltr] .alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

[dir=ltr] .alert-heading {
	color: inherit
}

[dir=ltr] .alert-link {
	font-weight: 700
}

[dir=ltr] .alert-dismissible {
	padding-right: 3.8125rem
}

[dir=ltr] .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

[dir=ltr] .alert-primary {
	color: #1d445e;
	background-color: #d7e6f0;
	border-color: #c7dcea
}

[dir=ltr] .alert-primary hr {
	border-top-color: #b4d0e3
}

[dir=ltr] .alert-primary .alert-link {
	color: #112837
}

[dir=ltr] .alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

[dir=ltr] .alert-secondary hr {
	border-top-color: #c8cbcf
}

[dir=ltr] .alert-secondary .alert-link {
	color: #202326
}

[dir=ltr] .alert-success {
	color: #40602e;
	background-color: #e5f1de;
	border-color: #daebd1
}

[dir=ltr] .alert-success hr {
	border-top-color: #cce3bf
}

[dir=ltr] .alert-success .alert-link {
	color: #293e1d
}

[dir=ltr] .alert-info {
	color: #306d62;
	background-color: #dff6f2;
	border-color: #d2f2ec
}

[dir=ltr] .alert-info hr {
	border-top-color: #beece4
}

[dir=ltr] .alert-info .alert-link {
	color: #204a42
}

[dir=ltr] .alert-warning {
	color: #7f5f35;
	background-color: #fdf0e0;
	border-color: #fcebd4
}

[dir=ltr] .alert-warning hr {
	border-top-color: #fae0bc
}

[dir=ltr] .alert-warning .alert-link {
	color: #5b4426
}

[dir=ltr] .alert-danger {
	color: #85202c;
	background-color: #ffd8dd;
	border-color: #ffc9cf
}

[dir=ltr] .alert-danger hr {
	border-top-color: #ffb0b8
}

[dir=ltr] .alert-danger .alert-link {
	color: #5c161e
}

[dir=ltr] .alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

[dir=ltr] .alert-light hr {
	border-top-color: #ececf6
}

[dir=ltr] .alert-light .alert-link {
	color: #686868
}

[dir=ltr] .alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

[dir=ltr] .alert-dark hr {
	border-top-color: #b9bbbe
}

[dir=ltr] .alert-dark .alert-link {
	color: #040505
}

[dir=ltr] .alert-primary-dark {
	color: #131c26;
	background-color: #d3d7db;
	border-color: #c2c7cc
}

[dir=ltr] .alert-primary-dark hr {
	border-top-color: #b4bac0
}

[dir=ltr] .alert-primary-dark .alert-link {
	color: #020304
}

[dir=ltr] .alert-body-bg {
	color: #818181;
	background-color: #fefefe;
	border-color: #fdfdfd
}

[dir=ltr] .alert-body-bg hr {
	border-top-color: #f0f0f0
}

[dir=ltr] .alert-body-bg .alert-link {
	color: #686767
}

[dir=ltr] .alert-drawer-dark-bg {
	color: #131c26;
	background-color: #d3d7db;
	border-color: #c2c7cc
}

[dir=ltr] .alert-drawer-dark-bg hr {
	border-top-color: #b4bac0
}

[dir=ltr] .alert-drawer-dark-bg .alert-link {
	color: #020304
}

[dir=ltr] .alert-border-color {
	color: #76797c;
	background-color: #f9fafc;
	border-color: #f7f9fa
}

[dir=ltr] .alert-border-color hr {
	border-top-color: #e7edf0
}

[dir=ltr] .alert-border-color .alert-link {
	color: #5d6062
}

[dir=ltr] .alert-text-color {
	color: #131c26;
	background-color: #d3d7db;
	border-color: #c2c7cc
}

[dir=ltr] .alert-text-color hr {
	border-top-color: #b4bac0
}

[dir=ltr] .alert-text-color .alert-link {
	color: #020304
}

[dir=ltr] .alert-link-color {
	color: #23587b;
	background-color: #daeefb;
	border-color: #cbe7fa
}

[dir=ltr] .alert-link-color hr {
	border-top-color: #b4dcf8
}

[dir=ltr] .alert-link-color .alert-link {
	color: #183c53
}

[dir=ltr] .alert-muted-color {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

[dir=ltr] .alert-muted-color hr {
	border-top-color: #c8cbcf
}

[dir=ltr] .alert-muted-color .alert-link {
	color: #202326
}

[dir=ltr] .alert-facebook {
	color: #1f2e4f;
	background-color: #d8deea;
	border-color: #c8d1e2
}

[dir=ltr] .alert-facebook hr {
	border-top-color: #b7c3d9
}

[dir=ltr] .alert-facebook .alert-link {
	color: #11192a
}

[dir=ltr] .alert-twitter {
	color: #00597b;
	background-color: #cceefb;
	border-color: #b8e8fa
}

[dir=ltr] .alert-twitter hr {
	border-top-color: #a0e0f8
}

[dir=ltr] .alert-twitter .alert-link {
	color: #003448
}

[dir=ltr] .alert-instagram {
	color: #772131;
	background-color: #fad9df;
	border-color: #f7cad2
}

[dir=ltr] .alert-instagram hr {
	border-top-color: #f4b4bf
}

[dir=ltr] .alert-instagram .alert-link {
	color: #4f1621
}

[dir=ltr] .alert-dribbble {
	color: #7a2847;
	background-color: #fbdbe7;
	border-color: #f9cdde
}

[dir=ltr] .alert-dribbble hr {
	border-top-color: #f6b6cf
}

[dir=ltr] .alert-dribbble .alert-link {
	color: #541b31
}

[dir=ltr] .alert-gray {
	color: rgba(0, 0, 0, .9168);
	background-color: hsla(0, 0%, 85%, .968);
	border-color: hsla(0, 0%, 78%, .9552)
}

[dir=ltr] .alert-gray hr {
	border-top-color: hsla(0, 0%, 73%, .9552)
}

[dir=ltr] .alert-gray .alert-link {
	color: rgba(0, 0, 0, .9168)
}

[dir=ltr] .alert-fade {
	color: #7f8183;
	background-color: #fdfefe;
	border-color: #fcfdfe
}

[dir=ltr] .alert-fade hr {
	border-top-color: #e9f0f8
}

[dir=ltr] .alert-fade .alert-link {
	color: #666869
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 8px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 8px 0
	}

	to {
		background-position: 0 0
	}
}

[dir=ltr] .progress {
	height: 8px;
	overflow: hidden;
	font-size: .65625rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

[dir=ltr] .progress,
[dir=ltr] .progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[dir=ltr] .progress-bar {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #3783b5;
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

[dir=ltr] .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: 8px 8px
}

[dir=ltr] .progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

[dir=ltr] .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

[dir=ltr] .media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

[dir=ltr] .list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

[dir=ltr] .list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

[dir=ltr] .list-group-item-action:focus,
[dir=ltr] .list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

[dir=ltr] .list-group-item-action:active {
	color: #25364a;
	background-color: #e9ecef
}

[dir=ltr] .list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

[dir=ltr] .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

[dir=ltr] .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

[dir=ltr] .list-group-item:focus,
[dir=ltr] .list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

[dir=ltr] .list-group-item.disabled,
[dir=ltr] .list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

[dir=ltr] .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #3783b5;
	border-color: #3783b5
}

[dir=ltr] .list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

[dir=ltr] .list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

[dir=ltr] .list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

[dir=ltr] .list-group-item-primary {
	color: #1d445e;
	background-color: #c7dcea
}

[dir=ltr] .list-group-item-primary.list-group-item-action:focus,
[dir=ltr] .list-group-item-primary.list-group-item-action:hover {
	color: #1d445e;
	background-color: #b4d0e3
}

[dir=ltr] .list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #1d445e;
	border-color: #1d445e
}

[dir=ltr] .list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

[dir=ltr] .list-group-item-secondary.list-group-item-action:focus,
[dir=ltr] .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

[dir=ltr] .list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

[dir=ltr] .list-group-item-success {
	color: #40602e;
	background-color: #daebd1
}

[dir=ltr] .list-group-item-success.list-group-item-action:focus,
[dir=ltr] .list-group-item-success.list-group-item-action:hover {
	color: #40602e;
	background-color: #cce3bf
}

[dir=ltr] .list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #40602e;
	border-color: #40602e
}

[dir=ltr] .list-group-item-info {
	color: #306d62;
	background-color: #d2f2ec
}

[dir=ltr] .list-group-item-info.list-group-item-action:focus,
[dir=ltr] .list-group-item-info.list-group-item-action:hover {
	color: #306d62;
	background-color: #beece4
}

[dir=ltr] .list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #306d62;
	border-color: #306d62
}

[dir=ltr] .list-group-item-warning {
	color: #7f5f35;
	background-color: #fcebd4
}

[dir=ltr] .list-group-item-warning.list-group-item-action:focus,
[dir=ltr] .list-group-item-warning.list-group-item-action:hover {
	color: #7f5f35;
	background-color: #fae0bc
}

[dir=ltr] .list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #7f5f35;
	border-color: #7f5f35
}

[dir=ltr] .list-group-item-danger {
	color: #85202c;
	background-color: #ffc9cf
}

[dir=ltr] .list-group-item-danger.list-group-item-action:focus,
[dir=ltr] .list-group-item-danger.list-group-item-action:hover {
	color: #85202c;
	background-color: #ffb0b8
}

[dir=ltr] .list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #85202c;
	border-color: #85202c
}

[dir=ltr] .list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

[dir=ltr] .list-group-item-light.list-group-item-action:focus,
[dir=ltr] .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

[dir=ltr] .list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

[dir=ltr] .list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

[dir=ltr] .list-group-item-dark.list-group-item-action:focus,
[dir=ltr] .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

[dir=ltr] .list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

[dir=ltr] .list-group-item-primary-dark {
	color: #131c26;
	background-color: #c2c7cc
}

[dir=ltr] .list-group-item-primary-dark.list-group-item-action:focus,
[dir=ltr] .list-group-item-primary-dark.list-group-item-action:hover {
	color: #131c26;
	background-color: #b4bac0
}

[dir=ltr] .list-group-item-primary-dark.list-group-item-action.active {
	color: #fff;
	background-color: #131c26;
	border-color: #131c26
}

[dir=ltr] .list-group-item-body-bg {
	color: #818181;
	background-color: #fdfdfd
}

[dir=ltr] .list-group-item-body-bg.list-group-item-action:focus,
[dir=ltr] .list-group-item-body-bg.list-group-item-action:hover {
	color: #818181;
	background-color: #f0f0f0
}

[dir=ltr] .list-group-item-body-bg.list-group-item-action.active {
	color: #fff;
	background-color: #818181;
	border-color: #818181
}

[dir=ltr] .list-group-item-drawer-dark-bg {
	color: #131c26;
	background-color: #c2c7cc
}

[dir=ltr] .list-group-item-drawer-dark-bg.list-group-item-action:focus,
[dir=ltr] .list-group-item-drawer-dark-bg.list-group-item-action:hover {
	color: #131c26;
	background-color: #b4bac0
}

[dir=ltr] .list-group-item-drawer-dark-bg.list-group-item-action.active {
	color: #fff;
	background-color: #131c26;
	border-color: #131c26
}

[dir=ltr] .list-group-item-border-color {
	color: #76797c;
	background-color: #f7f9fa
}

[dir=ltr] .list-group-item-border-color.list-group-item-action:focus,
[dir=ltr] .list-group-item-border-color.list-group-item-action:hover {
	color: #76797c;
	background-color: #e7edf0
}

[dir=ltr] .list-group-item-border-color.list-group-item-action.active {
	color: #fff;
	background-color: #76797c;
	border-color: #76797c
}

[dir=ltr] .list-group-item-text-color {
	color: #131c26;
	background-color: #c2c7cc
}

[dir=ltr] .list-group-item-text-color.list-group-item-action:focus,
[dir=ltr] .list-group-item-text-color.list-group-item-action:hover {
	color: #131c26;
	background-color: #b4bac0
}

[dir=ltr] .list-group-item-text-color.list-group-item-action.active {
	color: #fff;
	background-color: #131c26;
	border-color: #131c26
}

[dir=ltr] .list-group-item-link-color {
	color: #23587b;
	background-color: #cbe7fa
}

[dir=ltr] .list-group-item-link-color.list-group-item-action:focus,
[dir=ltr] .list-group-item-link-color.list-group-item-action:hover {
	color: #23587b;
	background-color: #b4dcf8
}

[dir=ltr] .list-group-item-link-color.list-group-item-action.active {
	color: #fff;
	background-color: #23587b;
	border-color: #23587b
}

[dir=ltr] .list-group-item-muted-color {
	color: #383d41;
	background-color: #d6d8db
}

[dir=ltr] .list-group-item-muted-color.list-group-item-action:focus,
[dir=ltr] .list-group-item-muted-color.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

[dir=ltr] .list-group-item-muted-color.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

[dir=ltr] .list-group-item-facebook {
	color: #1f2e4f;
	background-color: #c8d1e2
}

[dir=ltr] .list-group-item-facebook.list-group-item-action:focus,
[dir=ltr] .list-group-item-facebook.list-group-item-action:hover {
	color: #1f2e4f;
	background-color: #b7c3d9
}

[dir=ltr] .list-group-item-facebook.list-group-item-action.active {
	color: #fff;
	background-color: #1f2e4f;
	border-color: #1f2e4f
}

[dir=ltr] .list-group-item-twitter {
	color: #00597b;
	background-color: #b8e8fa
}

[dir=ltr] .list-group-item-twitter.list-group-item-action:focus,
[dir=ltr] .list-group-item-twitter.list-group-item-action:hover {
	color: #00597b;
	background-color: #a0e0f8
}

[dir=ltr] .list-group-item-twitter.list-group-item-action.active {
	color: #fff;
	background-color: #00597b;
	border-color: #00597b
}

[dir=ltr] .list-group-item-instagram {
	color: #772131;
	background-color: #f7cad2
}

[dir=ltr] .list-group-item-instagram.list-group-item-action:focus,
[dir=ltr] .list-group-item-instagram.list-group-item-action:hover {
	color: #772131;
	background-color: #f4b4bf
}

[dir=ltr] .list-group-item-instagram.list-group-item-action.active {
	color: #fff;
	background-color: #772131;
	border-color: #772131
}

[dir=ltr] .list-group-item-dribbble {
	color: #7a2847;
	background-color: #f9cdde
}

[dir=ltr] .list-group-item-dribbble.list-group-item-action:focus,
[dir=ltr] .list-group-item-dribbble.list-group-item-action:hover {
	color: #7a2847;
	background-color: #f6b6cf
}

[dir=ltr] .list-group-item-dribbble.list-group-item-action.active {
	color: #fff;
	background-color: #7a2847;
	border-color: #7a2847
}

[dir=ltr] .list-group-item-gray {
	color: rgba(0, 0, 0, .9168);
	background-color: hsla(0, 0%, 78%, .9552)
}

[dir=ltr] .list-group-item-gray.list-group-item-action:focus,
[dir=ltr] .list-group-item-gray.list-group-item-action:hover {
	color: rgba(0, 0, 0, .9168);
	background-color: hsla(0, 0%, 73%, .9552)
}

[dir=ltr] .list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: rgba(0, 0, 0, .9168);
	border-color: rgba(0, 0, 0, .9168)
}

[dir=ltr] .list-group-item-fade {
	color: #7f8183;
	background-color: #fcfdfe
}

[dir=ltr] .list-group-item-fade.list-group-item-action:focus,
[dir=ltr] .list-group-item-fade.list-group-item-action:hover {
	color: #7f8183;
	background-color: #e9f0f8
}

[dir=ltr] .list-group-item-fade.list-group-item-action.active {
	color: #fff;
	background-color: #7f8183;
	border-color: #7f8183
}

[dir=ltr] .close {
	float: right;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

[dir=ltr] .close:focus,
[dir=ltr] .close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

[dir=ltr] .close:not(:disabled):not(.disabled) {
	cursor: pointer
}

[dir=ltr] button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

[dir=ltr] .modal,
[dir=ltr] .modal-open {
	overflow: hidden
}

[dir=ltr] .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0
}

[dir=ltr] .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

[dir=ltr] .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

[dir=ltr] .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%)
}

[dir=ltr] .modal.show .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

[dir=ltr] .modal-dialog-centered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

[dir=ltr] .modal-content,
[dir=ltr] .modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[dir=ltr] .modal-content {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

[dir=ltr] .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

[dir=ltr] .modal-backdrop.fade {
	opacity: 0
}

[dir=ltr] .modal-backdrop.show {
	opacity: .5
}

[dir=ltr] .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

[dir=ltr] .modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

[dir=ltr] .modal-title {
	margin-bottom: 0;
	line-height: 1.2
}

[dir=ltr] .modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

[dir=ltr] .modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

[dir=ltr] .modal-footer>:not(:first-child) {
	margin-left: .25rem
}

[dir=ltr] .modal-footer>:not(:last-child) {
	margin-right: .25rem
}

[dir=ltr] .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	[dir=ltr] .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	[dir=ltr] .modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	[dir=ltr] .modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	[dir=ltr] .modal-lg {
		max-width: 800px
	}
}

[dir=ltr] .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	opacity: 0
}

[dir=ltr] .tooltip.show {
	opacity: .9
}

[dir=ltr] .tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

[dir=ltr] .tooltip .arrow:before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

[dir=ltr] .bs-tooltip-auto[x-placement^=top],
[dir=ltr] .bs-tooltip-top {
	padding: .4rem 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=top] .arrow,
[dir=ltr] .bs-tooltip-top .arrow {
	bottom: 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=top] .arrow:before,
[dir=ltr] .bs-tooltip-top .arrow:before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right],
[dir=ltr] .bs-tooltip-right {
	padding: 0 .4rem
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow,
[dir=ltr] .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

[dir=ltr] .bs-tooltip-auto[x-placement^=right] .arrow:before,
[dir=ltr] .bs-tooltip-right .arrow:before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

[dir=ltr] .bs-tooltip-auto[x-placement^=bottom],
[dir=ltr] .bs-tooltip-bottom {
	padding: .4rem 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=bottom] .arrow,
[dir=ltr] .bs-tooltip-bottom .arrow {
	top: 0
}

[dir=ltr] .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
[dir=ltr] .bs-tooltip-bottom .arrow:before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left],
[dir=ltr] .bs-tooltip-left {
	padding: 0 .4rem
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow,
[dir=ltr] .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

[dir=ltr] .bs-tooltip-auto[x-placement^=left] .arrow:before,
[dir=ltr] .bs-tooltip-left .arrow:before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

[dir=ltr] .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

[dir=ltr] .popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

[dir=ltr] .popover,
[dir=ltr] .popover .arrow {
	position: absolute;
	display: block
}

[dir=ltr] .popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

[dir=ltr] .popover .arrow:after,
[dir=ltr] .popover .arrow:before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

[dir=ltr] .bs-popover-auto[x-placement^=top],
[dir=ltr] .bs-popover-top {
	margin-bottom: .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=top] .arrow,
[dir=ltr] .bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

[dir=ltr] .bs-popover-auto[x-placement^=top] .arrow:after,
[dir=ltr] .bs-popover-auto[x-placement^=top] .arrow:before,
[dir=ltr] .bs-popover-top .arrow:after,
[dir=ltr] .bs-popover-top .arrow:before {
	border-width: .5rem .5rem 0
}

[dir=ltr] .bs-popover-auto[x-placement^=top] .arrow:before,
[dir=ltr] .bs-popover-top .arrow:before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

[dir=ltr] .bs-popover-auto[x-placement^=top] .arrow:after,
[dir=ltr] .bs-popover-top .arrow:after {
	bottom: 1px;
	border-top-color: #fff
}

[dir=ltr] .bs-popover-auto[x-placement^=right],
[dir=ltr] .bs-popover-right {
	margin-left: .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=right] .arrow,
[dir=ltr] .bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

[dir=ltr] .bs-popover-auto[x-placement^=right] .arrow:after,
[dir=ltr] .bs-popover-auto[x-placement^=right] .arrow:before,
[dir=ltr] .bs-popover-right .arrow:after,
[dir=ltr] .bs-popover-right .arrow:before {
	border-width: .5rem .5rem .5rem 0
}

[dir=ltr] .bs-popover-auto[x-placement^=right] .arrow:before,
[dir=ltr] .bs-popover-right .arrow:before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

[dir=ltr] .bs-popover-auto[x-placement^=right] .arrow:after,
[dir=ltr] .bs-popover-right .arrow:after {
	left: 1px;
	border-right-color: #fff
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom],
[dir=ltr] .bs-popover-bottom {
	margin-top: .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .arrow,
[dir=ltr] .bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .arrow:after,
[dir=ltr] .bs-popover-auto[x-placement^=bottom] .arrow:before,
[dir=ltr] .bs-popover-bottom .arrow:after,
[dir=ltr] .bs-popover-bottom .arrow:before {
	border-width: 0 .5rem .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .arrow:before,
[dir=ltr] .bs-popover-bottom .arrow:before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .arrow:after,
[dir=ltr] .bs-popover-bottom .arrow:after {
	top: 1px;
	border-bottom-color: #fff
}

[dir=ltr] .bs-popover-auto[x-placement^=bottom] .popover-header:before,
[dir=ltr] .bs-popover-bottom .popover-header:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

[dir=ltr] .bs-popover-auto[x-placement^=left],
[dir=ltr] .bs-popover-left {
	margin-right: .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=left] .arrow,
[dir=ltr] .bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

[dir=ltr] .bs-popover-auto[x-placement^=left] .arrow:after,
[dir=ltr] .bs-popover-auto[x-placement^=left] .arrow:before,
[dir=ltr] .bs-popover-left .arrow:after,
[dir=ltr] .bs-popover-left .arrow:before {
	border-width: .5rem 0 .5rem .5rem
}

[dir=ltr] .bs-popover-auto[x-placement^=left] .arrow:before,
[dir=ltr] .bs-popover-left .arrow:before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

[dir=ltr] .bs-popover-auto[x-placement^=left] .arrow:after,
[dir=ltr] .bs-popover-left .arrow:after {
	right: 1px;
	border-left-color: #fff
}

[dir=ltr] .popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

[dir=ltr] .popover-header:empty {
	display: none
}

[dir=ltr] .popover-body {
	padding: .5rem .75rem;
	color: #25364a
}

[dir=ltr] .carousel {
	position: relative
}

[dir=ltr] .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

[dir=ltr] .carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform .6s ease;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

[dir=ltr] .carousel-item-next,
[dir=ltr] .carousel-item-prev,
[dir=ltr] .carousel-item.active {
	display: block
}

[dir=ltr] .carousel-item-next,
[dir=ltr] .carousel-item-prev {
	position: absolute;
	top: 0
}

[dir=ltr] .carousel-item-next.carousel-item-left,
[dir=ltr] .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	[dir=ltr] .carousel-item-next.carousel-item-left,
	[dir=ltr] .carousel-item-prev.carousel-item-right {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

[dir=ltr] .active.carousel-item-right,
[dir=ltr] .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	[dir=ltr] .active.carousel-item-right,
	[dir=ltr] .carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

[dir=ltr] .active.carousel-item-left,
[dir=ltr] .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

	[dir=ltr] .active.carousel-item-left,
	[dir=ltr] .carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

[dir=ltr] .carousel-control-next,
[dir=ltr] .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

[dir=ltr] .carousel-control-next:focus,
[dir=ltr] .carousel-control-next:hover,
[dir=ltr] .carousel-control-prev:focus,
[dir=ltr] .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

[dir=ltr] .carousel-control-prev {
	left: 0
}

[dir=ltr] .carousel-control-next {
	right: 0
}

[dir=ltr] .carousel-control-next-icon,
[dir=ltr] .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat 50%;
	background-size: 100% 100%
}

[dir=ltr] .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

[dir=ltr] .carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

[dir=ltr] .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

[dir=ltr] .carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: hsla(0, 0%, 100%, .5)
}

[dir=ltr] .carousel-indicators li:before {
	top: -10px
}

[dir=ltr] .carousel-indicators li:after,
[dir=ltr] .carousel-indicators li:before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

[dir=ltr] .carousel-indicators li:after {
	bottom: -10px
}

[dir=ltr] .carousel-indicators .active {
	background-color: #fff
}

[dir=ltr] .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

[dir=ltr] .align-baseline {
	vertical-align: baseline !important
}

[dir=ltr] .align-top {
	vertical-align: top !important
}

[dir=ltr] .align-middle {
	vertical-align: middle !important
}

[dir=ltr] .align-bottom {
	vertical-align: bottom !important
}

[dir=ltr] .align-text-bottom {
	vertical-align: text-bottom !important
}

[dir=ltr] .align-text-top {
	vertical-align: text-top !important
}

[dir=ltr] .bg-primary {
	background-color: #3783b5 !important
}

[dir=ltr] a.bg-primary:focus,
[dir=ltr] a.bg-primary:hover,
[dir=ltr] button.bg-primary:focus,
[dir=ltr] button.bg-primary:hover {
	background-color: #2b678e !important
}

[dir=ltr] .bg-secondary {
	background-color: #6c757d !important
}

[dir=ltr] a.bg-secondary:focus,
[dir=ltr] a.bg-secondary:hover,
[dir=ltr] button.bg-secondary:focus,
[dir=ltr] button.bg-secondary:hover {
	background-color: #545b62 !important
}

[dir=ltr] .bg-success {
	background-color: #7bb859 !important
}

[dir=ltr] a.bg-success:focus,
[dir=ltr] a.bg-success:hover,
[dir=ltr] button.bg-success:focus,
[dir=ltr] button.bg-success:hover {
	background-color: #629b43 !important
}

[dir=ltr] .bg-info {
	background-color: #5dd2bc !important
}

[dir=ltr] a.bg-info:focus,
[dir=ltr] a.bg-info:hover,
[dir=ltr] button.bg-info:focus,
[dir=ltr] button.bg-info:hover {
	background-color: #37c5aa !important
}

[dir=ltr] .bg-warning {
	background-color: #f5b666 !important
}

[dir=ltr] a.bg-warning:focus,
[dir=ltr] a.bg-warning:hover,
[dir=ltr] button.bg-warning:focus,
[dir=ltr] button.bg-warning:hover {
	background-color: #f29f36 !important
}

[dir=ltr] .bg-danger {
	background-color: #ff3d55 !important
}

[dir=ltr] a.bg-danger:focus,
[dir=ltr] a.bg-danger:hover,
[dir=ltr] button.bg-danger:focus,
[dir=ltr] button.bg-danger:hover {
	background-color: #ff0a28 !important
}

[dir=ltr] .bg-light {
	background-color: #f8f9fa !important
}

[dir=ltr] a.bg-light:focus,
[dir=ltr] a.bg-light:hover,
[dir=ltr] button.bg-light:focus,
[dir=ltr] button.bg-light:hover {
	background-color: #dae0e5 !important
}

[dir=ltr] .bg-dark {
	background-color: #343a40 !important
}

[dir=ltr] a.bg-dark:focus,
[dir=ltr] a.bg-dark:hover,
[dir=ltr] button.bg-dark:focus,
[dir=ltr] button.bg-dark:hover {
	background-color: #1d2124 !important
}

[dir=ltr] .bg-primary-dark {
	background-color: #25364a !important
}

[dir=ltr] a.bg-primary-dark:focus,
[dir=ltr] a.bg-primary-dark:hover,
[dir=ltr] button.bg-primary-dark:focus,
[dir=ltr] button.bg-primary-dark:hover {
	background-color: #141d28 !important
}

[dir=ltr] .bg-body-bg {
	background-color: #f9f9f9 !important
}

[dir=ltr] a.bg-body-bg:focus,
[dir=ltr] a.bg-body-bg:hover,
[dir=ltr] button.bg-body-bg:focus,
[dir=ltr] button.bg-body-bg:hover {
	background-color: #e0dfdf !important
}

[dir=ltr] .bg-drawer-dark-bg {
	background-color: #25364a !important
}

[dir=ltr] a.bg-drawer-dark-bg:focus,
[dir=ltr] a.bg-drawer-dark-bg:hover,
[dir=ltr] button.bg-drawer-dark-bg:focus,
[dir=ltr] button.bg-drawer-dark-bg:hover {
	background-color: #141d28 !important
}

[dir=ltr] .bg-border-color {
	background-color: #e2e8ee !important
}

[dir=ltr] a.bg-border-color:focus,
[dir=ltr] a.bg-border-color:hover,
[dir=ltr] button.bg-border-color:focus,
[dir=ltr] button.bg-border-color:hover {
	background-color: #c2cfdb !important
}

[dir=ltr] .bg-text-color {
	background-color: #25364a !important
}

[dir=ltr] a.bg-text-color:focus,
[dir=ltr] a.bg-text-color:hover,
[dir=ltr] button.bg-text-color:focus,
[dir=ltr] button.bg-text-color:hover {
	background-color: #141d28 !important
}

[dir=ltr] .bg-link-color {
	background-color: red !important
}

[dir=ltr] a.bg-link-color:focus,
[dir=ltr] a.bg-link-color:hover,
[dir=ltr] button.bg-link-color:focus,
[dir=ltr] button.bg-link-color:hover {
	background-color: #1695e8 !important
}

[dir=ltr] .bg-muted-color {
	background-color: #6c757d !important
}

[dir=ltr] a.bg-muted-color:focus,
[dir=ltr] a.bg-muted-color:hover,
[dir=ltr] button.bg-muted-color:focus,
[dir=ltr] button.bg-muted-color:hover {
	background-color: #545b62 !important
}

[dir=ltr] .bg-facebook {
	background-color: #3b5998 !important
}

[dir=ltr] a.bg-facebook:focus,
[dir=ltr] a.bg-facebook:hover,
[dir=ltr] button.bg-facebook:focus,
[dir=ltr] button.bg-facebook:hover {
	background-color: #2d4373 !important
}

[dir=ltr] .bg-twitter {
	background-color: #00aced !important
}

[dir=ltr] a.bg-twitter:focus,
[dir=ltr] a.bg-twitter:hover,
[dir=ltr] button.bg-twitter:focus,
[dir=ltr] button.bg-twitter:hover {
	background-color: #0087ba !important
}

[dir=ltr] .bg-instagram {
	background-color: #e4405f !important
}

[dir=ltr] a.bg-instagram:focus,
[dir=ltr] a.bg-instagram:hover,
[dir=ltr] button.bg-instagram:focus,
[dir=ltr] button.bg-instagram:hover {
	background-color: #d31e40 !important
}

[dir=ltr] .bg-dribbble {
	background-color: #ea4c89 !important
}

[dir=ltr] a.bg-dribbble:focus,
[dir=ltr] a.bg-dribbble:hover,
[dir=ltr] button.bg-dribbble:focus,
[dir=ltr] button.bg-dribbble:hover {
	background-color: #e51e6b !important
}

[dir=ltr] .bg-gray,
[dir=ltr] a.bg-gray:focus,
[dir=ltr] a.bg-gray:hover,
[dir=ltr] button.bg-gray:focus,
[dir=ltr] button.bg-gray:hover {
	background-color: rgba(0, 0, 0, .84) !important
}

[dir=ltr] .bg-fade {
	background-color: #f5f9fb !important
}

[dir=ltr] a.bg-fade:focus,
[dir=ltr] a.bg-fade:hover,
[dir=ltr] button.bg-fade:focus,
[dir=ltr] button.bg-fade:hover {
	background-color: #d1e3ec !important
}

[dir=ltr] .bg-white {
	background-color: #fff !important
}

[dir=ltr] .bg-transparent {
	background-color: transparent !important
}

[dir=ltr] .border {
	border: 1px solid #e2e8ee !important
}

[dir=ltr] .border-top {
	border-top: 1px solid #e2e8ee !important
}

[dir=ltr] .border-right {
	border-right: 1px solid #e2e8ee !important
}

[dir=ltr] .border-bottom {
	border-bottom: 1px solid #e2e8ee !important
}

[dir=ltr] .border-left {
	border-left: 1px solid #e2e8ee !important
}

[dir=ltr] .border-0 {
	border: 0 !important
}

[dir=ltr] .border-top-0 {
	border-top: 0 !important
}

[dir=ltr] .border-right-0 {
	border-right: 0 !important
}

[dir=ltr] .border-bottom-0 {
	border-bottom: 0 !important
}

[dir=ltr] .border-left-0 {
	border-left: 0 !important
}

[dir=ltr] .border-primary {
	border-color: #3783b5 !important
}

[dir=ltr] .border-secondary {
	border-color: #6c757d !important
}

[dir=ltr] .border-success {
	border-color: #7bb859 !important
}

[dir=ltr] .border-info {
	border-color: #5dd2bc !important
}

[dir=ltr] .border-warning {
	border-color: #f5b666 !important
}

[dir=ltr] .border-danger {
	border-color: #ff3d55 !important
}

[dir=ltr] .border-light {
	border-color: #f8f9fa !important
}

[dir=ltr] .border-dark {
	border-color: #343a40 !important
}

[dir=ltr] .border-primary-dark {
	border-color: #25364a !important
}

[dir=ltr] .border-body-bg {
	border-color: #f9f9f9 !important
}

[dir=ltr] .border-drawer-dark-bg {
	border-color: #25364a !important
}

[dir=ltr] .border-border-color {
	border-color: #e2e8ee !important
}

[dir=ltr] .border-text-color {
	border-color: #25364a !important
}

[dir=ltr] .border-link-color {
	border-color: red !important
}

[dir=ltr] .border-muted-color {
	border-color: #6c757d !important
}

[dir=ltr] .border-facebook {
	border-color: #3b5998 !important
}

[dir=ltr] .border-twitter {
	border-color: #00aced !important
}

[dir=ltr] .border-instagram {
	border-color: #e4405f !important
}

[dir=ltr] .border-dribbble {
	border-color: #ea4c89 !important
}

[dir=ltr] .border-gray {
	border-color: rgba(0, 0, 0, .84) !important
}

[dir=ltr] .border-fade {
	border-color: #f5f9fb !important
}

[dir=ltr] .border-white {
	border-color: #fff !important
}

[dir=ltr] .rounded {
	border-radius: .25rem !important
}

[dir=ltr] .rounded-top {
	border-top-left-radius: .25rem !important
}

[dir=ltr] .rounded-right,
[dir=ltr] .rounded-top {
	border-top-right-radius: .25rem !important
}

[dir=ltr] .rounded-bottom,
[dir=ltr] .rounded-right {
	border-bottom-right-radius: .25rem !important
}

[dir=ltr] .rounded-bottom,
[dir=ltr] .rounded-left {
	border-bottom-left-radius: .25rem !important
}

[dir=ltr] .rounded-left {
	border-top-left-radius: .25rem !important
}

[dir=ltr] .rounded-circle {
	border-radius: 50% !important
}

[dir=ltr] .rounded-0 {
	border-radius: 0 !important
}

[dir=ltr] .clearfix:after {
	display: block;
	clear: both;
	content: ""
}

[dir=ltr] .d-none {
	display: none !important
}

[dir=ltr] .d-inline {
	display: inline !important
}

[dir=ltr] .d-inline-block {
	display: inline-block !important
}

[dir=ltr] .d-block {
	display: block !important
}

[dir=ltr] .d-table {
	display: table !important
}

[dir=ltr] .d-table-row {
	display: table-row !important
}

[dir=ltr] .d-table-cell {
	display: table-cell !important
}

[dir=ltr] .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

[dir=ltr] .d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	[dir=ltr] .d-sm-none {
		display: none !important
	}

	[dir=ltr] .d-sm-inline {
		display: inline !important
	}

	[dir=ltr] .d-sm-inline-block {
		display: inline-block !important
	}

	[dir=ltr] .d-sm-block {
		display: block !important
	}

	[dir=ltr] .d-sm-table {
		display: table !important
	}

	[dir=ltr] .d-sm-table-row {
		display: table-row !important
	}

	[dir=ltr] .d-sm-table-cell {
		display: table-cell !important
	}

	[dir=ltr] .d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	[dir=ltr] .d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	[dir=ltr] .d-md-none {
		display: none !important
	}

	[dir=ltr] .d-md-inline {
		display: inline !important
	}

	[dir=ltr] .d-md-inline-block {
		display: inline-block !important
	}

	[dir=ltr] .d-md-block {
		display: block !important
	}

	[dir=ltr] .d-md-table {
		display: table !important
	}

	[dir=ltr] .d-md-table-row {
		display: table-row !important
	}

	[dir=ltr] .d-md-table-cell {
		display: table-cell !important
	}

	[dir=ltr] .d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	[dir=ltr] .d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	[dir=ltr] .d-lg-none {
		display: none !important
	}

	[dir=ltr] .d-lg-inline {
		display: inline !important
	}

	[dir=ltr] .d-lg-inline-block {
		display: inline-block !important
	}

	[dir=ltr] .d-lg-block {
		display: block !important
	}

	[dir=ltr] .d-lg-table {
		display: table !important
	}

	[dir=ltr] .d-lg-table-row {
		display: table-row !important
	}

	[dir=ltr] .d-lg-table-cell {
		display: table-cell !important
	}

	[dir=ltr] .d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	[dir=ltr] .d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	[dir=ltr] .d-xl-none {
		display: none !important
	}

	[dir=ltr] .d-xl-inline {
		display: inline !important
	}

	[dir=ltr] .d-xl-inline-block {
		display: inline-block !important
	}

	[dir=ltr] .d-xl-block {
		display: block !important
	}

	[dir=ltr] .d-xl-table {
		display: table !important
	}

	[dir=ltr] .d-xl-table-row {
		display: table-row !important
	}

	[dir=ltr] .d-xl-table-cell {
		display: table-cell !important
	}

	[dir=ltr] .d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	[dir=ltr] .d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	[dir=ltr] .d-print-none {
		display: none !important
	}

	[dir=ltr] .d-print-inline {
		display: inline !important
	}

	[dir=ltr] .d-print-inline-block {
		display: inline-block !important
	}

	[dir=ltr] .d-print-block {
		display: block !important
	}

	[dir=ltr] .d-print-table {
		display: table !important
	}

	[dir=ltr] .d-print-table-row {
		display: table-row !important
	}

	[dir=ltr] .d-print-table-cell {
		display: table-cell !important
	}

	[dir=ltr] .d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	[dir=ltr] .d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

[dir=ltr] .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

[dir=ltr] .embed-responsive:before {
	display: block;
	content: ""
}

[dir=ltr] .embed-responsive .embed-responsive-item,
[dir=ltr] .embed-responsive embed,
[dir=ltr] .embed-responsive iframe,
[dir=ltr] .embed-responsive object,
[dir=ltr] .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

[dir=ltr] .embed-responsive-21by9:before {
	padding-top: 42.85714286%
}

[dir=ltr] .embed-responsive-16by9:before {
	padding-top: 56.25%
}

[dir=ltr] .embed-responsive-4by3:before {
	padding-top: 75%
}

[dir=ltr] .embed-responsive-1by1:before {
	padding-top: 100%
}

[dir=ltr] .flex-row {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

[dir=ltr] .flex-column,
[dir=ltr] .flex-row {
	-webkit-box-direction: normal !important
}

[dir=ltr] .flex-column {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

[dir=ltr] .flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

[dir=ltr] .flex-column-reverse,
[dir=ltr] .flex-row-reverse {
	-webkit-box-direction: reverse !important
}

[dir=ltr] .flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

[dir=ltr] .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

[dir=ltr] .flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

[dir=ltr] .flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

[dir=ltr] .justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

[dir=ltr] .justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

[dir=ltr] .justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

[dir=ltr] .justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

[dir=ltr] .justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

[dir=ltr] .align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

[dir=ltr] .align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

[dir=ltr] .align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

[dir=ltr] .align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

[dir=ltr] .align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

[dir=ltr] .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

[dir=ltr] .align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

[dir=ltr] .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

[dir=ltr] .align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

[dir=ltr] .align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

[dir=ltr] .align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

[dir=ltr] .align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

[dir=ltr] .align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

[dir=ltr] .align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

[dir=ltr] .align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

[dir=ltr] .align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

[dir=ltr] .align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	[dir=ltr] .flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	[dir=ltr] .flex-sm-column,
	[dir=ltr] .flex-sm-row {
		-webkit-box-direction: normal !important
	}

	[dir=ltr] .flex-sm-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	[dir=ltr] .flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	[dir=ltr] .flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	[dir=ltr] .flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	[dir=ltr] .flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	[dir=ltr] .flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	[dir=ltr] .justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	[dir=ltr] .justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	[dir=ltr] .justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	[dir=ltr] .justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	[dir=ltr] .justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	[dir=ltr] .align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	[dir=ltr] .align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	[dir=ltr] .align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	[dir=ltr] .align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	[dir=ltr] .align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	[dir=ltr] .align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	[dir=ltr] .align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	[dir=ltr] .align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	[dir=ltr] .align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	[dir=ltr] .align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	[dir=ltr] .align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	[dir=ltr] .align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	[dir=ltr] .align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	[dir=ltr] .align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	[dir=ltr] .align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	[dir=ltr] .align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	[dir=ltr] .align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	[dir=ltr] .flex-md-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	[dir=ltr] .flex-md-column,
	[dir=ltr] .flex-md-row {
		-webkit-box-direction: normal !important
	}

	[dir=ltr] .flex-md-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	[dir=ltr] .flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	[dir=ltr] .flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	[dir=ltr] .flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	[dir=ltr] .flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	[dir=ltr] .flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	[dir=ltr] .justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	[dir=ltr] .justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	[dir=ltr] .justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	[dir=ltr] .justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	[dir=ltr] .justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	[dir=ltr] .align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	[dir=ltr] .align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	[dir=ltr] .align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	[dir=ltr] .align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	[dir=ltr] .align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	[dir=ltr] .align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	[dir=ltr] .align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	[dir=ltr] .align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	[dir=ltr] .align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	[dir=ltr] .align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	[dir=ltr] .align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	[dir=ltr] .align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	[dir=ltr] .align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	[dir=ltr] .align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	[dir=ltr] .align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	[dir=ltr] .align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	[dir=ltr] .align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	[dir=ltr] .flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	[dir=ltr] .flex-lg-column,
	[dir=ltr] .flex-lg-row {
		-webkit-box-direction: normal !important
	}

	[dir=ltr] .flex-lg-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	[dir=ltr] .flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	[dir=ltr] .flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	[dir=ltr] .flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	[dir=ltr] .flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	[dir=ltr] .flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	[dir=ltr] .justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	[dir=ltr] .justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	[dir=ltr] .justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	[dir=ltr] .justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	[dir=ltr] .justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	[dir=ltr] .align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	[dir=ltr] .align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	[dir=ltr] .align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	[dir=ltr] .align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	[dir=ltr] .align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	[dir=ltr] .align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	[dir=ltr] .align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	[dir=ltr] .align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	[dir=ltr] .align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	[dir=ltr] .align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	[dir=ltr] .align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	[dir=ltr] .align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	[dir=ltr] .align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	[dir=ltr] .align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	[dir=ltr] .align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	[dir=ltr] .align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	[dir=ltr] .align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1200px) {
	[dir=ltr] .flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	[dir=ltr] .flex-xl-column,
	[dir=ltr] .flex-xl-row {
		-webkit-box-direction: normal !important
	}

	[dir=ltr] .flex-xl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	[dir=ltr] .flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	[dir=ltr] .flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	[dir=ltr] .flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	[dir=ltr] .flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	[dir=ltr] .flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	[dir=ltr] .justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	[dir=ltr] .justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	[dir=ltr] .justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	[dir=ltr] .justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	[dir=ltr] .justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	[dir=ltr] .align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	[dir=ltr] .align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	[dir=ltr] .align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	[dir=ltr] .align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	[dir=ltr] .align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	[dir=ltr] .align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	[dir=ltr] .align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	[dir=ltr] .align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	[dir=ltr] .align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	[dir=ltr] .align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	[dir=ltr] .align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	[dir=ltr] .align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	[dir=ltr] .align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	[dir=ltr] .align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	[dir=ltr] .align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	[dir=ltr] .align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	[dir=ltr] .align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

[dir=ltr] .float-left {
	float: left !important
}

[dir=ltr] .float-right {
	float: right !important
}

[dir=ltr] .float-none {
	float: none !important
}

@media (min-width:576px) {
	[dir=ltr] .float-sm-left {
		float: left !important
	}

	[dir=ltr] .float-sm-right {
		float: right !important
	}

	[dir=ltr] .float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	[dir=ltr] .float-md-left {
		float: left !important
	}

	[dir=ltr] .float-md-right {
		float: right !important
	}

	[dir=ltr] .float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	[dir=ltr] .float-lg-left {
		float: left !important
	}

	[dir=ltr] .float-lg-right {
		float: right !important
	}

	[dir=ltr] .float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	[dir=ltr] .float-xl-left {
		float: left !important
	}

	[dir=ltr] .float-xl-right {
		float: right !important
	}

	[dir=ltr] .float-xl-none {
		float: none !important
	}
}

[dir=ltr] .position-static {
	position: static !important
}

[dir=ltr] .position-relative {
	position: relative !important
}

[dir=ltr] .position-absolute {
	position: absolute !important
}

[dir=ltr] .position-fixed {
	position: fixed !important
}

[dir=ltr] .position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

[dir=ltr] .fixed-top {
	top: 0
}

[dir=ltr] .fixed-bottom,
[dir=ltr] .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

[dir=ltr] .fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	[dir=ltr] .sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

[dir=ltr] .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

[dir=ltr] .sr-only-focusable:active,
[dir=ltr] .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

[dir=ltr] .w-25 {
	width: 25% !important
}

[dir=ltr] .w-50 {
	width: 50% !important
}

[dir=ltr] .w-75 {
	width: 75% !important
}

[dir=ltr] .w-100 {
	width: 100% !important
}

[dir=ltr] .h-25 {
	height: 25% !important
}

[dir=ltr] .h-50 {
	height: 50% !important
}

[dir=ltr] .h-75 {
	height: 75% !important
}

/*[dir=ltr] .h-100 {
	height: 100% !important
}
*/
[dir=ltr] .mw-100 {
	max-width: 100% !important
}

[dir=ltr] .mh-100 {
	max-height: 100% !important
}

[dir=ltr] .m-0 {
	margin: 0 !important
}

[dir=ltr] .mt-0,
[dir=ltr] .my-0 {
	margin-top: 0 !important
}

[dir=ltr] .mr-0,
[dir=ltr] .mx-0 {
	margin-right: 0 !important
}

[dir=ltr] .mb-0,
[dir=ltr] .my-0 {
	margin-bottom: 0 !important
}

[dir=ltr] .ml-0,
[dir=ltr] .mx-0 {
	margin-left: 0 !important
}

[dir=ltr] .m-1 {
	margin: .3125rem !important
}

[dir=ltr] .mt-1,
[dir=ltr] .my-1 {
	margin-top: .3125rem !important
}

[dir=ltr] .mr-1,
[dir=ltr] .mx-1 {
	margin-right: .3125rem !important
}

[dir=ltr] .mb-1,
[dir=ltr] .my-1 {
	margin-bottom: .3125rem !important
}

[dir=ltr] .ml-1,
[dir=ltr] .mx-1 {
	margin-left: .3125rem !important
}

[dir=ltr] .m-2 {
	margin: .625rem !important
}

[dir=ltr] .mt-2,
[dir=ltr] .my-2 {
	margin-top: .625rem !important
}

[dir=ltr] .mr-2,
[dir=ltr] .mx-2 {
	margin-right: .625rem !important
}

[dir=ltr] .mb-2,
[dir=ltr] .my-2 {
	margin-bottom: .625rem !important
}

[dir=ltr] .ml-2,
[dir=ltr] .mx-2 {
	margin-left: .625rem !important
}

[dir=ltr] .m-3 {
	margin: 1.25rem !important
}

[dir=ltr] .mt-3,
[dir=ltr] .my-3 {
	margin-top: 1.25rem !important
}

[dir=ltr] .mr-3,
[dir=ltr] .mx-3 {
	margin-right: 1.25rem !important
}

[dir=ltr] .mb-3,
[dir=ltr] .my-3 {
	margin-bottom: 1.25rem !important
}

[dir=ltr] .ml-3,
[dir=ltr] .mx-3 {
	margin-left: 1.25rem !important
}

[dir=ltr] .m-4 {
	margin: 1.875rem !important
}

[dir=ltr] .mt-4,
[dir=ltr] .my-4 {
	margin-top: 1.875rem !important
}

[dir=ltr] .mr-4,
[dir=ltr] .mx-4 {
	margin-right: 1.875rem !important
}

[dir=ltr] .mb-4,
[dir=ltr] .my-4 {
	margin-bottom: 1.875rem !important
}

[dir=ltr] .ml-4,
[dir=ltr] .mx-4 {
	margin-left: 1.875rem !important
}

[dir=ltr] .m-5 {
	margin: 3.75rem !important
}

[dir=ltr] .mt-5,
[dir=ltr] .my-5 {
	margin-top: 3.75rem !important
}

[dir=ltr] .mr-5,
[dir=ltr] .mx-5 {
	margin-right: 3.75rem !important
}

[dir=ltr] .mb-5,
[dir=ltr] .my-5 {
	margin-bottom: 3.75rem !important
}

[dir=ltr] .ml-5,
[dir=ltr] .mx-5 {
	margin-left: 3.75rem !important
}

[dir=ltr] .p-0 {
	padding: 0 !important
}

[dir=ltr] .pt-0,
[dir=ltr] .py-0 {
	padding-top: 0 !important
}

[dir=ltr] .pr-0,
[dir=ltr] .px-0 {
	padding-right: 0 !important
}

[dir=ltr] .pb-0,
[dir=ltr] .py-0 {
	padding-bottom: 0 !important
}

[dir=ltr] .pl-0,
[dir=ltr] .px-0 {
	padding-left: 0 !important
}

[dir=ltr] .p-1 {
	padding: .3125rem !important
}

[dir=ltr] .pt-1,
[dir=ltr] .py-1 {
	padding-top: .3125rem !important
}

[dir=ltr] .pr-1,
[dir=ltr] .px-1 {
	padding-right: .3125rem !important
}

[dir=ltr] .pb-1,
[dir=ltr] .py-1 {
	padding-bottom: .3125rem !important
}

[dir=ltr] .pl-1,
[dir=ltr] .px-1 {
	padding-left: .3125rem !important
}

[dir=ltr] .p-2 {
	padding: .625rem !important
}

[dir=ltr] .pt-2,
[dir=ltr] .py-2 {
	padding-top: .625rem !important
}

[dir=ltr] .pr-2,
[dir=ltr] .px-2 {
	padding-right: .625rem !important
}

[dir=ltr] .pb-2,
[dir=ltr] .py-2 {
	padding-bottom: .625rem !important
}

[dir=ltr] .pl-2,
[dir=ltr] .px-2 {
	padding-left: .625rem !important
}

[dir=ltr] .p-3 {
	padding: 1.25rem !important
}

[dir=ltr] .pt-3,
[dir=ltr] .py-3 {
	padding-top: 1.25rem !important
}

[dir=ltr] .pr-3,
[dir=ltr] .px-3 {
	padding-right: 1.25rem !important
}

[dir=ltr] .pb-3,
[dir=ltr] .py-3 {
	padding-bottom: 1.25rem !important
}

[dir=ltr] .pl-3,
[dir=ltr] .px-3 {
	padding-left: 1.25rem !important
}

[dir=ltr] .p-4 {
	padding: 1.875rem !important
}

[dir=ltr] .pt-4,
[dir=ltr] .py-4 {
	padding-top: 1.875rem !important
}

[dir=ltr] .pr-4,
[dir=ltr] .px-4 {
	padding-right: 1.875rem !important
}

[dir=ltr] .pb-4,
[dir=ltr] .py-4 {
	padding-bottom: 1.875rem !important
}

[dir=ltr] .pl-4,
[dir=ltr] .px-4 {
	padding-left: 1.875rem !important
}

[dir=ltr] .p-5 {
	padding: 3.75rem !important
}

[dir=ltr] .pt-5,
[dir=ltr] .py-5 {
	padding-top: 3.75rem !important
}

[dir=ltr] .pr-5,
[dir=ltr] .px-5 {
	padding-right: 3.75rem !important
}

[dir=ltr] .pb-5,
[dir=ltr] .py-5 {
	padding-bottom: 3.75rem !important
}

[dir=ltr] .pl-5,
[dir=ltr] .px-5 {
	padding-left: 3.75rem !important
}

[dir=ltr] .m-auto {
	margin: auto !important
}

[dir=ltr] .mt-auto,
[dir=ltr] .my-auto {
	margin-top: auto !important
}

[dir=ltr] .mr-auto,
[dir=ltr] .mx-auto {
	margin-right: auto !important
}

[dir=ltr] .mb-auto,
[dir=ltr] .my-auto {
	margin-bottom: auto !important
}

[dir=ltr] .ml-auto,
[dir=ltr] .mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	[dir=ltr] .m-sm-0 {
		margin: 0 !important
	}

	[dir=ltr] .mt-sm-0,
	[dir=ltr] .my-sm-0 {
		margin-top: 0 !important
	}

	[dir=ltr] .mr-sm-0,
	[dir=ltr] .mx-sm-0 {
		margin-right: 0 !important
	}

	[dir=ltr] .mb-sm-0,
	[dir=ltr] .my-sm-0 {
		margin-bottom: 0 !important
	}

	[dir=ltr] .ml-sm-0,
	[dir=ltr] .mx-sm-0 {
		margin-left: 0 !important
	}

	[dir=ltr] .m-sm-1 {
		margin: .3125rem !important
	}

	[dir=ltr] .mt-sm-1,
	[dir=ltr] .my-sm-1 {
		margin-top: .3125rem !important
	}

	[dir=ltr] .mr-sm-1,
	[dir=ltr] .mx-sm-1 {
		margin-right: .3125rem !important
	}

	[dir=ltr] .mb-sm-1,
	[dir=ltr] .my-sm-1 {
		margin-bottom: .3125rem !important
	}

	[dir=ltr] .ml-sm-1,
	[dir=ltr] .mx-sm-1 {
		margin-left: .3125rem !important
	}

	[dir=ltr] .m-sm-2 {
		margin: .625rem !important
	}

	[dir=ltr] .mt-sm-2,
	[dir=ltr] .my-sm-2 {
		margin-top: .625rem !important
	}

	[dir=ltr] .mr-sm-2,
	[dir=ltr] .mx-sm-2 {
		margin-right: .625rem !important
	}

	[dir=ltr] .mb-sm-2,
	[dir=ltr] .my-sm-2 {
		margin-bottom: .625rem !important
	}

	[dir=ltr] .ml-sm-2,
	[dir=ltr] .mx-sm-2 {
		margin-left: .625rem !important
	}

	[dir=ltr] .m-sm-3 {
		margin: 1.25rem !important
	}

	[dir=ltr] .mt-sm-3,
	[dir=ltr] .my-sm-3 {
		margin-top: 1.25rem !important
	}

	[dir=ltr] .mr-sm-3,
	[dir=ltr] .mx-sm-3 {
		margin-right: 1.25rem !important
	}

	[dir=ltr] .mb-sm-3,
	[dir=ltr] .my-sm-3 {
		margin-bottom: 1.25rem !important
	}

	[dir=ltr] .ml-sm-3,
	[dir=ltr] .mx-sm-3 {
		margin-left: 1.25rem !important
	}

	[dir=ltr] .m-sm-4 {
		margin: 1.875rem !important
	}

	[dir=ltr] .mt-sm-4,
	[dir=ltr] .my-sm-4 {
		margin-top: 1.875rem !important
	}

	[dir=ltr] .mr-sm-4,
	[dir=ltr] .mx-sm-4 {
		margin-right: 1.875rem !important
	}

	[dir=ltr] .mb-sm-4,
	[dir=ltr] .my-sm-4 {
		margin-bottom: 1.875rem !important
	}

	[dir=ltr] .ml-sm-4,
	[dir=ltr] .mx-sm-4 {
		margin-left: 1.875rem !important
	}

	[dir=ltr] .m-sm-5 {
		margin: 3.75rem !important
	}

	[dir=ltr] .mt-sm-5,
	[dir=ltr] .my-sm-5 {
		margin-top: 3.75rem !important
	}

	[dir=ltr] .mr-sm-5,
	[dir=ltr] .mx-sm-5 {
		margin-right: 3.75rem !important
	}

	[dir=ltr] .mb-sm-5,
	[dir=ltr] .my-sm-5 {
		margin-bottom: 3.75rem !important
	}

	[dir=ltr] .ml-sm-5,
	[dir=ltr] .mx-sm-5 {
		margin-left: 3.75rem !important
	}

	[dir=ltr] .p-sm-0 {
		padding: 0 !important
	}

	[dir=ltr] .pt-sm-0,
	[dir=ltr] .py-sm-0 {
		padding-top: 0 !important
	}

	[dir=ltr] .pr-sm-0,
	[dir=ltr] .px-sm-0 {
		padding-right: 0 !important
	}

	[dir=ltr] .pb-sm-0,
	[dir=ltr] .py-sm-0 {
		padding-bottom: 0 !important
	}

	[dir=ltr] .pl-sm-0,
	[dir=ltr] .px-sm-0 {
		padding-left: 0 !important
	}

	[dir=ltr] .p-sm-1 {
		padding: .3125rem !important
	}

	[dir=ltr] .pt-sm-1,
	[dir=ltr] .py-sm-1 {
		padding-top: .3125rem !important
	}

	[dir=ltr] .pr-sm-1,
	[dir=ltr] .px-sm-1 {
		padding-right: .3125rem !important
	}

	[dir=ltr] .pb-sm-1,
	[dir=ltr] .py-sm-1 {
		padding-bottom: .3125rem !important
	}

	[dir=ltr] .pl-sm-1,
	[dir=ltr] .px-sm-1 {
		padding-left: .3125rem !important
	}

	[dir=ltr] .p-sm-2 {
		padding: .625rem !important
	}

	[dir=ltr] .pt-sm-2,
	[dir=ltr] .py-sm-2 {
		padding-top: .625rem !important
	}

	[dir=ltr] .pr-sm-2,
	[dir=ltr] .px-sm-2 {
		padding-right: .625rem !important
	}

	[dir=ltr] .pb-sm-2,
	[dir=ltr] .py-sm-2 {
		padding-bottom: .625rem !important
	}

	[dir=ltr] .pl-sm-2,
	[dir=ltr] .px-sm-2 {
		padding-left: .625rem !important
	}

	[dir=ltr] .p-sm-3 {
		padding: 1.25rem !important
	}

	[dir=ltr] .pt-sm-3,
	[dir=ltr] .py-sm-3 {
		padding-top: 1.25rem !important
	}

	[dir=ltr] .pr-sm-3,
	[dir=ltr] .px-sm-3 {
		padding-right: 1.25rem !important
	}

	[dir=ltr] .pb-sm-3,
	[dir=ltr] .py-sm-3 {
		padding-bottom: 1.25rem !important
	}

	[dir=ltr] .pl-sm-3,
	[dir=ltr] .px-sm-3 {
		padding-left: 1.25rem !important
	}

	[dir=ltr] .p-sm-4 {
		padding: 1.875rem !important
	}

	[dir=ltr] .pt-sm-4,
	[dir=ltr] .py-sm-4 {
		padding-top: 1.875rem !important
	}

	[dir=ltr] .pr-sm-4,
	[dir=ltr] .px-sm-4 {
		padding-right: 1.875rem !important
	}

	[dir=ltr] .pb-sm-4,
	[dir=ltr] .py-sm-4 {
		padding-bottom: 1.875rem !important
	}

	[dir=ltr] .pl-sm-4,
	[dir=ltr] .px-sm-4 {
		padding-left: 1.875rem !important
	}

	[dir=ltr] .p-sm-5 {
		padding: 3.75rem !important
	}

	[dir=ltr] .pt-sm-5,
	[dir=ltr] .py-sm-5 {
		padding-top: 3.75rem !important
	}

	[dir=ltr] .pr-sm-5,
	[dir=ltr] .px-sm-5 {
		padding-right: 3.75rem !important
	}

	[dir=ltr] .pb-sm-5,
	[dir=ltr] .py-sm-5 {
		padding-bottom: 3.75rem !important
	}

	[dir=ltr] .pl-sm-5,
	[dir=ltr] .px-sm-5 {
		padding-left: 3.75rem !important
	}

	[dir=ltr] .m-sm-auto {
		margin: auto !important
	}

	[dir=ltr] .mt-sm-auto,
	[dir=ltr] .my-sm-auto {
		margin-top: auto !important
	}

	[dir=ltr] .mr-sm-auto,
	[dir=ltr] .mx-sm-auto {
		margin-right: auto !important
	}

	[dir=ltr] .mb-sm-auto,
	[dir=ltr] .my-sm-auto {
		margin-bottom: auto !important
	}

	[dir=ltr] .ml-sm-auto,
	[dir=ltr] .mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	[dir=ltr] .m-md-0 {
		margin: 0 !important
	}

	[dir=ltr] .mt-md-0,
	[dir=ltr] .my-md-0 {
		margin-top: 0 !important
	}

	[dir=ltr] .mr-md-0,
	[dir=ltr] .mx-md-0 {
		margin-right: 0 !important
	}

	[dir=ltr] .mb-md-0,
	[dir=ltr] .my-md-0 {
		margin-bottom: 0 !important
	}

	[dir=ltr] .ml-md-0,
	[dir=ltr] .mx-md-0 {
		margin-left: 0 !important
	}

	[dir=ltr] .m-md-1 {
		margin: .3125rem !important
	}

	[dir=ltr] .mt-md-1,
	[dir=ltr] .my-md-1 {
		margin-top: .3125rem !important
	}

	[dir=ltr] .mr-md-1,
	[dir=ltr] .mx-md-1 {
		margin-right: .3125rem !important
	}

	[dir=ltr] .mb-md-1,
	[dir=ltr] .my-md-1 {
		margin-bottom: .3125rem !important
	}

	[dir=ltr] .ml-md-1,
	[dir=ltr] .mx-md-1 {
		margin-left: .3125rem !important
	}

	[dir=ltr] .m-md-2 {
		margin: .625rem !important
	}

	[dir=ltr] .mt-md-2,
	[dir=ltr] .my-md-2 {
		margin-top: .625rem !important
	}

	[dir=ltr] .mr-md-2,
	[dir=ltr] .mx-md-2 {
		margin-right: .625rem !important
	}

	[dir=ltr] .mb-md-2,
	[dir=ltr] .my-md-2 {
		margin-bottom: .625rem !important
	}

	[dir=ltr] .ml-md-2,
	[dir=ltr] .mx-md-2 {
		margin-left: .625rem !important
	}

	[dir=ltr] .m-md-3 {
		margin: 1.25rem !important
	}

	[dir=ltr] .mt-md-3,
	[dir=ltr] .my-md-3 {
		margin-top: 1.25rem !important
	}

	[dir=ltr] .mr-md-3,
	[dir=ltr] .mx-md-3 {
		margin-right: 1.25rem !important
	}

	[dir=ltr] .mb-md-3,
	[dir=ltr] .my-md-3 {
		margin-bottom: 1.25rem !important
	}

	[dir=ltr] .ml-md-3,
	[dir=ltr] .mx-md-3 {
		margin-left: 1.25rem !important
	}

	[dir=ltr] .m-md-4 {
		margin: 1.875rem !important
	}

	[dir=ltr] .mt-md-4,
	[dir=ltr] .my-md-4 {
		margin-top: 1.875rem !important
	}

	[dir=ltr] .mr-md-4,
	[dir=ltr] .mx-md-4 {
		margin-right: 1.875rem !important
	}

	[dir=ltr] .mb-md-4,
	[dir=ltr] .my-md-4 {
		margin-bottom: 1.875rem !important
	}

	[dir=ltr] .ml-md-4,
	[dir=ltr] .mx-md-4 {
		margin-left: 1.875rem !important
	}

	[dir=ltr] .m-md-5 {
		margin: 3.75rem !important
	}

	[dir=ltr] .mt-md-5,
	[dir=ltr] .my-md-5 {
		margin-top: 3.75rem !important
	}

	[dir=ltr] .mr-md-5,
	[dir=ltr] .mx-md-5 {
		margin-right: 3.75rem !important
	}

	[dir=ltr] .mb-md-5,
	[dir=ltr] .my-md-5 {
		margin-bottom: 3.75rem !important
	}

	[dir=ltr] .ml-md-5,
	[dir=ltr] .mx-md-5 {
		margin-left: 3.75rem !important
	}

	[dir=ltr] .p-md-0 {
		padding: 0 !important
	}

	[dir=ltr] .pt-md-0,
	[dir=ltr] .py-md-0 {
		padding-top: 0 !important
	}

	[dir=ltr] .pr-md-0,
	[dir=ltr] .px-md-0 {
		padding-right: 0 !important
	}

	[dir=ltr] .pb-md-0,
	[dir=ltr] .py-md-0 {
		padding-bottom: 0 !important
	}

	[dir=ltr] .pl-md-0,
	[dir=ltr] .px-md-0 {
		padding-left: 0 !important
	}

	[dir=ltr] .p-md-1 {
		padding: .3125rem !important
	}

	[dir=ltr] .pt-md-1,
	[dir=ltr] .py-md-1 {
		padding-top: .3125rem !important
	}

	[dir=ltr] .pr-md-1,
	[dir=ltr] .px-md-1 {
		padding-right: .3125rem !important
	}

	[dir=ltr] .pb-md-1,
	[dir=ltr] .py-md-1 {
		padding-bottom: .3125rem !important
	}

	[dir=ltr] .pl-md-1,
	[dir=ltr] .px-md-1 {
		padding-left: .3125rem !important
	}

	[dir=ltr] .p-md-2 {
		padding: .625rem !important
	}

	[dir=ltr] .pt-md-2,
	[dir=ltr] .py-md-2 {
		padding-top: .625rem !important
	}

	[dir=ltr] .pr-md-2,
	[dir=ltr] .px-md-2 {
		padding-right: .625rem !important
	}

	[dir=ltr] .pb-md-2,
	[dir=ltr] .py-md-2 {
		padding-bottom: .625rem !important
	}

	[dir=ltr] .pl-md-2,
	[dir=ltr] .px-md-2 {
		padding-left: .625rem !important
	}

	[dir=ltr] .p-md-3 {
		padding: 1.25rem !important
	}

	[dir=ltr] .pt-md-3,
	[dir=ltr] .py-md-3 {
		padding-top: 1.25rem !important
	}

	[dir=ltr] .pr-md-3,
	[dir=ltr] .px-md-3 {
		padding-right: 1.25rem !important
	}

	[dir=ltr] .pb-md-3,
	[dir=ltr] .py-md-3 {
		padding-bottom: 1.25rem !important
	}

	[dir=ltr] .pl-md-3,
	[dir=ltr] .px-md-3 {
		padding-left: 1.25rem !important
	}

	[dir=ltr] .p-md-4 {
		padding: 1.875rem !important
	}

	[dir=ltr] .pt-md-4,
	[dir=ltr] .py-md-4 {
		padding-top: 1.875rem !important
	}

	[dir=ltr] .pr-md-4,
	[dir=ltr] .px-md-4 {
		padding-right: 1.875rem !important
	}

	[dir=ltr] .pb-md-4,
	[dir=ltr] .py-md-4 {
		padding-bottom: 1.875rem !important
	}

	[dir=ltr] .pl-md-4,
	[dir=ltr] .px-md-4 {
		padding-left: 1.875rem !important
	}

	[dir=ltr] .p-md-5 {
		padding: 3.75rem !important
	}

	[dir=ltr] .pt-md-5,
	[dir=ltr] .py-md-5 {
		padding-top: 3.75rem !important
	}

	[dir=ltr] .pr-md-5,
	[dir=ltr] .px-md-5 {
		padding-right: 3.75rem !important
	}

	[dir=ltr] .pb-md-5,
	[dir=ltr] .py-md-5 {
		padding-bottom: 3.75rem !important
	}

	[dir=ltr] .pl-md-5,
	[dir=ltr] .px-md-5 {
		padding-left: 3.75rem !important
	}

	[dir=ltr] .m-md-auto {
		margin: auto !important
	}

	[dir=ltr] .mt-md-auto,
	[dir=ltr] .my-md-auto {
		margin-top: auto !important
	}

	[dir=ltr] .mr-md-auto,
	[dir=ltr] .mx-md-auto {
		margin-right: auto !important
	}

	[dir=ltr] .mb-md-auto,
	[dir=ltr] .my-md-auto {
		margin-bottom: auto !important
	}

	[dir=ltr] .ml-md-auto,
	[dir=ltr] .mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	[dir=ltr] .m-lg-0 {
		margin: 0 !important
	}

	[dir=ltr] .mt-lg-0,
	[dir=ltr] .my-lg-0 {
		margin-top: 0 !important
	}

	[dir=ltr] .mr-lg-0,
	[dir=ltr] .mx-lg-0 {
		margin-right: 0 !important
	}

	[dir=ltr] .mb-lg-0,
	[dir=ltr] .my-lg-0 {
		margin-bottom: 0 !important
	}

	[dir=ltr] .ml-lg-0,
	[dir=ltr] .mx-lg-0 {
		margin-left: 0 !important
	}

	[dir=ltr] .m-lg-1 {
		margin: .3125rem !important
	}

	[dir=ltr] .mt-lg-1,
	[dir=ltr] .my-lg-1 {
		margin-top: .3125rem !important
	}

	[dir=ltr] .mr-lg-1,
	[dir=ltr] .mx-lg-1 {
		margin-right: .3125rem !important
	}

	[dir=ltr] .mb-lg-1,
	[dir=ltr] .my-lg-1 {
		margin-bottom: .3125rem !important
	}

	[dir=ltr] .ml-lg-1,
	[dir=ltr] .mx-lg-1 {
		margin-left: .3125rem !important
	}

	[dir=ltr] .m-lg-2 {
		margin: .625rem !important
	}

	[dir=ltr] .mt-lg-2,
	[dir=ltr] .my-lg-2 {
		margin-top: .625rem !important
	}

	[dir=ltr] .mr-lg-2,
	[dir=ltr] .mx-lg-2 {
		margin-right: .625rem !important
	}

	[dir=ltr] .mb-lg-2,
	[dir=ltr] .my-lg-2 {
		margin-bottom: .625rem !important
	}

	[dir=ltr] .ml-lg-2,
	[dir=ltr] .mx-lg-2 {
		margin-left: .625rem !important
	}

	[dir=ltr] .m-lg-3 {
		margin: 1.25rem !important
	}

	[dir=ltr] .mt-lg-3,
	[dir=ltr] .my-lg-3 {
		margin-top: 1.25rem !important
	}

	[dir=ltr] .mr-lg-3,
	[dir=ltr] .mx-lg-3 {
		margin-right: 1.25rem !important
	}

	[dir=ltr] .mb-lg-3,
	[dir=ltr] .my-lg-3 {
		margin-bottom: 1.25rem !important
	}

	[dir=ltr] .ml-lg-3,
	[dir=ltr] .mx-lg-3 {
		margin-left: 1.25rem !important
	}

	[dir=ltr] .m-lg-4 {
		margin: 1.875rem !important
	}

	[dir=ltr] .mt-lg-4,
	[dir=ltr] .my-lg-4 {
		margin-top: 1.875rem !important
	}

	[dir=ltr] .mr-lg-4,
	[dir=ltr] .mx-lg-4 {
		margin-right: 1.875rem !important
	}

	[dir=ltr] .mb-lg-4,
	[dir=ltr] .my-lg-4 {
		margin-bottom: 1.875rem !important
	}

	[dir=ltr] .ml-lg-4,
	[dir=ltr] .mx-lg-4 {
		margin-left: 1.875rem !important
	}

	[dir=ltr] .m-lg-5 {
		margin: 3.75rem !important
	}

	[dir=ltr] .mt-lg-5,
	[dir=ltr] .my-lg-5 {
		margin-top: 3.75rem !important
	}

	[dir=ltr] .mr-lg-5,
	[dir=ltr] .mx-lg-5 {
		margin-right: 3.75rem !important
	}

	[dir=ltr] .mb-lg-5,
	[dir=ltr] .my-lg-5 {
		margin-bottom: 3.75rem !important
	}

	[dir=ltr] .ml-lg-5,
	[dir=ltr] .mx-lg-5 {
		margin-left: 3.75rem !important
	}

	[dir=ltr] .p-lg-0 {
		padding: 0 !important
	}

	[dir=ltr] .pt-lg-0,
	[dir=ltr] .py-lg-0 {
		padding-top: 0 !important
	}

	[dir=ltr] .pr-lg-0,
	[dir=ltr] .px-lg-0 {
		padding-right: 0 !important
	}

	[dir=ltr] .pb-lg-0,
	[dir=ltr] .py-lg-0 {
		padding-bottom: 0 !important
	}

	[dir=ltr] .pl-lg-0,
	[dir=ltr] .px-lg-0 {
		padding-left: 0 !important
	}

	[dir=ltr] .p-lg-1 {
		padding: .3125rem !important
	}

	[dir=ltr] .pt-lg-1,
	[dir=ltr] .py-lg-1 {
		padding-top: .3125rem !important
	}

	[dir=ltr] .pr-lg-1,
	[dir=ltr] .px-lg-1 {
		padding-right: .3125rem !important
	}

	[dir=ltr] .pb-lg-1,
	[dir=ltr] .py-lg-1 {
		padding-bottom: .3125rem !important
	}

	[dir=ltr] .pl-lg-1,
	[dir=ltr] .px-lg-1 {
		padding-left: .3125rem !important
	}

	[dir=ltr] .p-lg-2 {
		padding: .625rem !important
	}

	[dir=ltr] .pt-lg-2,
	[dir=ltr] .py-lg-2 {
		padding-top: .625rem !important
	}

	[dir=ltr] .pr-lg-2,
	[dir=ltr] .px-lg-2 {
		padding-right: .625rem !important
	}

	[dir=ltr] .pb-lg-2,
	[dir=ltr] .py-lg-2 {
		padding-bottom: .625rem !important
	}

	[dir=ltr] .pl-lg-2,
	[dir=ltr] .px-lg-2 {
		padding-left: .625rem !important
	}

	[dir=ltr] .p-lg-3 {
		padding: 1.25rem !important
	}

	[dir=ltr] .pt-lg-3,
	[dir=ltr] .py-lg-3 {
		padding-top: 1.25rem !important
	}

	[dir=ltr] .pr-lg-3,
	[dir=ltr] .px-lg-3 {
		padding-right: 1.25rem !important
	}

	[dir=ltr] .pb-lg-3,
	[dir=ltr] .py-lg-3 {
		padding-bottom: 1.25rem !important
	}

	[dir=ltr] .pl-lg-3,
	[dir=ltr] .px-lg-3 {
		padding-left: 1.25rem !important
	}

	[dir=ltr] .p-lg-4 {
		padding: 1.875rem !important
	}

	[dir=ltr] .pt-lg-4,
	[dir=ltr] .py-lg-4 {
		padding-top: 1.875rem !important
	}

	[dir=ltr] .pr-lg-4,
	[dir=ltr] .px-lg-4 {
		padding-right: 1.875rem !important
	}

	[dir=ltr] .pb-lg-4,
	[dir=ltr] .py-lg-4 {
		padding-bottom: 1.875rem !important
	}

	[dir=ltr] .pl-lg-4,
	[dir=ltr] .px-lg-4 {
		padding-left: 1.875rem !important
	}

	[dir=ltr] .p-lg-5 {
		padding: 3.75rem !important
	}

	[dir=ltr] .pt-lg-5,
	[dir=ltr] .py-lg-5 {
		padding-top: 3.75rem !important
	}

	[dir=ltr] .pr-lg-5,
	[dir=ltr] .px-lg-5 {
		padding-right: 3.75rem !important
	}

	[dir=ltr] .pb-lg-5,
	[dir=ltr] .py-lg-5 {
		padding-bottom: 3.75rem !important
	}

	[dir=ltr] .pl-lg-5,
	[dir=ltr] .px-lg-5 {
		padding-left: 3.75rem !important
	}

	[dir=ltr] .m-lg-auto {
		margin: auto !important
	}

	[dir=ltr] .mt-lg-auto,
	[dir=ltr] .my-lg-auto {
		margin-top: auto !important
	}

	[dir=ltr] .mr-lg-auto,
	[dir=ltr] .mx-lg-auto {
		margin-right: auto !important
	}

	[dir=ltr] .mb-lg-auto,
	[dir=ltr] .my-lg-auto {
		margin-bottom: auto !important
	}

	[dir=ltr] .ml-lg-auto,
	[dir=ltr] .mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	[dir=ltr] .m-xl-0 {
		margin: 0 !important
	}

	[dir=ltr] .mt-xl-0,
	[dir=ltr] .my-xl-0 {
		margin-top: 0 !important
	}

	[dir=ltr] .mr-xl-0,
	[dir=ltr] .mx-xl-0 {
		margin-right: 0 !important
	}

	[dir=ltr] .mb-xl-0,
	[dir=ltr] .my-xl-0 {
		margin-bottom: 0 !important
	}

	[dir=ltr] .ml-xl-0,
	[dir=ltr] .mx-xl-0 {
		margin-left: 0 !important
	}

	[dir=ltr] .m-xl-1 {
		margin: .3125rem !important
	}

	[dir=ltr] .mt-xl-1,
	[dir=ltr] .my-xl-1 {
		margin-top: .3125rem !important
	}

	[dir=ltr] .mr-xl-1,
	[dir=ltr] .mx-xl-1 {
		margin-right: .3125rem !important
	}

	[dir=ltr] .mb-xl-1,
	[dir=ltr] .my-xl-1 {
		margin-bottom: .3125rem !important
	}

	[dir=ltr] .ml-xl-1,
	[dir=ltr] .mx-xl-1 {
		margin-left: .3125rem !important
	}

	[dir=ltr] .m-xl-2 {
		margin: .625rem !important
	}

	[dir=ltr] .mt-xl-2,
	[dir=ltr] .my-xl-2 {
		margin-top: .625rem !important
	}

	[dir=ltr] .mr-xl-2,
	[dir=ltr] .mx-xl-2 {
		margin-right: .625rem !important
	}

	[dir=ltr] .mb-xl-2,
	[dir=ltr] .my-xl-2 {
		margin-bottom: .625rem !important
	}

	[dir=ltr] .ml-xl-2,
	[dir=ltr] .mx-xl-2 {
		margin-left: .625rem !important
	}

	[dir=ltr] .m-xl-3 {
		margin: 1.25rem !important
	}

	[dir=ltr] .mt-xl-3,
	[dir=ltr] .my-xl-3 {
		margin-top: 1.25rem !important
	}

	[dir=ltr] .mr-xl-3,
	[dir=ltr] .mx-xl-3 {
		margin-right: 1.25rem !important
	}

	[dir=ltr] .mb-xl-3,
	[dir=ltr] .my-xl-3 {
		margin-bottom: 1.25rem !important
	}

	[dir=ltr] .ml-xl-3,
	[dir=ltr] .mx-xl-3 {
		margin-left: 1.25rem !important
	}

	[dir=ltr] .m-xl-4 {
		margin: 1.875rem !important
	}

	[dir=ltr] .mt-xl-4,
	[dir=ltr] .my-xl-4 {
		margin-top: 1.875rem !important
	}

	[dir=ltr] .mr-xl-4,
	[dir=ltr] .mx-xl-4 {
		margin-right: 1.875rem !important
	}

	[dir=ltr] .mb-xl-4,
	[dir=ltr] .my-xl-4 {
		margin-bottom: 1.875rem !important
	}

	[dir=ltr] .ml-xl-4,
	[dir=ltr] .mx-xl-4 {
		margin-left: 1.875rem !important
	}

	[dir=ltr] .m-xl-5 {
		margin: 3.75rem !important
	}

	[dir=ltr] .mt-xl-5,
	[dir=ltr] .my-xl-5 {
		margin-top: 3.75rem !important
	}

	[dir=ltr] .mr-xl-5,
	[dir=ltr] .mx-xl-5 {
		margin-right: 3.75rem !important
	}

	[dir=ltr] .mb-xl-5,
	[dir=ltr] .my-xl-5 {
		margin-bottom: 3.75rem !important
	}

	[dir=ltr] .ml-xl-5,
	[dir=ltr] .mx-xl-5 {
		margin-left: 3.75rem !important
	}

	[dir=ltr] .p-xl-0 {
		padding: 0 !important
	}

	[dir=ltr] .pt-xl-0,
	[dir=ltr] .py-xl-0 {
		padding-top: 0 !important
	}

	[dir=ltr] .pr-xl-0,
	[dir=ltr] .px-xl-0 {
		padding-right: 0 !important
	}

	[dir=ltr] .pb-xl-0,
	[dir=ltr] .py-xl-0 {
		padding-bottom: 0 !important
	}

	[dir=ltr] .pl-xl-0,
	[dir=ltr] .px-xl-0 {
		padding-left: 0 !important
	}

	[dir=ltr] .p-xl-1 {
		padding: .3125rem !important
	}

	[dir=ltr] .pt-xl-1,
	[dir=ltr] .py-xl-1 {
		padding-top: .3125rem !important
	}

	[dir=ltr] .pr-xl-1,
	[dir=ltr] .px-xl-1 {
		padding-right: .3125rem !important
	}

	[dir=ltr] .pb-xl-1,
	[dir=ltr] .py-xl-1 {
		padding-bottom: .3125rem !important
	}

	[dir=ltr] .pl-xl-1,
	[dir=ltr] .px-xl-1 {
		padding-left: .3125rem !important
	}

	[dir=ltr] .p-xl-2 {
		padding: .625rem !important
	}

	[dir=ltr] .pt-xl-2,
	[dir=ltr] .py-xl-2 {
		padding-top: .625rem !important
	}

	[dir=ltr] .pr-xl-2,
	[dir=ltr] .px-xl-2 {
		padding-right: .625rem !important
	}

	[dir=ltr] .pb-xl-2,
	[dir=ltr] .py-xl-2 {
		padding-bottom: .625rem !important
	}

	[dir=ltr] .pl-xl-2,
	[dir=ltr] .px-xl-2 {
		padding-left: .625rem !important
	}

	[dir=ltr] .p-xl-3 {
		padding: 1.25rem !important
	}

	[dir=ltr] .pt-xl-3,
	[dir=ltr] .py-xl-3 {
		padding-top: 1.25rem !important
	}

	[dir=ltr] .pr-xl-3,
	[dir=ltr] .px-xl-3 {
		padding-right: 1.25rem !important
	}

	[dir=ltr] .pb-xl-3,
	[dir=ltr] .py-xl-3 {
		padding-bottom: 1.25rem !important
	}

	[dir=ltr] .pl-xl-3,
	[dir=ltr] .px-xl-3 {
		padding-left: 1.25rem !important
	}

	[dir=ltr] .p-xl-4 {
		padding: 1.875rem !important
	}

	[dir=ltr] .pt-xl-4,
	[dir=ltr] .py-xl-4 {
		padding-top: 1.875rem !important
	}

	[dir=ltr] .pr-xl-4,
	[dir=ltr] .px-xl-4 {
		padding-right: 1.875rem !important
	}

	[dir=ltr] .pb-xl-4,
	[dir=ltr] .py-xl-4 {
		padding-bottom: 1.875rem !important
	}

	[dir=ltr] .pl-xl-4,
	[dir=ltr] .px-xl-4 {
		padding-left: 1.875rem !important
	}

	[dir=ltr] .p-xl-5 {
		padding: 3.75rem !important
	}

	[dir=ltr] .pt-xl-5,
	[dir=ltr] .py-xl-5 {
		padding-top: 3.75rem !important
	}

	[dir=ltr] .pr-xl-5,
	[dir=ltr] .px-xl-5 {
		padding-right: 3.75rem !important
	}

	[dir=ltr] .pb-xl-5,
	[dir=ltr] .py-xl-5 {
		padding-bottom: 3.75rem !important
	}

	[dir=ltr] .pl-xl-5,
	[dir=ltr] .px-xl-5 {
		padding-left: 3.75rem !important
	}

	[dir=ltr] .m-xl-auto {
		margin: auto !important
	}

	[dir=ltr] .mt-xl-auto,
	[dir=ltr] .my-xl-auto {
		margin-top: auto !important
	}

	[dir=ltr] .mr-xl-auto,
	[dir=ltr] .mx-xl-auto {
		margin-right: auto !important
	}

	[dir=ltr] .mb-xl-auto,
	[dir=ltr] .my-xl-auto {
		margin-bottom: auto !important
	}

	[dir=ltr] .ml-xl-auto,
	[dir=ltr] .mx-xl-auto {
		margin-left: auto !important
	}
}

[dir=ltr] .text-justify {
	text-align: justify !important
}

[dir=ltr] .text-nowrap {
	white-space: nowrap !important
}

[dir=ltr] .text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

[dir=ltr] .text-left {
	text-align: left !important
}

[dir=ltr] .text-right {
	text-align: right !important
}

[dir=ltr] .text-center {
	text-align: center !important
}

@media (min-width:576px) {
	[dir=ltr] .text-sm-left {
		text-align: left !important
	}

	[dir=ltr] .text-sm-right {
		text-align: right !important
	}

	[dir=ltr] .text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	[dir=ltr] .text-md-left {
		text-align: left !important
	}

	[dir=ltr] .text-md-right {
		text-align: right !important
	}

	[dir=ltr] .text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	[dir=ltr] .text-lg-left {
		text-align: left !important
	}

	[dir=ltr] .text-lg-right {
		text-align: right !important
	}

	[dir=ltr] .text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	[dir=ltr] .text-xl-left {
		text-align: left !important
	}

	[dir=ltr] .text-xl-right {
		text-align: right !important
	}

	[dir=ltr] .text-xl-center {
		text-align: center !important
	}
}

[dir=ltr] .text-lowercase {
	text-transform: lowercase !important
}

[dir=ltr] .text-uppercase {
	text-transform: uppercase !important
}

[dir=ltr] .text-capitalize {
	text-transform: capitalize !important
}

[dir=ltr] .font-weight-light {
	font-weight: 300 !important
}

[dir=ltr] .font-weight-normal {
	font-weight: 400 !important
}

[dir=ltr] .font-weight-bold {
	font-weight: 700 !important
}

[dir=ltr] .font-italic {
	font-style: italic !important
}

[dir=ltr] .text-white {
	color: #fff !important
}

[dir=ltr] .text-primary {
	color: #3783b5 !important
}

[dir=ltr] a.text-primary:focus,
[dir=ltr] a.text-primary:hover {
	color: #2b678e !important
}

[dir=ltr] .text-secondary {
	color: #6c757d !important
}

[dir=ltr] a.text-secondary:focus,
[dir=ltr] a.text-secondary:hover {
	color: #545b62 !important
}

[dir=ltr] .text-success {
	color: #7bb859 !important
}

[dir=ltr] a.text-success:focus,
[dir=ltr] a.text-success:hover {
	color: #629b43 !important
}

[dir=ltr] .text-info {
	color: #5dd2bc !important
}

[dir=ltr] a.text-info:focus,
[dir=ltr] a.text-info:hover {
	color: #37c5aa !important
}

[dir=ltr] .text-warning {
	color: #f5b666 !important
}

[dir=ltr] a.text-warning:focus,
[dir=ltr] a.text-warning:hover {
	color: #f29f36 !important
}

[dir=ltr] .text-danger {
	color: #ff3d55 !important
}

[dir=ltr] a.text-danger:focus,
[dir=ltr] a.text-danger:hover {
	color: #ff0a28 !important
}

[dir=ltr] .text-light {
	color: #f8f9fa !important
}

[dir=ltr] a.text-light:focus,
[dir=ltr] a.text-light:hover {
	color: #dae0e5 !important
}

[dir=ltr] .text-dark {
	color: #343a40 !important
}

[dir=ltr] a.text-dark:focus,
[dir=ltr] a.text-dark:hover {
	color: #1d2124 !important
}

[dir=ltr] .text-primary-dark {
	color: #25364a !important
}

[dir=ltr] a.text-primary-dark:focus,
[dir=ltr] a.text-primary-dark:hover {
	color: #141d28 !important
}

[dir=ltr] .text-body-bg {
	color: #f9f9f9 !important
}

[dir=ltr] a.text-body-bg:focus,
[dir=ltr] a.text-body-bg:hover {
	color: #e0dfdf !important
}

[dir=ltr] .text-drawer-dark-bg {
	color: #25364a !important
}

[dir=ltr] a.text-drawer-dark-bg:focus,
[dir=ltr] a.text-drawer-dark-bg:hover {
	color: #141d28 !important
}

[dir=ltr] .text-border-color {
	color: #e2e8ee !important
}

[dir=ltr] a.text-border-color:focus,
[dir=ltr] a.text-border-color:hover {
	color: #c2cfdb !important
}

[dir=ltr] .text-text-color {
	color: #25364a !important
}

[dir=ltr] a.text-text-color:focus,
[dir=ltr] a.text-text-color:hover {
	color: #141d28 !important
}

[dir=ltr] .text-link-color {
	color: red !important
}

[dir=ltr] a.text-link-color:focus,
[dir=ltr] a.text-link-color:hover {
	color: #1695e8 !important
}

[dir=ltr] .text-muted-color {
	color: #6c757d !important
}

[dir=ltr] a.text-muted-color:focus,
[dir=ltr] a.text-muted-color:hover {
	color: #545b62 !important
}

[dir=ltr] .text-facebook {
	color: #3b5998 !important
}

[dir=ltr] a.text-facebook:focus,
[dir=ltr] a.text-facebook:hover {
	color: #2d4373 !important
}

[dir=ltr] .text-twitter {
	color: #00aced !important
}

[dir=ltr] a.text-twitter:focus,
[dir=ltr] a.text-twitter:hover {
	color: #0087ba !important
}

[dir=ltr] .text-instagram {
	color: #e4405f !important
}

[dir=ltr] a.text-instagram:focus,
[dir=ltr] a.text-instagram:hover {
	color: #d31e40 !important
}

[dir=ltr] .text-dribbble {
	color: #ea4c89 !important
}

[dir=ltr] a.text-dribbble:focus,
[dir=ltr] a.text-dribbble:hover {
	color: #e51e6b !important
}

[dir=ltr] .text-gray,
[dir=ltr] a.text-gray:focus,
[dir=ltr] a.text-gray:hover {
	color: rgba(0, 0, 0, .84) !important
}

[dir=ltr] .text-fade {
	color: #f5f9fb !important
}

[dir=ltr] a.text-fade:focus,
[dir=ltr] a.text-fade:hover {
	color: #d1e3ec !important
}

[dir=ltr] .text-muted {
	color: #6c757d !important
}

[dir=ltr] .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

[dir=ltr] .visible {
	visibility: visible !important
}

[dir=ltr] .invisible {
	visibility: hidden !important
}

[dir=ltr] .mdk-header {
	position: relative;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	margin-bottom: 1.25rem;
	height: 200px
}

[dir=ltr] .mdk-header:after {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	content: "";
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	pointer-events: none;
	opacity: 0;
	-webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, .4);
	box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, .4);
	will-change: opacity;
	z-index: -1
}

[dir=ltr] .mdk-header :last-child {
	margin-bottom: 0
}

[dir=ltr] .mdk-header[data-condenses],
[dir=ltr] .mdk-header[data-reveals] {
	will-change: transform
}

[dir=ltr] .mdk-header [data-fx-condenses] {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	opacity: 0
}

[dir=ltr] .mdk-header [data-fx-condenses][data-fx-id] {
	opacity: 1
}

[dir=ltr] .mdk-header [data-primary] {
	z-index: 1
}

[dir=ltr] .mdk-header__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden
}

[dir=ltr] [data-effects*=parallax-background] .mdk-header__bg {
	visibility: hidden
}

[dir=ltr] .mdk-header__bg-front,
[dir=ltr] .mdk-header__bg-rear {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-size: cover
}

[dir=ltr] .mdk-header__bg-rear {
	opacity: 0
}

[dir=ltr] .mdk-header__content {
	position: relative;
	width: 100%;
	height: 100%
}

[dir=ltr] .mdk-header[data-condenses] .mdk-header__content {
	z-index: 0
}

[dir=ltr] .mdk-header[data-condenses] [data-primary] {
	z-index: 1
}

[dir=ltr] .mdk-header--shadow:after {
	opacity: 1
}

[dir=ltr] .mdk-header--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0
}

[dir=ltr] .mdk-header[disabled],
[dir=ltr] .mdk-header[disabled] .mdk-header__bg-front,
[dir=ltr] .mdk-header[disabled] .mdk-header__bg-rear,
[dir=ltr] .mdk-header[disabled] .mdk-header__content>[data-primary],
[dir=ltr] .mdk-header[disabled]:after {
	-webkit-transition: none !important;
	transition: none !important
}

[dir=ltr] .mdk-header-layout {
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0
}

[dir=ltr] .mdk-header-layout--fullbleed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

[dir=ltr] .mdk-header-layout>.mdk-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1
}

[dir=ltr] .mdk-header-layout[data-fullbleed]>.mdk-header,
[dir=ltr] .mdk-header-layout[data-has-scrolling-region]>.mdk-header {
	position: absolute
}

[dir=ltr] .mdk-header-layout__content {
	position: relative;
	z-index: 0
}

[dir=ltr] .mdk-header-layout__content--fullbleed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

[dir=ltr] .mdk-header-layout__content--scrollable {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

[dir=ltr] .mdk-box {
	position: relative;
	margin-bottom: 1.25rem
}

[dir=ltr] .mdk-box__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 100%
}

[dir=ltr] [data-effects*=parallax-background] .mdk-box__bg {
	visibility: hidden
}

[dir=ltr] .mdk-box__bg-front,
[dir=ltr] .mdk-box__bg-rear {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-size: cover
}

[dir=ltr] .mdk-box__bg-rear {
	opacity: 0
}

[dir=ltr] .mdk-box__content {
	position: relative;
	width: 100%;
	height: 100%
}

[dir=ltr] .mdk-box[disabled],
[dir=ltr] .mdk-box[disabled] .mdk-box__bg-front,
[dir=ltr] .mdk-box[disabled] .mdk-box__bg-rear,
[dir=ltr] .mdk-box[disabled] .mdk-box__content>[data-primary],
[dir=ltr] .mdk-box[disabled]:after {
	-webkit-transition: none !important;
	transition: none !important
}

[dir=ltr] .mdk-drawer {
	position: fixed;
	top: -120px;
	bottom: -120px;
	left: 0;
	right: 0;
	visibility: hidden
}

[dir=ltr] .mdk-drawer[data-closing],
[dir=ltr] .mdk-drawer[data-opened] {
	visibility: visible
}

[dir=ltr] .mdk-drawer[data-persistent] {
	width: 256px
}

[dir=ltr] .mdk-drawer[data-persistent][data-position=left] {
	/*!rtl:ignore*/
	right: auto
}

[dir=ltr] .mdk-drawer[data-persistent][data-position=right] {
	/*!rtl:ignore*/
	left: auto
}

[dir=ltr] .mdk-drawer__content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 270px;
	padding: 120px 0;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	background-color: #fff;
	/*!rtl:begin:ignore*/
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
		/*!rtl:end:ignore*/
}

[dir=ltr] [data-position=right]>.mdk-drawer__content {
	/*!rtl:begin:ignore*/
	right: 0;
	left: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
		/*!rtl:end:ignore*/
}

[dir=ltr] .mdk-drawer__scrim,
[dir=ltr] [data-opened]>.mdk-drawer__content {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[dir=ltr] .mdk-drawer__scrim {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, .5)
}

[dir=ltr] [data-opened]>.mdk-drawer__scrim {
	opacity: 1
}

[dir=ltr] [data-persistent]>.mdk-drawer__scrim {
	visibility: hidden;
	opacity: 0
}

[dir=ltr] .mdk-drawer-layout {
	height: 100%;
	position: relative;
	overflow: hidden
}

[dir=ltr] .mdk-drawer-layout--fullbleed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

[dir=ltr] .mdk-drawer-layout[data-has-scrolling-region] .mdk-drawer {
	position: absolute
}

[dir=ltr] .mdk-drawer-layout__content {
	position: relative;
	height: 100%;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	min-width: 320px;
	z-index: 0
}

[dir=ltr] .mdk-drawer-layout__content--scrollable {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

[dir=ltr] .mdk-reveal {
	z-index: 0;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden
}

[dir=ltr] .mdk-reveal--hover:hover .mdk-reveal__content,
[dir=ltr] .mdk-reveal[data-force-reveal] .mdk-reveal__content,
[dir=ltr] .mdk-reveal[data-opened] .mdk-reveal__content {
	-webkit-transform: translateZ(0) !important;
	transform: translateZ(0) !important
}

[dir=ltr] .mdk-reveal--hover:hover .mdk-reveal__partial,
[dir=ltr] .mdk-reveal[data-force-reveal] .mdk-reveal__partial,
[dir=ltr] .mdk-reveal[data-opened] .mdk-reveal__partial {
	opacity: 0
}

[dir=ltr] .mdk-reveal__content {
	margin-top: 150px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	background-color: #fff;
	position: relative;
	z-index: 0
}

[dir=ltr] .mdk-reveal__partial {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, hsla(0, 0%, 100%, 0)), color-stop(80%, hsla(0, 0%, 100%, .95)), to(#fff));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, hsla(0, 0%, 100%, .95) 80%, #fff);
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none
}

[dir=ltr] .mdk-carousel__content {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

[dir=ltr] .mdk-carousel__item {
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-touch-callout: none;
	width: 100%
}

[dir=ltr] .mdk-tooltip {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	will-change: transform;
	display: inline-block;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 13px;
	z-index: 999;
	font-weight: 500;
	text-align: center;
	position: fixed;
	line-height: 1;
	max-width: 200px;
	padding: .4rem;
	border-radius: .25rem;
	pointer-events: none
}

[dir=ltr] .mdk-tooltip[data-opened] {
	-webkit-transform: scale(1);
	transform: scale(1)
}

[dir=ltr] .mdc-switch {
	display: inline-block;
	position: relative
}

[dir=ltr] .mdc-switch__native-control {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 14px;
	opacity: 0;
	cursor: pointer;
	z-index: 2
}

[dir=ltr] .mdc-switch__background {
	display: block;
	position: relative;
	width: 34px;
	height: 14px;
	border-radius: 7px;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__background,
[dir=ltr] .mdc-switch__background,
[dir=ltr] .mdc-theme--dark .mdc-switch__background {
	background-color: transparent
}

[dir=ltr] .mdc-switch__background:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1);
	transition: opacity 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1);
	border-radius: 7px;
	background-color: #000;
	opacity: .38;
	content: ""
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__background:before,
[dir=ltr] .mdc-theme--dark .mdc-switch__background:before {
	background-color: #fff;
	opacity: .3
}

[dir=ltr] .mdc-switch__background .mdc-switch__knob {
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	border-radius: 10px;
	background-color: #fafafa;
	z-index: 1
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__background .mdc-switch__knob,
[dir=ltr] .mdc-theme--dark .mdc-switch__background .mdc-switch__knob {
	background-color: #bdbdbd
}

[dir=ltr] .mdc-switch__background .mdc-switch__knob:before {
	top: -14px;
	left: -14px;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: transparent;
	opacity: .2;
	content: ""
}

[dir=ltr] .mdc-switch__background .mdc-switch__knob:before,
[dir=ltr] .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before {
	position: absolute;
	width: 48px;
	height: 48px;
	-webkit-transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	border-radius: 24px
}

[dir=ltr] .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #9e9e9e
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before,
[dir=ltr] .mdc-theme--dark .mdc-switch__native-control:focus~.mdc-switch__background .mdc-switch__knob:before {
	background-color: #f1f1f1;
	opacity: .14
}

[dir=ltr] .mdc-switch__native-control:checked~.mdc-switch__background:before {
	background-color: #3783b5;
	background-color: var(--mdc-theme-primary, #3783b5);
	opacity: .5
}

[dir=ltr] .mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob {
	background-color: #3783b5;
	background-color: var(--mdc-theme-primary, #3783b5);
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
	-webkit-transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	transition: background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), -webkit-transform 90ms cubic-bezier(.4, 0, .2, 1)
}

[dir=ltr] .mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob:before {
	background-color: #3783b5;
	background-color: var(--mdc-theme-primary, #3783b5);
	opacity: .15
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob:before,
[dir=ltr] .mdc-theme--dark .mdc-switch__native-control:checked~.mdc-switch__background .mdc-switch__knob:before {
	background-color: #3783b5;
	background-color: var(--mdc-theme-primary, #3783b5)
}

[dir=ltr] .mdc-switch__native-control:disabled {
	cursor: auto
}

[dir=ltr] .mdc-switch__native-control:disabled~.mdc-switch__background:before {
	background-color: #000;
	opacity: .12
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__native-control:disabled~.mdc-switch__background:before,
[dir=ltr] .mdc-theme--dark .mdc-switch__native-control:disabled~.mdc-switch__background:before {
	background-color: #fff;
	opacity: .1
}

[dir=ltr] .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob {
	background-color: #bdbdbd
}

[dir=ltr] .mdc-switch--theme-dark .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob,
[dir=ltr] .mdc-theme--dark .mdc-switch__native-control:disabled~.mdc-switch__background .mdc-switch__knob {
	background-color: #424242
}

[dir=ltr] .mdc-snackbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.4, 0, 1, 1) 0ms;
	transition: -webkit-transform .25s cubic-bezier(.4, 0, 1, 1) 0ms;
	transition: transform .25s cubic-bezier(.4, 0, 1, 1) 0ms;
	transition: transform .25s cubic-bezier(.4, 0, 1, 1) 0ms, -webkit-transform .25s cubic-bezier(.4, 0, 1, 1) 0ms;
	background-color: #323232;
	pointer-events: none;
	will-change: transform
}

[dir=ltr] .mdc-snackbar--theme-dark .mdc-snackbar,
[dir=ltr] .mdc-theme--dark .mdc-snackbar {
	background-color: #fafafa
}

@media (max-width:599px) {
	[dir=ltr] .mdc-snackbar {
		left: 0;
		width: calc(100% - 48px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@media (min-width:600px) {
	[dir=ltr] .mdc-snackbar {
		min-width: 288px;
		max-width: 568px;
		border-radius: 2px
	}
}

@media (min-width:600px) {
	[dir=ltr] .mdc-snackbar--align-start {
		left: 24px;
		right: auto;
		bottom: 24px;
		-webkit-transform: translateY(200%);
		transform: translateY(200%)
	}

	[dir=ltr] .mdc-snackbar--align-start[dir=rtl],
	[dir=ltr] [dir=rtl] .mdc-snackbar--align-start {
		left: auto;
		right: 24px
	}
}

@media (max-width:599px) {
	[dir=ltr] .mdc-snackbar--align-start {
		bottom: 0;
		left: 0;
		width: calc(100% - 48px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

[dir=ltr] .mdc-snackbar--active {
	-webkit-transform: translate(0);
	transform: translate(0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .2, 1) 0ms;
	transition: -webkit-transform .25s cubic-bezier(0, 0, .2, 1) 0ms;
	transition: transform .25s cubic-bezier(0, 0, .2, 1) 0ms;
	transition: transform .25s cubic-bezier(0, 0, .2, 1) 0ms, -webkit-transform .25s cubic-bezier(0, 0, .2, 1) 0ms;
	pointer-events: auto
}

[dir=ltr] .mdc-snackbar--active:not(.mdc-snackbar--align-start) {
	-webkit-transform: translate(-50%);
	transform: translate(-50%)
}

@media (max-width:599px) {
	[dir=ltr] .mdc-snackbar--active:not(.mdc-snackbar--align-start) {
		bottom: 0;
		left: 0;
		width: calc(100% - 48px);
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

[dir=ltr] .mdc-snackbar--action-on-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

[dir=ltr] .mdc-snackbar--action-on-bottom .mdc-snackbar__text {
	margin-right: inherit
}

[dir=ltr] .mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper {
	margin: -12px 0 8px auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

[dir=ltr] .mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper[dir=rtl],
[dir=ltr] .mdc-snackbar__text,
[dir=ltr] [dir=rtl] .mdc-snackbar--action-on-bottom .mdc-snackbar__action-wrapper {
	margin-left: 0;
	margin-right: auto
}

[dir=ltr] .mdc-snackbar__text {
	font-family: Roboto, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: .875rem;
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1.25rem;
	text-decoration: inherit;
	text-transform: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	-webkit-transition: opacity .3s cubic-bezier(.4, 0, 1, 1) 0ms;
	transition: opacity .3s cubic-bezier(.4, 0, 1, 1) 0ms;
	opacity: 0;
	color: #fff
}

[dir=ltr] .mdc-snackbar[dir=rtl] .mdc-snackbar__text,
[dir=ltr] [dir=rtl] .mdc-snackbar .mdc-snackbar__text {
	margin-left: auto;
	margin-right: 0
}

[dir=ltr] .mdc-snackbar--theme-dark .mdc-snackbar__text,
[dir=ltr] .mdc-theme--dark .mdc-snackbar__text {
	color: rgba(0, 0, 0, .87);
	color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, .87))
}

[dir=ltr] .mdc-snackbar--multiline .mdc-snackbar__text {
	height: 80px
}

[dir=ltr] .mdc-snackbar--multiline.mdc-snackbar--action-on-bottom .mdc-snackbar__text {
	margin: 0
}

[dir=ltr] .mdc-snackbar__action-button {
	font-family: Roboto, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 2.25rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #ff4081;
	color: var(--mdc-theme-secondary, #ff4081);
	padding: 0;
	-webkit-transition: opacity .3s cubic-bezier(.4, 0, 1, 1) 0ms;
	transition: opacity .3s cubic-bezier(.4, 0, 1, 1) 0ms;
	border: none;
	outline: none;
	background-color: transparent;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	visibility: hidden
}

[dir=ltr] .mdc-snackbar--theme-dark .mdc-snackbar__action-button,
[dir=ltr] .mdc-theme--dark .mdc-snackbar__action-button {
	color: #3783b5;
	color: var(--mdc-theme-primary, #3783b5)
}

[dir=ltr] .mdc-snackbar__action-button:hover {
	cursor: pointer
}

[dir=ltr] .mdc-snackbar__action-button::-moz-focus-inner {
	border: 0
}

[dir=ltr] .mdc-snackbar__action-button:not([aria-hidden]) {
	visibility: inherit
}

[dir=ltr] .mdc-snackbar--active .mdc-snackbar__action-button:not([aria-hidden]),
[dir=ltr] .mdc-snackbar--active .mdc-snackbar__text {
	-webkit-transition: opacity .3s cubic-bezier(.4, 0, 1, 1) 0ms;
	transition: opacity .3s cubic-bezier(.4, 0, 1, 1) 0ms;
	opacity: 1
}

[dir=ltr] .select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

[dir=ltr] .select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[dir=ltr] .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

[dir=ltr] .select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

[dir=ltr] .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

[dir=ltr] .select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[dir=ltr] .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

[dir=ltr] .select2-container .select2-search--inline {
	float: left
}

[dir=ltr] .select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

[dir=ltr] .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

[dir=ltr] .select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

[dir=ltr] .select2-results {
	display: block
}

[dir=ltr] .select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

[dir=ltr] .select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[dir=ltr] .select2-results__option[aria-selected] {
	cursor: pointer
}

[dir=ltr] .select2-container--open .select2-dropdown {
	left: 0
}

[dir=ltr] .select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

[dir=ltr] .select2-search--dropdown {
	display: block;
	padding: 4px
}

[dir=ltr] .select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

[dir=ltr] .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

[dir=ltr] .select2-search--dropdown.select2-search--hide {
	display: none
}

[dir=ltr] .select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

[dir=ltr] .select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

[dir=ltr] .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

[dir=ltr] .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

[dir=ltr] .select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

[dir=ltr] .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

[dir=ltr] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

[dir=ltr] .select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

[dir=ltr] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

[dir=ltr] .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

[dir=ltr] .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

[dir=ltr] .select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

[dir=ltr] .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

[dir=ltr] .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
[dir=ltr] .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

[dir=ltr] .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
[dir=ltr] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

[dir=ltr] .select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

[dir=ltr] .select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

[dir=ltr] .select2-container--default .select2-results__option[role=group] {
	padding: 0
}

[dir=ltr] .select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

[dir=ltr] .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

[dir=ltr] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

[dir=ltr] .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

[dir=ltr] .select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

[dir=ltr] .select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #e2e8ee;
	border-radius: .25rem;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(180deg, #fff 50%, #eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

[dir=ltr] .select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #e2e8ee;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(180deg, #eee 50%, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

[dir=ltr] .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

[dir=ltr] .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

[dir=ltr] .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #e2e8ee;
	border-radius: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	left: 1px;
	right: auto
}

[dir=ltr] .select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

[dir=ltr] .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

[dir=ltr] .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

[dir=ltr] .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(180deg, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

[dir=ltr] .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(180deg, #eee 50%, #fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

[dir=ltr] .select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #e2e8ee;
	border-radius: .25rem;
	cursor: text;
	outline: 0
}

[dir=ltr] .select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #e2e8ee;
	border-radius: .25rem;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

[dir=ltr] .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

[dir=ltr] .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

[dir=ltr] .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

[dir=ltr] .select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

[dir=ltr] .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

[dir=ltr] .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #e2e8ee;
	outline: 0
}

[dir=ltr] .select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

[dir=ltr] .select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

[dir=ltr] .select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

[dir=ltr] .select2-container--classic .select2-dropdown--below {
	border-top: none
}

[dir=ltr] .select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

[dir=ltr] .select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

[dir=ltr] .select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

[dir=ltr] .select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

[dir=ltr] .select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

[dir=ltr] .select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

[dir=ltr] .select2-container--bootstrap {
	display: block
}

[dir=ltr] .select2-container--bootstrap .select2-selection {
	background-color: #fff;
	border: 1px solid #dbe5ee;
	border-radius: .25rem;
	color: #495057;
	font-size: .875rem;
	outline: 0
}

[dir=ltr] .select2-container--bootstrap .select2-selection.form-control {
	border-radius: .25rem
}

[dir=ltr] .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	background-color: #fff;
	border: 1px solid #dbe5ee;
	border-radius: .25rem;
	color: #495057;
	font-size: .875rem
}

[dir=ltr] .select2-container--bootstrap .select2-search__field {
	outline: 0
}

[dir=ltr] .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
	color: #25364a
}

[dir=ltr] .select2-container--bootstrap .select2-search__field:-moz-placeholder {
	color: #25364a
}

[dir=ltr] .select2-container--bootstrap .select2-search__field::-moz-placeholder {
	color: #25364a;
	opacity: 1
}

[dir=ltr] .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
	color: #25364a
}

[dir=ltr] .select2-container--bootstrap .select2-results__option {
	padding: .5rem .8rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__option[role=group] {
	padding: 0
}

[dir=ltr] .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
	color: #6c757d;
	cursor: #f9f9f9
}

[dir=ltr] .select2-container--bootstrap .select2-results__option[aria-selected=true] {
	background-color: #f8f9fa;
	color: red
}

[dir=ltr] .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: red
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option {
	padding: .5rem .8rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -.8rem;
	padding-left: 1.6rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1.6rem;
	padding-left: 2.4rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2.4rem;
	padding-left: 3.2rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3.2rem;
	padding-left: 4rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4rem;
	padding-left: 4.8rem
}

[dir=ltr] .select2-container--bootstrap .select2-results__group {
	color: #6c757d;
	display: block;
	padding: .5rem .8rem;
	font-size: .75rem;
	line-height: 1.2;
	white-space: nowrap
}

[dir=ltr] .select2-container--bootstrap.select2-container--focus .select2-selection,
[dir=ltr] .select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-color: #c3d2e1
}

[dir=ltr] .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
	border-color: transparent transparent #25364a;
	border-width: 0 .25rem .25rem
}

[dir=ltr] .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-color: transparent
}

[dir=ltr] .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top-color: transparent
}

[dir=ltr] .select2-container--bootstrap .select2-selection__clear {
	color: #25364a;
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

[dir=ltr] .select2-container--bootstrap .select2-selection__clear:hover {
	color: #f9f9f9
}

[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-selection {
	border-color: #dbe5ee
}

[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-search__field,
[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-selection {
	cursor: #f9f9f9
}

[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-selection,
[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color: #f9f9f9
}

[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,
[dir=ltr] .select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
	display: none
}

[dir=ltr] .select2-container--bootstrap .select2-dropdown {
	border-color: #c3d2e1;
	overflow-x: hidden;
	margin-top: -1px
}

[dir=ltr] .select2-container--bootstrap .select2-dropdown--above {
	margin-top: 1px
}

[dir=ltr] .select2-container--bootstrap .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

[dir=ltr] .select2-container--bootstrap .select2-selection--single {
	height: calc(2.2rem + 2px);
	line-height: 1.2;
	padding: .5rem 1.55rem .5rem .8rem
}

[dir=ltr] .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
	position: absolute;
	bottom: 0;
	right: .8rem;
	top: 0;
	width: .25rem
}

[dir=ltr] .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-color: #25364a transparent transparent;
	border-style: solid;
	border-width: .25rem .25rem 0;
	height: 0;
	left: 0;
	margin-left: -.25rem;
	margin-top: -.125rem;
	position: absolute;
	top: 50%;
	width: 0
}

[dir=ltr] .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #495057;
	padding: 0
}

[dir=ltr] .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color: #25364a
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple {
	min-height: calc(2.2rem + 2px);
	padding: 0;
	height: auto
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	line-height: 1.2;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
	color: #25364a;
	float: left;
	margin-top: 5px
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #495057;
	background: #f9f9f9;
	border: 1px solid #e2e8ee;
	border-radius: .25rem;
	cursor: default;
	float: left;
	margin: -.5rem 0 0 .4rem;
	padding: 0 .5rem
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	background: transparent;
	padding: 0 .8rem;
	height: calc(2.2rem + 2px);
	line-height: 1.2;
	margin-top: 0;
	min-width: 5em
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
	color: #25364a;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: .25rem
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #f9f9f9
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
	margin-top: .5rem
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--single,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--single,
[dir=ltr] .select2-container--bootstrap .select2-selection--single.input-sm {
	border-radius: .2rem;
	font-size: .75rem;
	height: calc(1.7rem + 2px);
	line-height: 1.5;
	padding: .25rem 1.25rem .25rem .5rem
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
[dir=ltr] .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b {
	margin-left: -.25rem
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--multiple,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-sm {
	min-height: calc(1.7rem + 2px);
	border-radius: .2rem
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice {
	font-size: .75rem;
	line-height: 1.5;
	margin: -.75rem 0 0 .25rem;
	padding: 0 .25rem
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
	padding: 0 .5rem;
	font-size: .75rem;
	height: calc(1.7rem + 2px);
	line-height: 1.5
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear {
	margin-top: .25rem
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--single,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--single,
[dir=ltr] .select2-container--bootstrap .select2-selection--single.input-lg {
	border-radius: .3rem;
	font-size: 1.09375rem;
	height: calc(2.2rem + 2px);
	line-height: 1.5;
	padding: .5rem 1.9375rem .5rem 1rem
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
[dir=ltr] .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow {
	width: .3125rem
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
[dir=ltr] .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b {
	border-width: .3125rem .3125rem 0;
	margin-left: -.3125rem;
	margin-left: -.5rem;
	margin-top: -.15625rem
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--multiple,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-lg {
	min-height: calc(2.2rem + 2px);
	border-radius: .3rem
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
	font-size: 1.09375rem;
	line-height: 1.5;
	border-radius: .25rem;
	margin: -.5rem 0 0 .5rem;
	padding: 0 .5rem
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
	padding: 0 1rem;
	font-size: 1.09375rem;
	height: calc(2.2rem + 2px);
	line-height: 1.5
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear {
	margin-top: .5rem
}

[dir=ltr] .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #25364a;
	border-width: 0 .3125rem .3125rem
}

[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #25364a;
	border-width: 0 .3125rem .3125rem
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--single {
	padding-left: 1.55rem;
	padding-right: .8rem
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 0;
	padding-left: 0;
	text-align: right
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: .8rem;
	right: auto
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
	margin-left: 0
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline,
[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 0;
	margin-right: .4rem
}

[dir=ltr] .select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

[dir=ltr] .has-warning .select2-dropdown,
[dir=ltr] .has-warning .select2-selection {
	border-color: #f5b666
}

[dir=ltr] .has-warning .select2-container--focus .select2-selection,
[dir=ltr] .has-warning .select2-container--open .select2-selection,
[dir=ltr] .has-warning.select2-drop-active {
	border-color: #f29f36
}

[dir=ltr] .has-warning.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #f29f36
}

[dir=ltr] .has-error .select2-dropdown,
[dir=ltr] .has-error .select2-selection {
	border-color: #ff3d55
}

[dir=ltr] .has-error .select2-container--focus .select2-selection,
[dir=ltr] .has-error .select2-container--open .select2-selection,
[dir=ltr] .has-error.select2-drop-active {
	border-color: #ff0a28
}

[dir=ltr] .has-error.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #ff0a28
}

[dir=ltr] .has-success .select2-dropdown,
[dir=ltr] .has-success .select2-selection {
	border-color: #7bb859
}

[dir=ltr] .has-success .select2-container--focus .select2-selection,
[dir=ltr] .has-success .select2-container--open .select2-selection,
[dir=ltr] .has-success.select2-drop-active {
	border-color: #629b43
}

[dir=ltr] .has-success.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #629b43
}

[dir=ltr] .input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection,
[dir=ltr] .input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

[dir=ltr] .input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection,
[dir=ltr] .input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.form-control {
	border-radius: 0
}

[dir=ltr] .input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection,
[dir=ltr] .input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

[dir=ltr] .input-group>.select2-container--bootstrap {
	display: table;
	table-layout: fixed;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0
}

[dir=ltr] .input-group>.select2-container--bootstrap>.selection>.select2-selection.form-control {
	float: none
}

[dir=ltr] .input-group>.select2-container--bootstrap.select2-container--focus,
[dir=ltr] .input-group>.select2-container--bootstrap.select2-container--open {
	z-index: 3
}

[dir=ltr] .input-group>.select2-container--bootstrap,
[dir=ltr] .input-group>.select2-container--bootstrap .input-group-btn,
[dir=ltr] .input-group>.select2-container--bootstrap .input-group-btn .btn {
	vertical-align: top
}

[dir=ltr] .form-control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important
}

@media (min-width:576px) {
	[dir=ltr] .form-inline .select2-container--bootstrap {
		display: inline-block
	}
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	margin-top: calc(.5rem + 2px)
}

[dir=ltr] .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: calc(2.2rem + 2px)
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice {
	margin-top: calc(.25rem + 2px)
}

[dir=ltr] .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
	height: calc(1.7rem + 2px)
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
	margin-top: calc(.5rem + 2px)
}

[dir=ltr] .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
[dir=ltr] .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
	height: calc(2.2rem + 2px)
}

[dir=ltr] .select2-container--bootstrap {
	width: 100% !important
}

@font-face {
	font-family: Material Icons;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/material-icons/MaterialIcons-Regular.eot");
	src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype")
}

[dir=ltr] .material-icons {
	font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga"
}

[dir=ltr] .material-icons.md-10 {
	font-size: 10px
}

[dir=ltr] .material-icons.md-14 {
	font-size: 14px
}

[dir=ltr] .material-icons.md-18 {
	font-size: 18px
}

[dir=ltr] .material-icons.md-24 {
	font-size: 24px
}

[dir=ltr] .material-icons.md-36 {
	font-size: 36px
}

[dir=ltr] .material-icons.md-48 {
	font-size: 48px
}

[dir=ltr] .material-icons.md-128 {
	font-size: 128px
}

[dir=ltr] .comment-counter {
	position: relative
}

[dir=ltr] .comment-counter span {
	position: absolute;
	background: #eff4f8;
	left: 15px;
	top: -5px;
	width: 1rem;
	text-align: center;
	font-size: 1rem;
	border-radius: 50%;
	color: #25364a;
	border: 1px solid #25364a
}

[dir=ltr] .md-top-1 {
	position: relative;
	top: -1px
}

[dir=ltr] .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

[dir=ltr] .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

[dir=ltr] .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

[dir=ltr] .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

[dir=ltr] .owl-carousel .owl-item,
[dir=ltr] .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

[dir=ltr] .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

[dir=ltr] .owl-carousel .owl-item img {
	display: block;
	width: 100%
}

[dir=ltr] .owl-carousel .owl-dots.disabled,
[dir=ltr] .owl-carousel .owl-nav.disabled {
	display: none
}

[dir=ltr] .owl-carousel .owl-dot,
[dir=ltr] .owl-carousel .owl-nav .owl-next,
[dir=ltr] .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[dir=ltr] .owl-carousel .owl-nav button.owl-next,
[dir=ltr] .owl-carousel .owl-nav button.owl-prev,
[dir=ltr] .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

[dir=ltr] .owl-carousel.owl-loaded {
	display: block
}

[dir=ltr] .owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

[dir=ltr] .owl-carousel.owl-hidden {
	opacity: 0
}

[dir=ltr] .owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

[dir=ltr] .owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[dir=ltr] .owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

[dir=ltr] .owl-carousel.owl-rtl {
	direction: rtl
}

[dir=ltr] .owl-carousel.owl-rtl .owl-item {
	float: right
}

[dir=ltr] .no-js .owl-carousel {
	display: block
}

[dir=ltr] .owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

[dir=ltr] .owl-carousel .owl-animated-in {
	z-index: 0
}

[dir=ltr] .owl-carousel .owl-animated-out {
	z-index: 1
}

[dir=ltr] .owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

[dir=ltr] .owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

[dir=ltr] .owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

[dir=ltr] .owl-carousel .owl-item .owl-lazy:not([src]),
[dir=ltr] .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

[dir=ltr] .owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

[dir=ltr] .owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

[dir=ltr] .owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

[dir=ltr] .owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

[dir=ltr] .owl-carousel .owl-video-playing .owl-video-play-icon,
[dir=ltr] .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

[dir=ltr] .owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

[dir=ltr] .owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

@media (max-width:767.98px) {
	[dir=ltr] .media.media-user-info {
		margin-bottom: 1.25rem
	}
}

@media (max-width:767.98px) {
	[dir=ltr] .row .col-lg-6.device:first-of-type {
		margin-bottom: 1.25rem;
		padding-bottom: 1.25rem;
		border-right: 0 !important;
		border-bottom: 1px solid #e2e8ee
	}

	[dir=ltr] .row .col-lg-6.visits-chart {
		margin-bottom: 1.25rem
	}
}

[dir=ltr] .badge.badge-tag {
	background-color: #f9f9f9;
	font-weight: 400
}

[dir=ltr] .badge.badge-tag i {
	cursor: pointer;
	color: #ff3d55
}

[dir=ltr] .btn.btn-white {
	background-color: #fff;
	color: #25364a;
	border: 1px solid #e2e8ee;
}

[dir=ltr] .btn.btn-rounded {
	border-radius: 50%
}

[dir=ltr] .breadcrumb {
	margin-bottom: 0;
	padding-left: 0;
	background-color: transparent;
	color: #6c757d
}

[dir=ltr] .breadcrumb a {
	color: #25364a
}

[dir=ltr] .breadcrumb li:not(:first-of-type) {
	padding-left: .325rem
}

[dir=ltr] .breadcrumb li:not(:first-of-type):before {
	font-family: Material Icons;
	content: "\E5CC";
	vertical-align: middle
}

@media (max-width:991.98px) {
	[dir=ltr] .breadcrumb {
		margin-bottom: 1.25rem
	}
}

[dir=ltr] .chart-container,
[dir=ltr] .chart-container .progress {
	margin-bottom: 1.25rem
}

[dir=ltr] .chart-container>div .card {
	height: 370px
}

@media (min-width:576px) {
	[dir=ltr] .chart-container .row.no-gutters-separator>div:not(:last-child) {
		border-right: 1px solid #e2e8ee
	}
}

@media (max-width:767.98px) {
	[dir=ltr] .chart-container .row.no-gutters-separator>div:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #e2e8ee
	}
}

[dir=ltr] .doughnut-chart-wrapper {
	position: relative;
	display: block;
	margin-top: -5px
}

[dir=ltr] .doughnut-chart-wrapper .doughnut-chart-text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 5px;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

[dir=ltr] .doughnut-chart-wrapper .doughnut-chart-text div {
	line-height: 1;
	text-align: center
}

[dir=ltr] .doughnut-chart-wrapper .doughnut-chart-text h3 {
	margin: 0
}

[dir=ltr] .container .features .row .col-md-6 {
	margin-bottom: 2rem
}

[dir=ltr] .top-navbar {
	padding-top: 62px
}

[dir=ltr] .ls-top-navbar {
	padding-top: calc(62px + 2rem)
}

@media (max-width:575.98px) {
	[dir=ltr] .ls-top-navbar-xs {
		top: 62px !important
	}
}

[dir=ltr] .ls-top-navbar-xs-up {
	top: 62px !important
}

@media (min-width:576px) and (max-width:767.98px) {
	[dir=ltr] .ls-top-navbar-sm {
		top: 62px !important
	}
}

@media (min-width:576px) {
	[dir=ltr] .ls-top-navbar-sm-up {
		top: 62px !important
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	[dir=ltr] .ls-top-navbar-md {
		top: 62px !important
	}
}

@media (min-width:768px) {
	[dir=ltr] .ls-top-navbar-md-up {
		top: 62px !important
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	[dir=ltr] .ls-top-navbar-lg {
		top: 62px !important
	}
}

@media (min-width:992px) {
	[dir=ltr] .ls-top-navbar-lg-up {
		top: 62px !important
	}
}

@media (min-width:1200px) {

	[dir=ltr] .ls-top-navbar-xl,
	[dir=ltr] .ls-top-navbar-xl-up {
		top: 62px !important
	}
}

[dir=ltr] .navbar {
	color: #fff;
	height: 62px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

[dir=ltr] .navbar>:first-child.container,
[dir=ltr] .navbar>:first-child.container-fluid {
	margin-left: auto
}

[dir=ltr] .navbar .container,
[dir=ltr] .navbar .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%
}

[dir=ltr] .navbar .container-fluid>:last-child,
[dir=ltr] .navbar .container>:last-child {
	margin-right: 0
}

[dir=ltr] .navbar.navbar-mini {
	height: 52px
}

[dir=ltr] .navbar.navbar-header {
	background-color: #fff;
	height: 82px
}

[dir=ltr] .navbar h1 {
	font-size: 24px
}

[dir=ltr] .navbar-dark .page-title {
	font-size: 18px;
	color: #fff;
	font-weight: 700
}

[dir=ltr] .navbar-dark .navbar-nav .nav-link {
	font-weight: 700
}

[dir=ltr] .navbar-dark .navbar-nav .nav-link img {
	border: 1px solid #fff
}

[dir=ltr] .navbar-dark .nav-language>a {
	color: hsla(0, 0%, 100%, .54) !important;
	border: 1px solid hsla(0, 0%, 100%, .24)
}

[dir=ltr] .navbar-dark .nav-language.show>a {
	color: #fff !important
}

[dir=ltr] .navbar-dark .form-control {
	border: 1px solid hsla(0, 0%, 100%, .24);
	color: #fff
}

[dir=ltr] .navbar-dark .form-control::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, .54)
}

[dir=ltr] .navbar-dark .form-control:-ms-input-placeholder,
[dir=ltr] .navbar-dark .form-control::-ms-input-placeholder {
	color: hsla(0, 0%, 100%, .54)
}

[dir=ltr] .navbar-dark .form-control::placeholder {
	color: hsla(0, 0%, 100%, .54)
}

[dir=ltr] .navbar-dark .form-control:active,
[dir=ltr] .navbar-dark .form-control:focus {
	border-color: #fff
}

[dir=ltr] .navbar-dark .form-group .input-group-addon i.material-icons {
	color: #fff
}

[dir=ltr] .navbar-light {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

[dir=ltr] .navbar-light .page-title {
	font-size: 18px
}

[dir=ltr] .navbar-light .navbar-nav .nav-link,
[dir=ltr] .navbar-light .page-title {
	color: #25364a;
	font-weight: 700
}

[dir=ltr] .navbar-light .navbar-nav .nav-link img {
	border: 1px solid #efefef
}

[dir=ltr] .navbar-light .nav-language>a {
	color: rgba(0, 0, 0, .54) !important;
	border: 1px solid rgba(0, 0, 0, .24)
}

[dir=ltr] .navbar-light .nav-language.show>a {
	color: #25364a !important
}

[dir=ltr] .navbar-light .form-control {
	border: 1px solid rgba(0, 0, 0, .24);
	color: #25364a
}

[dir=ltr] .navbar-light .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .54)
}

[dir=ltr] .navbar-light .form-control:-ms-input-placeholder,
[dir=ltr] .navbar-light .form-control::-ms-input-placeholder {
	color: rgba(0, 0, 0, .54)
}

[dir=ltr] .navbar-light .form-control::placeholder {
	color: rgba(0, 0, 0, .54)
}

[dir=ltr] .navbar-light .form-control:active,
[dir=ltr] .navbar-light .form-control:focus {
	border-color: #3783b5
}

[dir=ltr] .navbar-light .form-group .input-group-addon i.material-icons {
	color: #25364a
}

[dir=ltr] .navbar .dropdown.d-flex {
	height: 62px
}

[dir=ltr] .navbar .dropdown-menu {
	position: relative;
	top: 0;
	margin-top: 62px
}

[dir=ltr] .navbar-nav>.nav-item {
	margin-left: 1.25rem
}

[dir=ltr] .notifications--active i.material-icons.align-middle:after {
	position: absolute;
	top: 22px;
	right: 12px;
	content: "";
	width: 5px;
	height: 5px;
	background: #ff3d55;
	border-radius: 50%;
	display: block
}

[dir=ltr] .nav-item.notifications {
	height: 62px
}

[dir=ltr] .nav-item.notifications .dropdown-menu {
	padding: 0;
	border-top: 0
}

[dir=ltr] .nav-item.notifications #notifications-ul {
	background: #25364a;
	border-radius: 0
}

[dir=ltr] .nav-item.notifications #notifications-ul .nav-link {
	color: hsla(0, 0%, 100%, .54)
}

[dir=ltr] .nav-item.notifications #notifications-ul .nav-link.active {
	color: #fff
}

[dir=ltr] .nav-item.notifications .dropdown-toggle:after {
	content: none
}

[dir=ltr] .nav-item.notifications a:focus {
	outline: none
}

[dir=ltr] .nav-item.notifications .tab-content {
	width: 280px;
	padding: 0
}

[dir=ltr] .nav-item.notifications .tab-content ul.list-group-flush li.list-group-item:not(:last-of-type) {
	background: hsla(0, 0%, 98%, .5);
	border-color: #e2e8ee
}

[dir=ltr] .nav-item.notifications .tab-content ul.list-group-flush li.list-group-item:hover {
	color: #25364a !important
}

[dir=ltr] .nav-item.nav-divider {
	position: relative;
	width: 2px;
	height: 30px;
	-ms-flex-item-align: center;
	align-self: center
}

[dir=ltr] .nav-item.nav-divider:before {
	position: absolute;
	content: "";
	left: 0;
	height: 100%;
	width: 1px;
	background: hsla(0, 0%, 100%, .18)
}

[dir=ltr] .nav-item.nav-divider:after {
	position: absolute;
	content: "";
	right: 0;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, .24)
}

[dir=ltr] .dropdown-toggle.dropdown-clear-caret {
	padding-right: 0 !important;
	text-decoration: none
}

[dir=ltr] .dropdown-toggle.dropdown-clear-caret:after {
	border: 0 !important
}

[dir=ltr] .nav-language {
	height: 62px
}

[dir=ltr] .nav-language>a {
	padding: 6px;
	border-radius: 5px
}

[dir=ltr] .nav-language.show>a {
	border-color: transparent
}

[dir=ltr] .nav-language .dropdown-menu {
	padding: 0;
	min-width: 4rem
}

[dir=ltr] .nav-language .dropdown-menu img {
	margin-right: 4px
}

[dir=ltr] .navbar .form-group .form-control {
	background: transparent;
	border-radius: 25px !important;
	height: 34px;
	min-width: 250px
}

[dir=ltr] .navbar .form-group .form-control::-webkit-input-placeholder {
	opacity: 1
}

[dir=ltr] .navbar .form-group .form-control:-ms-input-placeholder,
[dir=ltr] .navbar .form-group .form-control::-ms-input-placeholder {
	opacity: 1
}

[dir=ltr] .navbar .form-group .form-control::placeholder {
	opacity: 1
}

[dir=ltr] .navbar .form-group .input-group-addon i.material-icons {
	line-height: 34px
}

[dir=ltr] .mdk-header {
	height: 62px !important
}

[dir=ltr] .page-title {
	font-size: 24px
}

[dir=ltr] .nav-tabs-notifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

[dir=ltr] .nav-tabs-notifications .nav-item .nav-link {
	padding: 0
}

[dir=ltr] .datepicker-retail,
[dir=ltr] .input-sm {
	text-align: center
}

[dir=ltr] .input-sm {
	width: 55px
}

[dir=ltr] .input-group-append.next-date,
[dir=ltr] .input-group-prepend.prev-date {
	cursor: pointer
}

[dir=ltr] .drawer--dark {
	background: #000;
	color: rgba(251, 251, 251, .94)
}

[dir=ltr] .drawer--dark .text-muted {
	color: hsla(0, 0%, 100%, .54) !important
}

[dir=ltr] .drawer--dark a {
	color: #fff
}

[dir=ltr] .drawer--dark .dropdown a {
	color: #25364a
}

[dir=ltr] .drawer--dark .dropdown a.active,
[dir=ltr] .drawer--dark .dropdown a.active:hover {
	color: #fff
}

[dir=ltr] .drawer--dark .dropdown a:hover {
	color: red
}

[dir=ltr] .drawer--dark .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #e2e8ee
}

[dir=ltr] .drawer--dark .dropdown .dropdown-menu .dropdown-item:last-of-type {
	border-bottom: 0
}

[dir=ltr] .drawer--dark .dropdown .dropdown-toggle {
	width: 100%;
	color: rgba(188, 228, 255, .54);
	border-color: hsla(0, 0%, 100%, .2)
}

[dir=ltr] .drawer--dark .dropdown .dropdown-toggle.btn {
	background: rgba(0, 0, 0, .2)
}

[dir=ltr] .drawer--dark .dropdown .dropdown-toggle:active,
[dir=ltr] .drawer--dark .dropdown .dropdown-toggle:focus,
[dir=ltr] .drawer--dark .dropdown .dropdown-toggle:hover {
	text-decoration: none
}

[dir=ltr] .drawer--dark .dropdown .dropdown-toggle.btn:after {
	left: 90%;
	top: 45%;
	position: absolute
}

[dir=ltr] .drawer--dark .drawer-heading {
	color: rgba(188, 228, 255, .2)
}

[dir=ltr] .drawer--dark .drawer-spacer .media .media-body>a {
	color: #fff
}

[dir=ltr] .drawer--dark .drawer-spacer.drawer-spacer-border {
	border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item [data-toggle=collapse].collapsed:after {
	color: rgba(188, 228, 255, .54)
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item a,
[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item a .material-icons {
	color: #fff
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item a:hover {
	color: #000;
	text-decoration: none
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item.active a,
[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item a:hover .material-icons {
	color: red;
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item.active a .material-icons {
	color:red;
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item>ul>.drawer-menu-item:after,
[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item>ul>.drawer-menu-item a:after {
	background: hsla(0, 0%, 100%, .2)
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item.drawer-submenu [aria-expanded=true],
[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item>ul>.drawer-menu-item.active a {
	color: #fff
}

[dir=ltr] .drawer--dark .drawer-menu .drawer-menu-item.drawer-submenu [aria-expanded=true] .material-icons {
	color: #3783b5
}

[dir=ltr] .drawer--dark .drawer-activity .list-dot {
	background-color: hsla(0, 0%, 100%, .24)
}

[dir=ltr] .drawer--dark .drawer-activity .list-group-item {
	border-color: hsla(0, 0%, 100%, .2)
}

[dir=ltr] .drawer--dark .drawer-activity .list-group-item.active {
	color: rgba(188, 228, 255, .54)
}

[dir=ltr] .drawer--dark .drawer-activity .list-group-item .media a {
	color: #fff
}

[dir=ltr] .drawer--dark .drawer-activity .list-group-item.active .list-dot {
	background: #3783b5
}

[dir=ltr] [position=left] .mdk-drawer__content .drawer--light {
	border-right: 1px solid #dde3ea
}

[dir=ltr] .mainContent+.apps--sidebar,
[dir=ltr] [position=right] .mdk-drawer__content .drawer--light {
	border-left: 1px solid #dde3ea
}

[dir=ltr] .drawer--light {
	color: rgba(0, 0, 0, .54)
}

[dir=ltr] .drawer--light .text-muted {
	color: rgba(0, 0, 0, .54) !important
}

[dir=ltr] .drawer--light a {
	color: #000
}

[dir=ltr] .drawer--light .dropdown a {
	color: #25364a
}

[dir=ltr] .drawer--light .dropdown a.active,
[dir=ltr] .drawer--light .dropdown a.active:hover {
	color: #000
}

[dir=ltr] .drawer--light .dropdown a:hover {
	color: red
}

[dir=ltr] .drawer--light .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #e2e8ee
}

[dir=ltr] .drawer--light .dropdown .dropdown-menu .dropdown-item:last-of-type {
	border-bottom: 0
}

[dir=ltr] .drawer--light .dropdown .dropdown-menu .dropdown-item.active {
	color: #fff
}

[dir=ltr] .drawer--light .dropdown .dropdown-toggle {
	width: 100%;
	color: #25364a !important;
	border-color: #dde3ea !important
}

[dir=ltr] .drawer--light .dropdown .dropdown-toggle.btn {
	background: #eff4f8
}

[dir=ltr] .drawer--light .dropdown .dropdown-toggle:active,
[dir=ltr] .drawer--light .dropdown .dropdown-toggle:focus,
[dir=ltr] .drawer--light .dropdown .dropdown-toggle:hover {
	text-decoration: none
}

[dir=ltr] .drawer--light .dropdown .dropdown-toggle.btn:after {
	left: 90%;
	top: 45%;
	position: absolute
}

[dir=ltr] .drawer--light .drawer-heading {
	color: #25364a
}

[dir=ltr] .drawer--light .drawer-spacer .media .media-body>a {
	color: #212121
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item,
[dir=ltr] .drawer--light .drawer-spacer.drawer-spacer-border {
	border-bottom: 1px solid #dde3ea
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item:first-of-type {
	border-top: 1px solid #dde3ea
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item [data-toggle=collapse].collapsed:after {
	color: rgba(0, 0, 0, .24)
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item a {
	color: #25364a
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item a .material-icons {
	color: rgba(0, 0, 0, .24)
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item a:hover {
	color: #3783b5;
	text-decoration: none
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item.active a,
[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item.active a .material-icons,
[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item a:hover .material-icons {
	color: #3783b5
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item>ul>.drawer-menu-item:after,
[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item>ul>.drawer-menu-item a:after {
	background: #25364a
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item>ul>.drawer-menu-item.active a {
	color: #3783b5
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item.drawer-submenu {
	background: #f9f9f9
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item.drawer-submenu [aria-expanded=true],
[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item.drawer-submenu [aria-expanded=true] .material-icons {
	color: #3783b5
}

[dir=ltr] .drawer--light .drawer-menu>.drawer-menu-item.drawer-submenu a[aria-expanded=false] {
	background: #fff
}

[dir=ltr] .drawer--light .drawer-activity .list-dot {
	background-color: rgba(0, 0, 0, .24)
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item {
	border-color: #dde3ea
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item.active {
	color: rgba(0, 0, 0, .54)
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item .media a {
	color: red
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item .media a .material-icons {
	color: rgba(0, 0, 0, .24)
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item.active {
	background: #f9f9f9;
	color: #25364a
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item.active a .material-icons {
	color: #25364a
}

[dir=ltr] .drawer--light .drawer-activity .list-group-item.active .list-dot {
	background: #3783b5
}

[dir=ltr] .mdk-drawer {
	z-index: 1040
}

[dir=ltr] .mdk-drawer__inner {
	height: 100%;
	overflow-y: auto;
	text-align: initial
}

[dir=ltr] .simplebar-content,
[dir=ltr] .simplebar-scroll-content {
	height: 100% !important
}

[dir=ltr] nav.drawer {
	overflow-y: scroll;
	height: 100%;
	text-align: initial;
	/*width: 256px;*/
	overflow-x: hidden
}

[dir=ltr] nav.drawer:not([data-simplebar]) {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

[dir=ltr] nav.drawer .drawer-heading {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 .41666667rem .625rem
}

[dir=ltr] nav.drawer .drawer-spacer {
	padding: 1.25rem .625rem
}

[dir=ltr] nav.drawer .drawer-menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.25rem
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item {
	position: relative
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item:last-of-type {
	border-bottom-color: transparent
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item [data-toggle=collapse]:after {
	font-family: Material Icons;
	content: "remove_circle_outline";
	-webkit-font-feature-settings: "liga";
	position: absolute;
	right: .625rem;
	top: 1px;
	display: block;
	font-size: 1.1rem;
	font-weight: 300
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item [data-toggle=collapse].collapsed:after {
	content: "add_circle_outline"
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item .drawer-menu-text {
	margin-left: 2.5rem;
	font-size: 16px
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item .badge {
	line-height: 1.4;
	padding: .1rem .45rem;
	vertical-align: middle
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 .625rem;
	text-decoration: none;
	font-size: 16px
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item a .material-icons {
	position: absolute;
	line-height: 40px;
	top: 0
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item a:hover {
	text-decoration: none
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item>ul {
	list-style: none;
	padding-left: 1.25rem;
	padding-left: 0;
	background: rgba(0, 0, 0, .24);
	border-top: 1px solid hsla(0, 0%, 100%, .05);
	border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item>ul>.drawer-menu-item {
	border-bottom: 0
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item>ul>.drawer-menu-item:first-of-type {
	padding-top: 10px
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item>ul>.drawer-menu-item:last-of-type {
	padding-bottom: 10px
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item>ul>.drawer-menu-item a {
	margin-left: .625rem;
	font-weight: 400;
	height: 36px;
	line-height: 36px
}

[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item>ul>.drawer-menu-item.active a {
	background: none
}

[dir=ltr] nav.drawer .list-group-item {
	background-color: transparent
}

[dir=ltr] .drawer-brand-circle {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	background: #3783b5
}

[dir=ltr] .drawer-brand-circle:hover {
	text-decoration: none;
	color: inherit
}

[dir=ltr] .bg-primary .drawer-brand-circle {
	background: #25364a
}

@media (max-width:767.98px) {
	[dir=ltr] .sort-index {
		margin-bottom: 1.25rem
	}
}

[dir=ltr] body,
html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[dir=ltr] .page-content {
	padding-bottom: 1.25rem
}

@media (min-width:992px) {
	[dir=ltr] .page-content--large {
		padding-bottom: 1.5rem
	}
}

[dir=ltr] .container,
[dir=ltr] .container--max {
	max-width: 940px
}

[dir=ltr] .container--max.container--wide {
	max-width: 940px !important
}

[dir=ltr] .container,
[dir=ltr] .container-fluid {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

@media (min-width:576px) {

	[dir=ltr] .container,
	[dir=ltr] .container-fluid {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
}

@media (min-width:992px) {

	[dir=ltr] .container-fluid.container--wide,
	[dir=ltr] .container.container--wide {
		max-width: 80%
	}

	[dir=ltr] .container--large,
	[dir=ltr] .container-fluid--large {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

[dir=ltr] .font-1 {
	font-size: 1rem
}

[dir=ltr] .mdk-header-layout__content>.bg-white>.container:first-of-type,
[dir=ltr] .mdk-header-layout__content>.container-fluid:first-of-type,
[dir=ltr] .mdk-header-layout__content>.container:first-of-type {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

@media (min-width:576px) {

	[dir=ltr] .mdk-header-layout__content>.bg-white>.container:first-of-type,
	[dir=ltr] .mdk-header-layout__content>.container-fluid:first-of-type,
	[dir=ltr] .mdk-header-layout__content>.container:first-of-type {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}
}

@media (min-width:992px) {

	[dir=ltr] .mdk-header-layout__content>.bg-white>.container:first-of-type,
	[dir=ltr] .mdk-header-layout__content>.container-fluid:first-of-type,
	[dir=ltr] .mdk-header-layout__content>.container:first-of-type {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem
	}
}

[dir=ltr] .text-link {
	color: red
}

[dir=ltr] .text-link,
[dir=ltr] .text-link:hover {
	text-decoration: none
}

[dir=ltr] .input-search input {
	color: #25364a !important
}

[dir=ltr] .input-search input::-webkit-input-placeholder {
	color: #25364a !important
}

[dir=ltr] .input-search input::-moz-placeholder {
	color: #25364a !important
}

[dir=ltr] .input-search input:-ms-input-placeholder {
	color: #25364a !important
}

[dir=ltr] .input-search input:-moz-placeholder {
	color: #25364a !important
}

[dir=ltr] .input-search .material-icons {
	color: #25364a !important
}

[dir=ltr] .input-search .form-control {
	border: 1px solid #e2e8ee !important
}

[dir=ltr] .media .task {
	padding-left: .625rem;
	border-left: 2px solid #e2e8ee
}

[dir=ltr] .h-vh {
	height: 100vh
}

@media (max-width:767.98px) {
	[dir=ltr] .card-header .row .card-title {
		margin-bottom: 1.25rem !important
	}
}

[dir=ltr] .card.card-forgot-password,
[dir=ltr] .card.card-login,
[dir=ltr] .card.card-signup {
	width: 50%
}

[dir=ltr] .card.card-review {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
	margin-bottom: 1.25rem
}

[dir=ltr] .card-header .card-title {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0
}

[dir=ltr] .card-subtitle.line-through {
	border-bottom: 1px solid #dadada;
	line-height: .1em
}

[dir=ltr] .card-subtitle.line-through span {
	background: #fff;
	padding: 0 10px
}

[dir=ltr] .card {
	margin-bottom: 1.25rem
}

[dir=ltr] .card .card,
[dir=ltr] .card.card-subtotals ul {
	margin-bottom: 0
}

[dir=ltr] .card.card-subtotals ul li {
	padding-bottom: .625rem;
	margin-bottom: .625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

[dir=ltr] .card.card-subtotals ul li:not(:last-of-type) {
	border-bottom: 1px solid #e2e8ee
}

[dir=ltr] .card.card-padded {
	padding: 3rem 5rem
}

[dir=ltr] .card-property {
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

[dir=ltr] .card-property:hover {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

[dir=ltr] .card-property:hover img {
	opacity: .84
}

[dir=ltr] .card-property:hover a {
	color: red !important;
	text-decoration: none
}

[dir=ltr] a.social {
	text-align: center
}

[dir=ltr] a.social svg {
	height: 100%
}

[dir=ltr] a.social.social-facebook {
	fill: #3b5998
}

[dir=ltr] a.social.social-facebook:hover {
	fill: #2d4373
}

[dir=ltr] a.social.social-twitter {
	fill: #00aced
}

[dir=ltr] a.social.social-twitter:hover {
	fill: #0087ba
}

[dir=ltr] a.social.social-instagram {
	fill: #e4405f
}

[dir=ltr] a.social.social-instagram:hover {
	fill: #d31e40
}

[dir=ltr] a.social.social-dribbble {
	fill: #ea4c89
}

[dir=ltr] a.social.social-dribbble:hover {
	fill: #e51e6b
}

[dir=ltr] .card-text {
	line-height: 1.5
}

[dir=ltr] .card .card-body .device {
	text-align: center
}

[dir=ltr] .card .card-body .device:first-of-type {
	border-right: 1px solid #e2e8ee
}

@media (max-width:767.98px) {
	[dir=ltr] .card .card-body .device {
		text-align: center;
		border: 0
	}

	[dir=ltr] .card.card-profile--activity:last-of-type {
		margin-bottom: 1.25rem !important
	}

	[dir=ltr] .card.card-forgot-password,
	[dir=ltr] .card.card-login,
	[dir=ltr] .card.card-signup {
		width: 100%
	}
}

[dir=ltr] .ui-grid .row {
	margin: 0
}

[dir=ltr] .ui-grid .example-grid-col {
	padding-top: .75rem;
	padding-bottom: .75rem;
	background-color: rgba(55, 131, 181, .15);
	border: 1px solid rgba(55, 131, 181, .24)
}

[dir=ltr] .ui-grid .example-row:not(:last-child) {
	margin-bottom: 1rem
}

[dir=ltr] .ui-grid .example-row-flex-cols {
	min-height: 10rem;
	background-color: #f9f9f9
}

[dir=ltr] .ui-grid .example-row-flex-cols:not(:last-child) {
	margin-bottom: 1rem
}

[dir=ltr] .loading-bard-wrapper {
	height: 100px
}

[dir=ltr] .loading-bars,
[dir=ltr] .loading-bars:after,
[dir=ltr] .loading-bars:before {
	background: #3783b5;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em
}

[dir=ltr] .loading-bars {
	color: #3783b5;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

[dir=ltr] .loading-bars:after,
[dir=ltr] .loading-bars:before {
	position: absolute;
	top: 0;
	content: ""
}

[dir=ltr] .loading-bars:before {
	left: -1.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

[dir=ltr] .loading-bars:after {
	left: 1.5em
}

@-webkit-keyframes load1 {

	0%,
	80%,
	to {
		-webkit-box-shadow: 0 0;
		box-shadow: 0 0;
		height: 4em
	}

	40% {
		-webkit-box-shadow: 0 -2em;
		box-shadow: 0 -2em;
		height: 5em
	}
}

@keyframes load1 {

	0%,
	80%,
	to {
		-webkit-box-shadow: 0 0;
		box-shadow: 0 0;
		height: 4em
	}

	40% {
		-webkit-box-shadow: 0 -2em;
		box-shadow: 0 -2em;
		height: 5em
	}
}

[dir=ltr] .loading-tail,
[dir=ltr] .loading-tail:after,
[dir=ltr] .loading-tail:before {
	border-radius: 50%
}

[dir=ltr] .loading-tail {
	color: #3783b5;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	-webkit-box-shadow: inset 0 0 0 1em;
	box-shadow: inset 0 0 0 1em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[dir=ltr] .loading-tail:after,
[dir=ltr] .loading-tail:before {
	position: absolute;
	content: ""
}

[dir=ltr] .loading-tail:before {
	border-radius: 10.2em 0 0 10.2em;
	left: -.1em;
	-webkit-transform-origin: 5.2em 5.1em;
	transform-origin: 5.2em 5.1em;
	-webkit-animation: load2 2s infinite ease 1.5s;
	animation: load2 2s infinite ease 1.5s
}

[dir=ltr] .loading-tail:after,
[dir=ltr] .loading-tail:before {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	top: -.1em
}

[dir=ltr] .loading-tail:after {
	border-radius: 0 10.2em 10.2em 0;
	left: 5.1em;
	-webkit-transform-origin: 0 5.1em;
	transform-origin: 0 5.1em;
	-webkit-animation: load2 2s infinite ease;
	animation: load2 2s infinite ease
}

@-webkit-keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes load2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

[dir=ltr] .loading-circle {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #3783b5;
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #3783b5), color-stop(42%, rgba(103, 116, 223, 0)));
	background: linear-gradient(90deg, #3783b5 10%, rgba(103, 116, 223, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

[dir=ltr] .loading-circle:before {
	width: 50%;
	height: 50%;
	background: #3783b5;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: ""
}

[dir=ltr] .loading-circle:after {
	background: #fff;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

[dir=ltr] .loading-circle-border,
[dir=ltr] .loading-circle-border:after {
	border-radius: 50%;
	width: 10em;
	height: 10em
}

[dir=ltr] .loading-circle-border {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid hsla(0, 0%, 83%, .4);
	border-right: 1.1em solid hsla(0, 0%, 83%, .4);
	border-bottom: 1.1em solid hsla(0, 0%, 83%, .4);
	border-left: 1.1em solid #3783b5;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

[dir=ltr] .loading-dots {
	color: #3783b5;
	font-size: 1rem;
	margin: 100px auto;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@-webkit-keyframes load4 {

	0%,
	to {
		-webkit-box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
		box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
	}

	12.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	37.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	50% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	62.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
	}

	75% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0
	}

	87.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em;
		box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em
	}
}

@keyframes load4 {

	0%,
	to {
		-webkit-box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
		box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
	}

	12.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	25% {
		-webkit-box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	37.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	50% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
	}

	62.5% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
	}

	75% {
		-webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0;
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0
	}

	87.5% {
		-webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em;
		box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em
	}
}

[dir=ltr] .loading-dots-active {
	margin: 100px auto;
	font-size: 1rem;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@-webkit-keyframes load5 {

	0%,
	to {
		-webkit-box-shadow: 0 -2.6em 0 0 #3783b5, 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .5), -1.8em -1.8em 0 0 rgba(103, 116, 223, .7);
		box-shadow: 0 -2.6em 0 0 #3783b5, 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .5), -1.8em -1.8em 0 0 rgba(103, 116, 223, .7)
	}

	12.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .7), 1.8em -1.8em 0 0 #3783b5, 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .5);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .7), 1.8em -1.8em 0 0 #3783b5, 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .5)
	}

	25% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .5), 1.8em -1.8em 0 0 rgba(103, 116, 223, .7), 2.5em 0 0 0 #3783b5, 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .5), 1.8em -1.8em 0 0 rgba(103, 116, 223, .7), 2.5em 0 0 0 #3783b5, 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	37.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .5), 2.5em 0 0 0 rgba(103, 116, 223, .7), 1.75em 1.75em 0 0 #3783b5, 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .5), 2.5em 0 0 0 rgba(103, 116, 223, .7), 1.75em 1.75em 0 0 #3783b5, 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	50% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .5), 1.75em 1.75em 0 0 rgba(103, 116, 223, .7), 0 2.5em 0 0 #3783b5, -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .5), 1.75em 1.75em 0 0 rgba(103, 116, 223, .7), 0 2.5em 0 0 #3783b5, -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	62.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .5), 0 2.5em 0 0 rgba(103, 116, 223, .7), -1.8em 1.8em 0 0 #3783b5, -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .5), 0 2.5em 0 0 rgba(103, 116, 223, .7), -1.8em 1.8em 0 0 #3783b5, -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	75% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .5), -1.8em 1.8em 0 0 rgba(103, 116, 223, .7), -2.6em 0 0 0 #3783b5, -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .5), -1.8em 1.8em 0 0 rgba(103, 116, 223, .7), -2.6em 0 0 0 #3783b5, -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	87.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .5), -2.6em 0 0 0 rgba(103, 116, 223, .7), -1.8em -1.8em 0 0 #3783b5;
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .5), -2.6em 0 0 0 rgba(103, 116, 223, .7), -1.8em -1.8em 0 0 #3783b5
	}
}

@keyframes load5 {

	0%,
	to {
		-webkit-box-shadow: 0 -2.6em 0 0 #3783b5, 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .5), -1.8em -1.8em 0 0 rgba(103, 116, 223, .7);
		box-shadow: 0 -2.6em 0 0 #3783b5, 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .5), -1.8em -1.8em 0 0 rgba(103, 116, 223, .7)
	}

	12.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .7), 1.8em -1.8em 0 0 #3783b5, 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .5);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .7), 1.8em -1.8em 0 0 #3783b5, 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .5)
	}

	25% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .5), 1.8em -1.8em 0 0 rgba(103, 116, 223, .7), 2.5em 0 0 0 #3783b5, 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .5), 1.8em -1.8em 0 0 rgba(103, 116, 223, .7), 2.5em 0 0 0 #3783b5, 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	37.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .5), 2.5em 0 0 0 rgba(103, 116, 223, .7), 1.75em 1.75em 0 0 #3783b5, 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .5), 2.5em 0 0 0 rgba(103, 116, 223, .7), 1.75em 1.75em 0 0 #3783b5, 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	50% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .5), 1.75em 1.75em 0 0 rgba(103, 116, 223, .7), 0 2.5em 0 0 #3783b5, -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .5), 1.75em 1.75em 0 0 rgba(103, 116, 223, .7), 0 2.5em 0 0 #3783b5, -1.8em 1.8em 0 0 rgba(103, 116, 223, .2), -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	62.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .5), 0 2.5em 0 0 rgba(103, 116, 223, .7), -1.8em 1.8em 0 0 #3783b5, -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .5), 0 2.5em 0 0 rgba(103, 116, 223, .7), -1.8em 1.8em 0 0 #3783b5, -2.6em 0 0 0 rgba(103, 116, 223, .2), -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	75% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .5), -1.8em 1.8em 0 0 rgba(103, 116, 223, .7), -2.6em 0 0 0 #3783b5, -1.8em -1.8em 0 0 rgba(103, 116, 223, .2);
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .5), -1.8em 1.8em 0 0 rgba(103, 116, 223, .7), -2.6em 0 0 0 #3783b5, -1.8em -1.8em 0 0 rgba(103, 116, 223, .2)
	}

	87.5% {
		-webkit-box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .5), -2.6em 0 0 0 rgba(103, 116, 223, .7), -1.8em -1.8em 0 0 #fff;
		box-shadow: 0 -2.6em 0 0 rgba(103, 116, 223, .2), 1.8em -1.8em 0 0 rgba(103, 116, 223, .2), 2.5em 0 0 0 rgba(103, 116, 223, .2), 1.75em 1.75em 0 0 rgba(103, 116, 223, .2), 0 2.5em 0 0 rgba(103, 116, 223, .2), -1.8em 1.8em 0 0 rgba(103, 116, 223, .5), -2.6em 0 0 0 rgba(103, 116, 223, .7), -1.8em -1.8em 0 0 #fff
	}
}

[dir=ltr] .loading-dots-fast {
	color: #3783b5;
	font-size: 4rem;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease
}

@-webkit-keyframes load6 {
	0% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
	}

	5%,
	95% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
	}

	10%,
	59% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
	}

	20% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
	}

	38% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
	}

	to {
		-webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
	}
}

@keyframes load6 {
	0% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
	}

	5%,
	95% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
	}

	10%,
	59% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
	}

	20% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
	}

	38% {
		-webkit-box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
	}

	to {
		-webkit-box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em;
		box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

[dir=ltr] .loading-dots-horizontal,
[dir=ltr] .loading-dots-horizontal:after,
[dir=ltr] .loading-dots-horizontal:before {
	border-radius: 50%;
	width: 1.8em;
	height: 1.8em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out
}

[dir=ltr] .loading-dots-horizontal {
	color: #3783b5;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

[dir=ltr] .loading-dots-horizontal:after,
[dir=ltr] .loading-dots-horizontal:before {
	content: "";
	position: absolute;
	top: 0
}

[dir=ltr] .loading-dots-horizontal:before {
	left: -3.5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

[dir=ltr] .loading-dots-horizontal:after {
	left: 3.5em
}

@-webkit-keyframes load7 {

	0%,
	80%,
	to {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		box-shadow: 0 2.5em 0 0
	}
}

@keyframes load7 {

	0%,
	80%,
	to {
		-webkit-box-shadow: 0 2.5em 0 -1.3em;
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		-webkit-box-shadow: 0 2.5em 0 0;
		box-shadow: 0 2.5em 0 0
	}
}

[dir=ltr] .real-estate-header {
	margin-bottom: 1.25rem
}

[dir=ltr] .real-estate-header .d-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[dir=ltr] .real-estate-header .d-flex span {
	margin-right: .325rem
}

[dir=ltr] .real-estate-header .d-flex .custom-select {
	margin-right: .625rem;
	width: 150px
}

@media (max-width:991.98px) {
	[dir=ltr] .real-estate-header .d-flex small {
		margin-left: auto
	}

	[dir=ltr] .real-estate-header .custom-select {
		margin-right: 0
	}

	[dir=ltr] .real-estate-header .col-md-8 {
		margin-bottom: .625rem
	}
}

[dir=ltr] .new-order .custom-select {
	width: 200px
}

@media (max-width:991.98px) {
	[dir=ltr] .new-order .custom-select {
		width: 100%;
		margin-bottom: .625rem
	}

	[dir=ltr] .new-order .input-group {
		margin-bottom: .625rem
	}

	[dir=ltr] .new-order .btn {
		display: block
	}
}

@media (min-width:576px) {

	[dir=ltr] .row.row-projects .col-lg-3,
	[dir=ltr] .row.row-projects .col-md-4 {
		text-align: center
	}

	[dir=ltr] .row.row-projects .col-lg-3:not(:last-of-type),
	[dir=ltr] .row.row-projects .col-md-4:not(:last-of-type) {
		border-right: 1px solid #e2e8ee
	}

	[dir=ltr] .row.row-projects .col-lg-3 .material-icons,
	[dir=ltr] .row.row-projects .col-md-4 .material-icons {
		height: 60px;
		line-height: 60px
	}
}

@media (max-width:767.98px) {
	[dir=ltr] .row.row-projects .col-6 {
		text-align: center
	}

	[dir=ltr] .row.row-projects .col-6:nth-child(odd) {
		border-right: 1px solid #e2e8ee
	}

	[dir=ltr] .row.row-projects .col-6:first-of-type {
		margin-bottom: 1.25rem
	}
}

[dir=ltr] .table tr th {
	border-top: 0;
	font-size: 13px;
	text-transform: uppercase
}

[dir=ltr] .table-dark,
[dir=ltr] .table .thead-dark th {
	background-color: #25364a
}

[dir=ltr] .table .thead-dark th {
	color: #eff4f8
}

[dir=ltr] .datepicker td .active.day {
	background-color: #3783b5 !important;
	border-color: #3783b5 !important
}

[dir=ltr] #timeline-datepicker .datepicker-inline,
[dir=ltr] #timeline-datepicker .datepicker table {
	width: 100% !important
}

[dir=ltr] .collaborators-tasks {
	margin: 0
}

[dir=ltr] .collaborators-tasks td {
	vertical-align: middle
}

[dir=ltr] .table.table-cart,
[dir=ltr] .table.table-retail {
	margin: 0
}

[dir=ltr] .table.table-cart thead th,
[dir=ltr] .table.table-retail thead th {
	border-top: 0;
	text-transform: uppercase
}

[dir=ltr] .table.table-projects thead th {
	border: 0;
	color: #6c757d;
	text-transform: none
}

[dir=ltr] .table.table-projects tbody tr {
	background-color: #fff;
	border: 0
}

[dir=ltr] .table.table-projects tbody tr td {
	vertical-align: middle
}

[dir=ltr] .mdc-snackbar {
	z-index: 1090
}

[dir=ltr] .mdc-snackbar .mdc-snackbar__action-button {
	color: #5dd2bc
}

[dir=ltr] .mdc-snackbar--right {
	right: 24px;
	left: auto
}

[dir=ltr] #directions-map,
[dir=ltr] #map,
[dir=ltr] #satellite-map,
[dir=ltr] #styled-map {
	height: 300px
}

[dir=ltr] .map-control {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 2px rgba(33, 33, 33, .4);
	box-shadow: 0 2px 2px rgba(33, 33, 33, .4);
	font-family: Roboto, "sans-serif";
	margin: 10px;
	display: none
}

[dir=ltr] #styled-map .map-control {
	display: block
}

[dir=ltr] .selector-control {
	font-size: 14px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px
}

[dir=ltr] .jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #000;
	color: #fff
}

[dir=ltr] .jumbotron .container {
	z-index: 1029;
	position: relative
}

[dir=ltr] .jumbotron .lead {
	color: hsla(0, 0%, 100%, .54)
}

@media (min-width:576px) {
	[dir=ltr] .jumbotron {
		padding: 6rem 2rem
	}
}

[dir=ltr] .jumbotron .input-group .form-control {
	height: 50px;
	border: 5px solid transparent;
	border-radius: 5px
}

[dir=ltr] .jumbotron .input-group .form-control:active,
[dir=ltr] .jumbotron .input-group .form-control:focus {
	border: 5px solid rgba(0, 0, 0, .34);
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

[dir=ltr] .jumbotron .input-group.input-group--inline .input-group-addon {
	line-height: 50px;
	padding-left: 15px
}

[dir=ltr] .jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

[dir=ltr] .fixed-banner {
	overflow: hidden;
	position: relative;
	width: 100%
}

[dir=ltr] .fixed-banner .fixed-banner-image-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .3
}

[dir=ltr] .fixed-banner .fixed-banner-image-wrapper img {
	height: auto !important;
	width: auto !important;
	min-height: 100% !important;
	min-width: 100% !important
}

[dir=ltr] .choose-box-shadow {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .24);
	box-shadow: 0 0 4px rgba(0, 0, 0, .24)
}

[dir=ltr] .input-group--inline {
	position: relative
}

[dir=ltr] .input-group--inline .input-group-addon {
	bottom: 0;
	position: absolute;
	pointer-events: none;
	vertical-align: middle;
	z-index: 2;
	padding: 0;
	border: 0;
	color: #25364a;
	padding: 0 .625rem
}

[dir=ltr] .input-group--inline .input-group-addon .material-icons {
	color: #6c757d
}

[dir=ltr] .input-group--inline .form-control:not(:first-child) {
	text-indent: 1.875rem;
	z-index: auto;
	border-radius: 5px
}

[dir=ltr] .input-group--inline .form-control:not(:first-child):active,
[dir=ltr] .input-group--inline .form-control:not(:first-child):focus,
[dir=ltr] .input-group--inline .form-control:not(:first-child):hover {
	z-index: auto
}

[dir=ltr] .drawer--dark .drawer-heading {
	color: #fff;
}
body{
	background-color: #f4f4f4!important;
	padding: 0;

}
html{
	padding: 0!important;
}
[dir=ltr] .simplebar-content, [dir=ltr] .simplebar-scroll-content {
    height: 100%!important;
    background-color: #f4f4f4;
}
[dir=ltr] .mdk-header-layout__content--scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: white;
}
[dir=ltr] nav.drawer .drawer-spacer {
    padding:1.75rem .925rem 1rem .925rem;
    text-align: center;

  
}
[dir=ltr] nav.drawer .drawer-spacer a{
   
    font-size: 30px;
    font-style: italic;
      border-bottom: 1px solid white;
      padding: 10px 60px;

}
[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item a {
    display: block;
    height: 40px;
    line-height: 5px;
    padding: 24px;
    text-decoration: none;
    font-size: 16px;
}
[dir=ltr] nav.drawer .drawer-menu .drawer-menu-item a .material-icons {
    position: absolute;
    line-height: 45px;
    top: 0;
}
.drawer-menu li:hover{
	background-color: #ffffff90;
}
.drawer-menu li:hover a{
	color: black;
}
.simplebar-scroll-content {
    height: 100%!important;
    padding: 0px!important;
   
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: gray!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: gray!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: gray!important;
}
[dir=ltr] .navbar .form-group .input-group-addon i.material-icons {
    line-height: 34px;
    color: red;
    padding-left: 200px;
}
[dir=ltr] .mdk-drawer-layout {
    height: 100%;
    position: relative;
    overflow: hidden;
    
}
/*.drawer{
	border-radius: 6px;
}*/
[dir=ltr] .h3, [dir=ltr] h3 {
    font-size: 1.53125rem;
    margin-top: 90px;
}
[dir=ltr] .bg-primary {
    background-color: #fff!important;
}
[dir=ltr] .navbar-dark .page-title {
    font-size: 26px;
    color: #000;
    font-weight: 500;
}
[dir=ltr] .material-icons.md-36 {
    font-size: 36px;
    color: black;
}
[dir=ltr] .navbar .form-group .form-control {
    background: #f7f7f7;
    border-radius: 25px!important;
    height: 34px;
    min-width: 250px;
}
[dir=ltr] .mdk-header :last-child {
    margin-bottom: 0;
    color: black;
  
}
[dir=ltr] .navbar-dark .navbar-nav .nav-link {
    font-weight: 700;
    color: black;
}
[dir=ltr] .navbar-dark .navbar-nav .nav-link:hover {
   
    color: gray;
}
.card-group .marg{
	margin: 10px;
}
[dir=ltr] .card-subtitle, [dir=ltr] .card-text {
   
    display: inline-block;
}
.color h1 {
    color: red!important;
    float: right;
}
.shadoww .card-body{
	border-radius: 5px!important;

  box-shadow: 2px 2px 5px #888888;
}


.wid .btn {
    cursor: pointer;
    width: 140PX;
    text-align: left;
}
[dir=ltr] .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    font-size: 20px;
    margin-top: 5px;
}
[dir=ltr] .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 140px;
}
[dir=ltr] .table thead th {
     vertical-align: top; 
    border-bottom: 2px solid #e2e8ee;
}
[dir=ltr] .card-subtitle, [dir=ltr] .card-text:last-child {
    margin-bottom: 0;
   /* width: 90px;*/
}
[dir=ltr] .justify-content-center {
   
    float: right;
}
[dir=ltr] .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: red;
    border-color: red;
}
[dir=ltr] .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:  gray;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
[dir=ltr] .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 1.25rem;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.marg2{
	margin-top: 30px;
}
.buttonz button{
	background-color: red;
	padding: 8px 30px;
	color: white;
	
	border:1px solid red;
	margin: 20px 10px 10px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.buttonz1 button{
	background-color: #b2b2b2;
	padding: 8px 30px;
	color: white;
	
	border:none;
	margin: 20px 10px 10px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.buttonz button:hover{
	background-color: white;
	border:1px solid red;
	padding: 8px 30px;
	color: red;
	
	

}






[dir=ltr] .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 15px;
}
.adhar img{
	padding: 10px;
}
[dir=ltr] .btn-primary {
    color: #fff;
    background-color: red;
  
}
[dir=ltr] .btn-primary {
 
    border-color: red;
}
[dir=ltr] .btn-primary:hover {
    color: red;
    background-color: white;
    border-color: red;
}
[dir=ltr] .btn-primary:not(:disabled):not(.disabled).active, [dir=ltr] .btn-primary:not(:disabled):not(.disabled):active, [dir=ltr] .show>.btn-primary.dropdown-toggle {
    color: red!important;
    background-color: white;
    border-color: red;
    margin: 5px;
}
.tab {
  overflow: hidden;
 }
  

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */


/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
 
  border-top: none;
}
[dir=ltr] .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin: 5px 7px;
}
[dir=ltr] .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
     border: none; 
    border-radius: 0;
}
.order2 {
	margin-top: 80px;
}

[dir=ltr] .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin: 5px 7px;
   /* color: white;*/
   
}

[dir=ltr] .justify-content-center {
    float: right;
    margin-bottom: 30px;
}
.edd{
   
    padding: 8px 30px!important;
}
[dir=ltr] .float-right {
    float: left!important;
}
.pay a {
    width: 150px;
    color: white!important;
}
.pay button{
	width: 150px;
}
[dir=ltr] .mr-3, [dir=ltr] .mx-3 {
    margin-right: .25rem!important;
}
 .button1 button {
    border: 2px solid red;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 2px 0;
     background-color: white;
    width: 80px;
}
[dir=ltr] .marg10 {
   
    margin-top: 100px;
}
  
  [dir=ltr] .table td, [dir=ltr]{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e2e8ee;
    color: gray;
}

[dir=ltr] .card {
   
    margin-top: -20px;
}
/*   [dir=ltr] .row {
   
    margin-bottom: -20px;
}*/

/*nithul*/
/*[dir=ltr] .btn:not(:disabled):not(.disabled) {
 
    visibility: hidden;
}
@media (max-width: 990px) {
	[dir=ltr] .btn:not(:disabled):not(.disabled) {
 
    visibility: visible;
}
}*/
/*nithul close*/
.right1 i{
	padding-left: 160px;
	color: red!important;
	
}
.main1 input{
	border: none!important;
	background: #f7f7f7!important;
    border-radius: 25px!important;
}
.order3 button{
	padding: 5px 30px!important;

}
[dir=ltr] .container, [dir=ltr] .container-fluid {
   
    margin-top: 10px;
}
.buttonz{
	margin-bottom: 30px;
}
[dir=ltr] .modal-dialog {
    max-width: 300px;
    margin: 1.75rem auto;
}
.space1{
	padding: 10px 20px;
}


.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark1 {
  background-color: red;
}

/* When the radio button is checked, add a blue background */
.container1 input:checked ~ .checkmark1 {
  background-color: red;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container1 input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container1 .checkmark1:after {
 	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: white;
}
[dir=ltr] .container1 {
    display: block!important;
    margin-bottom: 1.5rem;

}
.spann span{
	color: red;
	border-left: 1px solid gray;
	padding-left: 5px;
}
[dir=ltr] .h5, [dir=ltr] h5 {
    font-size: 1.2em;
}
.bord input{
	border: none;
    border-bottom: 1px solid gray;
    width: 100%;
    padding: 7px;
}
.bord{
	margin-bottom: 100px;
}
[dir=ltr] .btn-primary:hover {
	color: red!important;
    
}
[dir=ltr] .container, [dir=ltr] .kut {
    margin-top: 87px;
}
[dir=ltr] .mdk-header-layout>.mdk-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.buttonz1 button {
    background-color: red;
    padding: 5px 30px;
    color: white;
    border: 1px solid red;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 90px!important;
}
[dir=ltr] .container, [dir=ltr] .gudd {
    margin-top: 88px;
}
.fade .workk{
 
    margin: 1.75rem auto;
    bottom: 0;
    position: absolute;
    right: 20px;
    min-width: 30%;
}
.flex1 span{
padding:  10px;
}
.flex1 input{
	padding: 10px ;
	width: 180px; 
	 border: 1px solid #dbe5ee;
    border-radius: 3px;
}
.fade .workk P{
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: gray;
	font-size: 10px;

}
.flex1 .inn{
   
    margin-left: -96px;
}
.padd10{
	margin-bottom: 150px;
}
/*.padd10 label{
	margin: 10px;
}*/
.mod .close {
    position: absolute;
    cursor: pointer;
    float: left;
    margin-left: -60px;
    background-color: white!important;
    padding: 28px 35px!important;
    z-index: 99999;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 1;
    border-radius: 5px;
}
.mod .close:hover {

    opacity: 1;
   
}
.custom-select1{
	margin: 0 5px!important;
}
.bord1 {
    border: none;
    border-bottom: 1px solid #bbbbbb;;
 
    padding: 7px;
}
.input-daterange input{
	margin: 0 5px;
	overflow: hidden;
}
.marg11{
	margin-bottom: 30px;
}
[dir=ltr] .custom-select {

    border: 1px solid #dbe5ee;
     border-radius: 3px;
 
}
.not input {
    /* overflow: visible; */
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
     border: 1px solid #dbe5ee;
     border-radius: 3px;


}

.not textarea {
    /* overflow: visible; */
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 100px;
     border: 1px solid #dbe5ee;
     border-radius: 3px;


}
.modal-header p{
   
    font-size: 16px!important;
    font-weight: 600;
}
.buttonz h6{
	color: red!important;
    position: absolute;
    left: 15px;


}
.not{
	margin: 10px 0;
}
[dir=ltr] .modal-footer1 {

     padding: 0!important; 
 
}
button{
	cursor: pointer;
}


 .bttt button.active {
  background-color: white;
  color: red;
  border: 1px solid red;
}
.buttonz2 button {
    background-color: #a8a8a8;
    padding: 5px 30px;
    color: white;
    border: 1px solid #ffffff;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 90px!important;
    cursor: default;
}
.not1 .form-check-input {
    position: absolute;
     margin-top: 0; 
    margin-left: -6.55rem;
}
[dir=ltr] .modal-footer {

    padding: .4rem!important;
  
}
.height1{
	min-height: 450px;
}
.image9 img{
	width: 65px;
    vertical-align: middle;
    height: 65px;
    object-fit: cover;

}
.image10 img{
	width: 65px;
    vertical-align: middle;
    height: 65px;
    object-fit: cover;
    border: 1px solid black;
    border-radius: 3px;
}

.marg6 h5{
	margin-bottom: 30px!important;
}
.activeee{
	background-color: #029a9cc4;

}

::-webkit-scrollbar {
  width: 5px;
}


::-webkit-scrollbar-thumb {
  background: lightgray; 
}
.button1 button {
    border: 2px solid red!important;
   
}
