@charset "UTF-8";
.ui-img-grayscale {
	opacity: .4;
	filter: grayscale(1)
}

.ui-img-grayscale.hoverable {
	transition: all .3s
}

.ui-img-grayscale.hoverable:focus,
.ui-img-grayscale.hoverable:hover {
	opacity: 1;
	filter: none
}

.ui-w-140 {
	width: 140px!important;
	height: auto
}

.ui-w-120 {
	width: 120px!important;
	height: auto
}

.ui-w-100 {
	width: 100px!important;
	height: auto
}

.ui-w-80 {
	width: 80px!important;
	height: auto
}

.ui-w-60 {
	width: 60px!important;
	height: auto
}

.ui-w-50 {
	width: 50px!important;
	height: auto
}

.ui-w-40 {
	width: 40px!important;
	height: auto
}

.ui-w-30 {
	width: 30px!important;
	height: auto
}

.ui-w-20 {
	width: 20px!important;
	height: auto
}

.ui-mh-100vh {
	min-height: 100vh
}

.ui-rect,
.ui-rect-30,
.ui-rect-60,
.ui-rect-67,
.ui-rect-75,
.ui-square {
	position: relative!important;
	display: block!important;
	padding-top: 100%!important;
	width: 100%!important
}

.ui-square {
	padding-top: 100%!important
}

.ui-rect {
	padding-top: 50%!important
}

.ui-rect-30 {
	padding-top: 30%!important
}

.ui-rect-60 {
	padding-top: 60%!important
}

.ui-rect-67 {
	padding-top: 67%!important
}

.ui-rect-75 {
	padding-top: 75%!important
}

.ui-rect-content,
.ui-square-content {
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	bottom: 0!important;
	left: 0!important
}

.ui-icon {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 2px solid;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: calc(46px - 4px)
}

.ui-icon.border-0 {
	line-height: 46px
}

.ui-icon-sm {
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: calc(30px - 4px)
}

.ui-icon-sm.border-0 {
	line-height: 30px
}

.ui-star,
.ui-star>*,
.ui-stars {
	height: 1.1em;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none
}

.ui-stars {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap
}

.ui-star {
	position: relative;
	display: block;
	float: left;
	width: 1.1em;
	height: 1.1em;
	text-decoration: none!important;
	font-size: 1.1em;
	line-height: 1;
	user-select: none
}

[dir=rtl] .ui-star {
	float: right
}

.ui-star+.ui-star {
	margin-left: -.1em
}

[dir=rtl] .ui-star+.ui-star {
	margin-right: -.1em;
	margin-left: 0
}

.ui-star>*::after,
.ui-star>*::before,
.ui-star>* {
	position: absolute;
	left: .55em;
	height: 100%;
	font-size: 1em;
	line-height: 1;
	transform: translateX(-50%)
}

[dir=rtl] .ui-star>*::after,
[dir=rtl] .ui-star>*::before,
[dir=rtl] .ui-star>* {
	right: .55em;
	left: auto;
	transform: translateX(50%)
}

.ui-star>* {
	top: 0;
	width: 100%;
	text-align: center
}

.ui-star>*:first-child {
	z-index: 10;
	display: none;
	overflow: hidden;
	color: #ffe924
}

.ui-star>*:last-child {
	z-index: 5;
	display: block
}

.ui-star.half-filled>*:first-child {
	width: 50%;
	transform: translateX(-100%)
}

[dir=rtl] .ui-star.half-filled>*:first-child {
	transform: translateX(100%)
}

.ui-star.filled>*:first-child,
.ui-star.half-filled>*:first-child {
	display: block
}

.ui-star.filled>*:last-child {
	display: none
}

.ui-stars.hoverable .ui-star>*:first-child {
	display: block
}

.ui-stars.hoverable .ui-star:first-child:not(.filled)>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.filled)~.ui-star>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled)>*:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled)~.ui-star>*:first-child {
	display: none
}

.ui-stars.hoverable .ui-star.filled>*:first-child,
.ui-stars.hoverable .ui-star.half-filled>*:first-child {
	display: block!important
}

.ui-stars.hoverable:hover .ui-star>*:first-child {
	display: block!important;
	width: 100%!important;
	transform: translateX(-50%)!important
}

[dir=rtl] .ui-stars.hoverable:hover .ui-star>*:first-child {
	transform: translateX(50%)!important
}

.ui-stars.hoverable .ui-star:hover~.ui-star>*:first-child {
	display: none!important
}

.ui-stars.hoverable .ui-star:hover~.ui-star>*:last-child {
	display: block!important
}

.ui-list {
	padding: 0
}

.ui-list>li {
	margin-bottom: 8px;
	list-style: none
}

.ui-list>li::before {
	content: "•";
	display: inline-block;
	margin-right: 12px;
	font-weight: 700
}

[dir=rtl] .ui-list>li::before {
	margin-right: 0;
	margin-left: 12px
}

.ui-bg-cover {
	background-color: transparent;
	background-position: center center;
	background-size: cover
}

.ui-bg-fixed {
	background-attachment: fixed
}

.ui-bg-overlay-container,
.ui-bg-video-container {
	position: relative
}

.ui-bg-overlay-container>*,
.ui-bg-video-container>* {
	position: relative
}

.ui-bg-overlay-container .ui-bg-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block
}

.ui-bg-video-container .ui-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden
}

.ui-bg-video-container .ui-bg-video video {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center
}

.ui-text-block {
	line-height: 1.8
}

.ui-text-block>p:last-child {
	margin-bottom: 0
}

.material-style .ui-icon {
	border-color: rgba(24, 28, 33, .06)
}

.material-style .ui-bordered {
	border: 1px solid rgba(24, 28, 33, .13)
}

.material-style .ui-star>*:last-child {
	color: rgba(24, 28, 33, .1)
}

.material-style .ui-list>li::before {
	color: rgba(24, 28, 33, .2)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.material-style .ui-mh-100vh::after {
		content: '';
		display: block;
		flex: 0 0 0;
		min-height: 100vh;
		width: 0;
		font-size: 0
	}
	.material-style .ui-mh-100vh.jumbotron::after {
		min-height: calc(100vh - 6rem)
	}
	.material-style .ui-mh-100vh.flex-column::after {
		display: none
	}
}

@media all and (min-width:576px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.material-style .ui-mh-100vh.jumbotron::after {
		min-height: calc(100vh - 12rem)
	}
}

.ui-statistics-icon {
	width: 2.875rem;
	height: 2.875rem;
	font-size: 1.125rem;
	line-height: calc(2.875rem - 4px)
}

.ui-statistics-icon.border-0 {
	line-height: 2.875rem
}

.ui-feed-icon-container {
	position: relative
}

.ui-feed-icon {
	position: absolute;
	top: 0;
	right: -.625rem;
	width: 1.25rem;
	height: 1.25rem;
	border: 0;
	font-size: .75rem;
	line-height: 1.25rem
}

.ui-todo-item .custom-control-input:checked~.custom-control-label {
	text-decoration: line-through
}

.ui-todo-item .custom-control-input:checked~.custom-control-label .ui-todo-badge,
.ui-todo-item .custom-control-input:checked~.ui-todo-badge {
	display: none
}

.ui-activity-icon {
	width: 2.5rem;
	height: 2.5rem;
	font-size: .875rem;
	line-height: calc(2.5rem - 4px)
}

.ui-activity-icon.border-0 {
	line-height: 2.5rem
}

.material-style .ui-todo-item .custom-control-input:checked~.custom-control-label {
	color: #77757a
}

.bg-pattern-1 {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nMTInIHZpZXdCb3g9JzAgMCA0MCAxMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMCA2LjE3Mkw2LjE3MiAwaDUuNjU2TDAgMTEuODI4VjYuMTcyem00MCA1LjY1NkwyOC4xNzIgMGg1LjY1Nkw0MCA2LjE3MnY1LjY1NnpNNi4xNzIgMTJsMTItMTJoMy42NTZsMTIgMTJoLTUuNjU2TDIwIDMuODI4IDExLjgyOCAxMkg2LjE3MnptMTIgMEwyMCAxMC4xNzIgMjEuODI4IDEyaC0zLjY1NnonIGZpbGw9JyNmZmZmZmYnIGZpbGwtb3BhY2l0eT0nMC4xMCcgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+)
}

.bg-pattern-2 {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NiAyOCcgd2lkdGg9JzU2JyBoZWlnaHQ9JzI4Jz48cGF0aCBmaWxsPScjZmZmZmZmJyBmaWxsLW9wYWNpdHk9JzAuMTAnIGQ9J001NiAyNnYyaC03Ljc1YzIuMy0xLjI3IDQuOTQtMiA3Ljc1LTJ6bS0yNiAyYTIgMiAwIDEgMC00IDBoLTQuMDlBMjUuOTggMjUuOTggMCAwIDAgMCAxNnYtMmMuNjcgMCAxLjM0LjAyIDIgLjA3VjE0YTIgMiAwIDAgMC0yLTJ2LTJhNCA0IDAgMCAxIDMuOTggMy42IDI4LjA5IDI4LjA5IDAgMCAxIDIuOC0zLjg2QTggOCAwIDAgMCAwIDZWNGE5Ljk5IDkuOTkgMCAwIDEgOC4xNyA0LjIzYy45NC0uOTUgMS45Ni0xLjgzIDMuMDMtMi42M0ExMy45OCAxMy45OCAwIDAgMCAwIDBoNy43NWMyIDEuMSAzLjczIDIuNjMgNS4xIDQuNDUgMS4xMi0uNzIgMi4zLTEuMzcgMy41My0xLjkzQTIwLjEgMjAuMSAwIDAgMCAxNC4yOCAwaDIuN2MuNDUuNTYuODggMS4xNCAxLjI5IDEuNzQgMS4zLS40OCAyLjYzLS44NyA0LTEuMTUtLjExLS4yLS4yMy0uNC0uMzYtLjU5SDI2di4wN2EyOC40IDI4LjQgMCAwIDEgNCAwVjBoNC4wOWwtLjM3LjU5YzEuMzguMjggMi43Mi42NyA0LjAxIDEuMTUuNC0uNi44NC0xLjE4IDEuMy0xLjc0aDIuNjlhMjAuMSAyMC4xIDAgMCAwLTIuMSAyLjUyYzEuMjMuNTYgMi40MSAxLjIgMy41NCAxLjkzQTE2LjA4IDE2LjA4IDAgMCAxIDQ4LjI1IDBINTZjLTQuNTggMC04LjY1IDIuMi0xMS4yIDUuNiAxLjA3LjggMi4wOSAxLjY4IDMuMDMgMi42M0E5Ljk5IDkuOTkgMCAwIDEgNTYgNHYyYTggOCAwIDAgMC02Ljc3IDMuNzRjMS4wMyAxLjIgMS45NyAyLjUgMi43OSAzLjg2QTQgNCAwIDAgMSA1NiAxMHYyYTIgMiAwIDAgMC0yIDIuMDcgMjguNCAyOC40IDAgMCAxIDItLjA3djJjLTkuMiAwLTE3LjMgNC43OC0yMS45MSAxMkgzMHpNNy43NSAyOEgwdi0yYzIuODEgMCA1LjQ2LjczIDcuNzUgMnpNNTYgMjB2MmMtNS42IDAtMTAuNjUgMi4zLTE0LjI4IDZoLTIuN2M0LjA0LTQuODkgMTAuMTUtOCAxNi45OC04em0tMzkuMDMgOGgtMi42OUMxMC42NSAyNC4zIDUuNiAyMiAwIDIydi0yYzYuODMgMCAxMi45NCAzLjExIDE2Ljk3IDh6bTE1LjAxLS40YTI4LjA5IDI4LjA5IDAgMCAxIDIuOC0zLjg2IDggOCAwIDAgMC0xMy41NSAwYzEuMDMgMS4yIDEuOTcgMi41IDIuNzkgMy44NmE0IDQgMCAwIDEgNy45NiAwem0xNC4yOS0xMS44NmMxLjMtLjQ4IDIuNjMtLjg3IDQtMS4xNWEyNS45OSAyNS45OSAwIDAgMC00NC41NSAwYzEuMzguMjggMi43Mi42NyA0LjAxIDEuMTVhMjEuOTggMjEuOTggMCAwIDEgMzYuNTQgMHptLTUuNDMgMi43MWMxLjEzLS43MiAyLjMtMS4zNyAzLjU0LTEuOTNhMTkuOTggMTkuOTggMCAwIDAtMzIuNzYgMGMxLjIzLjU2IDIuNDEgMS4yIDMuNTQgMS45M2ExNS45OCAxNS45OCAwIDAgMSAyNS42OCAwem0tNC42NyAzLjc4Yy45NC0uOTUgMS45Ni0xLjgzIDMuMDMtMi42M2ExMy45OCAxMy45OCAwIDAgMC0yMi40IDBjMS4wNy44IDIuMDkgMS42OCAzLjAzIDIuNjNhOS45OSA5Ljk5IDAgMCAxIDE2LjM0IDB6Jz48L3BhdGg+PC9zdmc+)
}

.bg-pattern-3 {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyOCcgaGVpZ2h0PSc0OScgdmlld0JveD0nMCAwIDI4IDQ5Jz48ZyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxnIGlkPSdoZXhhZ29ucycgZmlsbD0nI2ZmZmZmZicgZmlsbC1vcGFjaXR5PScwLjEwJyBmaWxsLXJ1bGU9J25vbnplcm8nPjxwYXRoIGQ9J00xMy45OSA5LjI1bDEzIDcuNXYxNWwtMTMgNy41TDEgMzEuNzV2LTE1bDEyLjk5LTcuNXpNMyAxNy45djEyLjdsMTAuOTkgNi4zNCAxMS02LjM1VjE3LjlsLTExLTYuMzRMMyAxNy45ek0wIDE1bDEyLjk4LTcuNVYwaC0ydjYuMzVMMCAxMi42OXYyLjN6bTAgMTguNUwxMi45OCA0MXY4aC0ydi02Ljg1TDAgMzUuODF2LTIuM3pNMTUgMHY3LjVMMjcuOTkgMTVIMjh2LTIuMzFoLS4wMUwxNyA2LjM1VjBoLTJ6bTAgNDl2LThsMTIuOTktNy41SDI4djIuMzFoLS4wMUwxNyA0Mi4xNVY0OWgtMnonLz48L2c+PC9nPjwvc3ZnPg==)
}

.bg-pattern-1-dark {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nMTInIHZpZXdCb3g9JzAgMCA0MCAxMicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMCA2LjE3Mkw2LjE3MiAwaDUuNjU2TDAgMTEuODI4VjYuMTcyem00MCA1LjY1NkwyOC4xNzIgMGg1LjY1Nkw0MCA2LjE3MnY1LjY1NnpNNi4xNzIgMTJsMTItMTJoMy42NTZsMTIgMTJoLTUuNjU2TDIwIDMuODI4IDExLjgyOCAxMkg2LjE3MnptMTIgMEwyMCAxMC4xNzIgMjEuODI4IDEyaC0zLjY1NnonIGZpbGw9JyNjY2NjY2MnIGZpbGwtb3BhY2l0eT0nMC4xNycgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+)
}

.bg-pattern-2-dark {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NiAyOCcgd2lkdGg9JzU2JyBoZWlnaHQ9JzI4Jz48cGF0aCBmaWxsPScjY2NjY2NjJyBmaWxsLW9wYWNpdHk9JzAuMTcnIGQ9J001NiAyNnYyaC03Ljc1YzIuMy0xLjI3IDQuOTQtMiA3Ljc1LTJ6bS0yNiAyYTIgMiAwIDEgMC00IDBoLTQuMDlBMjUuOTggMjUuOTggMCAwIDAgMCAxNnYtMmMuNjcgMCAxLjM0LjAyIDIgLjA3VjE0YTIgMiAwIDAgMC0yLTJ2LTJhNCA0IDAgMCAxIDMuOTggMy42IDI4LjA5IDI4LjA5IDAgMCAxIDIuOC0zLjg2QTggOCAwIDAgMCAwIDZWNGE5Ljk5IDkuOTkgMCAwIDEgOC4xNyA0LjIzYy45NC0uOTUgMS45Ni0xLjgzIDMuMDMtMi42M0ExMy45OCAxMy45OCAwIDAgMCAwIDBoNy43NWMyIDEuMSAzLjczIDIuNjMgNS4xIDQuNDUgMS4xMi0uNzIgMi4zLTEuMzcgMy41My0xLjkzQTIwLjEgMjAuMSAwIDAgMCAxNC4yOCAwaDIuN2MuNDUuNTYuODggMS4xNCAxLjI5IDEuNzQgMS4zLS40OCAyLjYzLS44NyA0LTEuMTUtLjExLS4yLS4yMy0uNC0uMzYtLjU5SDI2di4wN2EyOC40IDI4LjQgMCAwIDEgNCAwVjBoNC4wOWwtLjM3LjU5YzEuMzguMjggMi43Mi42NyA0LjAxIDEuMTUuNC0uNi44NC0xLjE4IDEuMy0xLjc0aDIuNjlhMjAuMSAyMC4xIDAgMCAwLTIuMSAyLjUyYzEuMjMuNTYgMi40MSAxLjIgMy41NCAxLjkzQTE2LjA4IDE2LjA4IDAgMCAxIDQ4LjI1IDBINTZjLTQuNTggMC04LjY1IDIuMi0xMS4yIDUuNiAxLjA3LjggMi4wOSAxLjY4IDMuMDMgMi42M0E5Ljk5IDkuOTkgMCAwIDEgNTYgNHYyYTggOCAwIDAgMC02Ljc3IDMuNzRjMS4wMyAxLjIgMS45NyAyLjUgMi43OSAzLjg2QTQgNCAwIDAgMSA1NiAxMHYyYTIgMiAwIDAgMC0yIDIuMDcgMjguNCAyOC40IDAgMCAxIDItLjA3djJjLTkuMiAwLTE3LjMgNC43OC0yMS45MSAxMkgzMHpNNy43NSAyOEgwdi0yYzIuODEgMCA1LjQ2LjczIDcuNzUgMnpNNTYgMjB2MmMtNS42IDAtMTAuNjUgMi4zLTE0LjI4IDZoLTIuN2M0LjA0LTQuODkgMTAuMTUtOCAxNi45OC04em0tMzkuMDMgOGgtMi42OUMxMC42NSAyNC4zIDUuNiAyMiAwIDIydi0yYzYuODMgMCAxMi45NCAzLjExIDE2Ljk3IDh6bTE1LjAxLS40YTI4LjA5IDI4LjA5IDAgMCAxIDIuOC0zLjg2IDggOCAwIDAgMC0xMy41NSAwYzEuMDMgMS4yIDEuOTcgMi41IDIuNzkgMy44NmE0IDQgMCAwIDEgNy45NiAwem0xNC4yOS0xMS44NmMxLjMtLjQ4IDIuNjMtLjg3IDQtMS4xNWEyNS45OSAyNS45OSAwIDAgMC00NC41NSAwYzEuMzguMjggMi43Mi42NyA0LjAxIDEuMTVhMjEuOTggMjEuOTggMCAwIDEgMzYuNTQgMHptLTUuNDMgMi43MWMxLjEzLS43MiAyLjMtMS4zNyAzLjU0LTEuOTNhMTkuOTggMTkuOTggMCAwIDAtMzIuNzYgMGMxLjIzLjU2IDIuNDEgMS4yIDMuNTQgMS45M2ExNS45OCAxNS45OCAwIDAgMSAyNS42OCAwem0tNC42NyAzLjc4Yy45NC0uOTUgMS45Ni0xLjgzIDMuMDMtMi42M2ExMy45OCAxMy45OCAwIDAgMC0yMi40IDBjMS4wNy44IDIuMDkgMS42OCAzLjAzIDIuNjNhOS45OSA5Ljk5IDAgMCAxIDE2LjM0IDB6Jz48L3BhdGg+PC9zdmc+)
}

.bg-pattern-3-dark {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyOCcgaGVpZ2h0PSc0OScgdmlld0JveD0nMCAwIDI4IDQ5Jz48ZyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxnIGlkPSdoZXhhZ29ucycgZmlsbD0nI2NjY2NjYycgZmlsbC1vcGFjaXR5PScwLjE3JyBmaWxsLXJ1bGU9J25vbnplcm8nPjxwYXRoIGQ9J00xMy45OSA5LjI1bDEzIDcuNXYxNWwtMTMgNy41TDEgMzEuNzV2LTE1bDEyLjk5LTcuNXpNMyAxNy45djEyLjdsMTAuOTkgNi4zNCAxMS02LjM1VjE3LjlsLTExLTYuMzRMMyAxNy45ek0wIDE1bDEyLjk4LTcuNVYwaC0ydjYuMzVMMCAxMi42OXYyLjN6bTAgMTguNUwxMi45OCA0MXY4aC0ydi02Ljg1TDAgMzUuODF2LTIuM3pNMTUgMHY3LjVMMjcuOTkgMTVIMjh2LTIuMzFoLS4wMUwxNyA2LjM1VjBoLTJ6bTAgNDl2LThsMTIuOTktNy41SDI4djIuMzFoLS4wMUwxNyA0Mi4xNVY0OWgtMnonLz48L2c+PC9nPjwvc3ZnPg==)
}

.ui-legend {
	border-radius: .125rem
}

.ui-proj {
	position: relative;
	overflow: hidden
}

.ui-proj .pt-badge {
	color: #fff;
	margin-bottom: 0;
	display: inline-block;
	padding: 6px 10px;
	border-radius: .125rem;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease-in-out
}

.ui-bottom-data {
	position: relative;
	bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 -1px 10px rgba(24, 28, 33, .2)
}

.ui-rounded-icon {
	font-size: 25px;
	color: #fff;
	padding: 20px;
	line-height: 1;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	display: inline-block;
	margin: 0 auto
}

.btn-icon {
	width: 45px;
	height: 45px;
	margin: 0;
	border-radius: 50%;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1
}

.ui-hover-icon {
	overflow: hidden
}

.ui-hover-icon .hov-icon {
	color: #fff;
	font-size: 80px;
	position: absolute;
	bottom: -10px;
	opacity: .3;
	right: -10px;
	transform: rotate(-15deg);
	transition: all .3s ease-in-out
}

.ui-hover-icon:hover .hov-icon {
	transform: rotate(0deg) scale(1.4);
	opacity: .5
}

.card-header+.table-responsive tr td:first-child,
.card-header+.table-responsive tr th:first-child,
.table-card tr td:first-child,
.table-card tr th:first-child {
	padding-left: 1.5rem
}

.card-header+.table-responsive tr td:last-child,
.card-header+.table-responsive tr th:last-child,
.table-card tr td:last-child,
.table-card tr th:last-child {
	padding-right: 1.5rem
}

.ui-team .t-img {
	position: relative
}

.ui-team .t-img .cover-img {
	width: 40px;
	height: 40px
}

.ui-team .t-img .profile-img {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: -5px
}

.ui-messages .m-img {
	position: relative
}

.ui-messages .m-img .profile-img {
	width: 40px;
	height: 40px
}

.ui-messages .m-img .tot-msg {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: -5px;
	color: #fff;
	font-size: 13px;
	border-radius: 50%;
	text-align: center
}

.ui-chat .msg {
	margin-bottom: 5px;
	display: inline-block;
	padding: 10px;
	position: relative
}

.ui-chat img {
	width: 40px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px
}

.ui-chat .received-chat .msg {
	border-radius: 0 .125rem .125rem .125rem
}

.ui-chat .received-chat .msg:after {
	content: "";
	position: absolute;
	left: -7px;
	top: -7px;
	transform: rotate(45deg);
	border: 7px solid transparent;
	border-bottom-color: #716aca
}

.ui-chat .send-chat {
	text-align: right
}

.ui-chat .send-chat .msg {
	border-radius: .125rem
}

.ui-chat .form-material .form-group {
	position: relative
}

.ui-chat .form-material .form-control {
	display: inline-block;
	height: 43px;
	width: 100%;
	border: none;
	border-radius: 0!important;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #ccc
}

.ui-chat .form-material .form-bar {
	position: relative;
	display: block;
	width: 100%
}

.ui-chat .form-material .float-label {
	pointer-events: none;
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	transition: .2s ease all
}

.ui-timeline .card-body {
	padding-top: 0
}

.ui-timeline .card-body .timelines-box {
	position: relative
}

.ui-timeline .card-body .timelines-box:after {
	content: "";
	position: absolute;
	background: #ccc;
	height: 100%;
	width: 1px;
	top: 0;
	left: 115px;
	z-index: 1
}

.ui-timeline .card-body .timelines-box .update-meta {
	z-index: 2;
	min-width: 160px
}

.ui-timeline .card-body .timelines-box .update-meta .update-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	margin-left: 10px
}

@media only screen and (max-width:575px) {
	.ui-timeline .card-body .timelines-box:after {
		display: none
	}
	.ui-timeline .card-body .timelines-box .update-meta {
		z-index: 2;
		min-width: 100%;
		text-align: left!important;
		margin-bottom: 15px;
		padding-top: 15px
	}
}

.ui-post .posts-img {
	width: 90px;
	height: 80px
}

.ui-task .task-list {
	position: relative
}

.ui-task .task-list:after {
	content: "";
	position: absolute;
	background: #ccc;
	height: 100%;
	width: 2px;
	top: 0;
	left: 10px;
	z-index: 1
}

.ui-task .task-list:before {
	content: "";
	position: absolute;
	background: #ccc;
	height: 10px;
	width: 10px;
	bottom: -10px;
	left: 6px;
	z-index: 2;
	border-radius: 50%
}

.ui-task .task-list li {
	margin-bottom: 30px;
	padding-left: 40px;
	position: relative
}

.ui-task .task-list li .task-icon {
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 50%;
	padding: 2px;
	color: #fff;
	min-width: 1.8rem;
	min-height: 1.8rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center
}

.ui-activity .card-body {
	padding-top: 0
}

.ui-activity .card-body .activity-box {
	position: relative
}

.ui-activity .card-body .activity-box .activity-time {
	z-index: 2;
	min-width: 160px
}

.ui-activity .card-body .activity-box .activity-time .update-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	margin-left: 10px
}

@media only screen and (max-width:575px) {
	.ui-activity .card-body .activity-box .update-meta {
		z-index: 2;
		min-width: 100%;
		text-align: left!important;
		margin-bottom: 15px;
		border-top: 1px solid #f1f1f1;
		padding-top: 15px
	}
}

.ui-feed h6 {
	margin-top: 7px
}

.ui-feed .feed-icon {
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 8px 5px;
	font-size: 13px
}

.review-card .review-block>div {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5px;
	padding-right: 5px
}

.ui-play-icon {
	margin-right: -.25em
}

.badge.ui-product-badge {
	align-self: flex-start;
	padding: .1875rem .375rem;
	font-size: .625rem
}

.ui-product-color {
	display: inline-block;
	overflow: hidden;
	margin: .144em;
	width: .875rem;
	height: .875rem;
	border-radius: 10rem;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset;
	vertical-align: middle
}

.ui-product-color-lg {
	width: 1rem;
	height: 1rem
}

.ui-product-color-sm {
	width: .75rem;
	height: .75rem
}

.ui-payment {
	height: 40px
}

.ui-payment-small {
	height: 30px
}

.ui-company-text {
	font-size: 15px;
	line-height: 1.8
}

.ui-device {
	position: relative;
	user-select: none!important
}

.ui-device:before {
	content: "";
	display: block;
	padding-top: 100%
}

.ui-device .device-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%
}

.ui-device .device-content {
	position: absolute;
	top: 0;
	z-index: 2;
	overflow: hidden
}

.ui-device .device-content:before {
	content: "";
	display: block;
	padding-top: 100%
}

.ui-device .device-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.ui-device.macbook {
	width: 1227px
}

.ui-device.macbook:before {
	padding-top: 57.86471067644662%
}

.ui-device.macbook .device-content {
	margin-top: 4.31947840260799%;
	margin-left: 12.46943765281174%;
	width: 75.15262428687857%
}

.ui-device.macbook .device-content:before {
	padding-top: 62.47288503253796%
}

.ui-device.iphone {
	width: 302px
}

.ui-device.iphone:before {
	padding-top: 209.154929577464789%
}

.ui-device.iphone .device-content {
	z-index: 1;
	margin-top: 19.58041958041958%;
	margin-left: 4.580152671755725%;
	width: 91.608391608391608%;
	border-radius: 0 0 12% 12%/0 0 4% 4%
}

.ui-device.iphone .device-content:before {
	padding-top: 200.763358778625954%
}

.ui-device.iphone .device-img {
	z-index: 2
}

.ui-window {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 23px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
	user-select: none
}

.ui-window:before {
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	height: 23px;
	background: #e5e5e5
}

.ui-window .window-content {
	width: 100%
}

.ui-window .window-content img {
	display: block;
	width: 100%
}

.ui-window:after,
.ui-window:before,
.ui-window .window-content:after,
.ui-window .window-content:before {
	content: "";
	position: absolute;
	display: block
}

.ui-window .window-content:after,
.ui-window .window-content:before,
.ui-window:after {
	top: 6px;
	z-index: 4;
	width: 11px;
	height: 11px;
	border-radius: 50%
}

.ui-window:after {
	left: 10px;
	background: #ccc
}

.ui-window .window-content:before {
	left: 26px;
	background: #ccc
}

.ui-window .window-content:after {
	left: 43px;
	background: #ccc
}

.jumbotron.ui-hero {
	display: flex;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.jumbotron.ui-hero>.container,
.jumbotron.ui-hero>.container-fluid {
	display: flex
}

.jumbotron.ui-hero>.container>.row,
.jumbotron.ui-hero>.container-fluid>.row {
	align-items: center
}

.ui-presentation-left,
.ui-presentation-left.ui-device,
.ui-presentation-right,
.ui-presentation-right.ui-device {
	width: 100%
}

.ui-customer-review {
	font-size: 1.125rem;
	line-height: 1.75
}

.ui-customer-review::after,
.ui-customer-review::before {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 1.125rem;
	opacity: .15
}

.ui-customer-review:before {
	content: '“'
}

.ui-customer-review:after {
	content: '”'
}

.material-style .ui-hero>.container>.row {
	width: calc(100% + 1.5rem)
}

.material-style .ui-customer-review {
	font-weight: 300
}

.material-style .ui-customer-review::after,
.material-style .ui-customer-review::before {
	font-weight: 700
}

@media(min-width:992px) {
	.material-style .ui-presentation-left,
	.material-style .ui-presentation-left.ui-device,
	.material-style .ui-presentation-right,
	.material-style .ui-presentation-right.ui-device {
		width: 150%
	}
}

@media(min-width:1200px) {
	.material-style .ui-presentation-left,
	.material-style .ui-presentation-left.ui-device,
	.material-style .ui-presentation-right,
	.material-style .ui-presentation-right.ui-device {
		width: 160%
	}
}

.card {
	margin-bottom: 1.5rem
}

.card .card-header h5 {
	margin-bottom: 0
}

.p-0 {
	padding: 0
}

.p-t-0 {
	padding-top: 0
}

.p-b-0 {
	padding-bottom: 0
}

.p-l-0 {
	padding-left: 0
}

.p-r-0 {
	padding-right: 0
}

.m-0 {
	margin: 0
}

.m-t-0 {
	margin-top: 0
}

.m-b-0 {
	margin-bottom: 0
}

.m-l-0 {
	margin-left: 0
}

.m-r-0 {
	margin-right: 0
}

.p-5 {
	padding: 5px
}

.p-t-5 {
	padding-top: 5px
}

.p-b-5 {
	padding-bottom: 5px
}

.p-l-5 {
	padding-left: 5px
}

.p-r-5 {
	padding-right: 5px
}

.m-5 {
	margin: 5px
}

.m-t-5 {
	margin-top: 5px
}

.m-b-5 {
	margin-bottom: 5px
}

.m-l-5 {
	margin-left: 5px
}

.m-r-5 {
	margin-right: 5px
}

.p-10 {
	padding: 10px
}

.p-t-10 {
	padding-top: 10px
}

.p-b-10 {
	padding-bottom: 10px
}

.p-l-10 {
	padding-left: 10px
}

.p-r-10 {
	padding-right: 10px
}

.m-10 {
	margin: 10px
}

.m-t-10 {
	margin-top: 10px
}

.m-b-10 {
	margin-bottom: 10px
}

.m-l-10 {
	margin-left: 10px
}

.m-r-10 {
	margin-right: 10px
}

.p-15 {
	padding: 15px
}

.p-t-15 {
	padding-top: 15px
}

.p-b-15 {
	padding-bottom: 15px
}

.p-l-15 {
	padding-left: 15px
}

.p-r-15 {
	padding-right: 15px
}

.m-15 {
	margin: 15px
}

.m-t-15 {
	margin-top: 15px
}

.m-b-15 {
	margin-bottom: 15px
}

.m-l-15 {
	margin-left: 15px
}

.m-r-15 {
	margin-right: 15px
}

.p-20 {
	padding: 20px
}

.p-t-20 {
	padding-top: 20px
}

.p-b-20 {
	padding-bottom: 20px
}

.p-l-20 {
	padding-left: 20px
}

.p-r-20 {
	padding-right: 20px
}

.m-20 {
	margin: 20px
}

.m-t-20 {
	margin-top: 20px
}

.m-b-20 {
	margin-bottom: 20px
}

.m-l-20 {
	margin-left: 20px
}

.m-r-20 {
	margin-right: 20px
}

.p-25 {
	padding: 25px
}

.p-t-25 {
	padding-top: 25px
}

.p-b-25 {
	padding-bottom: 25px
}

.p-l-25 {
	padding-left: 25px
}

.p-r-25 {
	padding-right: 25px
}

.m-25 {
	margin: 25px
}

.m-t-25 {
	margin-top: 25px
}

.m-b-25 {
	margin-bottom: 25px
}

.m-l-25 {
	margin-left: 25px
}

.m-r-25 {
	margin-right: 25px
}

.p-30 {
	padding: 30px
}

.p-t-30 {
	padding-top: 30px
}

.p-b-30 {
	padding-bottom: 30px
}

.p-l-30 {
	padding-left: 30px
}

.p-r-30 {
	padding-right: 30px
}

.m-30 {
	margin: 30px
}

.m-t-30 {
	margin-top: 30px
}

.m-b-30 {
	margin-bottom: 30px
}

.m-l-30 {
	margin-left: 30px
}

.m-r-30 {
	margin-right: 30px
}

.p-35 {
	padding: 35px
}

.p-t-35 {
	padding-top: 35px
}

.p-b-35 {
	padding-bottom: 35px
}

.p-l-35 {
	padding-left: 35px
}

.p-r-35 {
	padding-right: 35px
}

.m-35 {
	margin: 35px
}

.m-t-35 {
	margin-top: 35px
}

.m-b-35 {
	margin-bottom: 35px
}

.m-l-35 {
	margin-left: 35px
}

.m-r-35 {
	margin-right: 35px
}

.p-40 {
	padding: 40px
}

.p-t-40 {
	padding-top: 40px
}

.p-b-40 {
	padding-bottom: 40px
}

.p-l-40 {
	padding-left: 40px
}

.p-r-40 {
	padding-right: 40px
}

.m-40 {
	margin: 40px
}

.m-t-40 {
	margin-top: 40px
}

.m-b-40 {
	margin-bottom: 40px
}

.m-l-40 {
	margin-left: 40px
}

.m-r-40 {
	margin-right: 40px
}

.p-45 {
	padding: 45px
}

.p-t-45 {
	padding-top: 45px
}

.p-b-45 {
	padding-bottom: 45px
}

.p-l-45 {
	padding-left: 45px
}

.p-r-45 {
	padding-right: 45px
}

.m-45 {
	margin: 45px
}

.m-t-45 {
	margin-top: 45px
}

.m-b-45 {
	margin-bottom: 45px
}

.m-l-45 {
	margin-left: 45px
}

.m-r-45 {
	margin-right: 45px
}

.p-50 {
	padding: 50px
}

.p-t-50 {
	padding-top: 50px
}

.p-b-50 {
	padding-bottom: 50px
}

.p-l-50 {
	padding-left: 50px
}

.p-r-50 {
	padding-right: 50px
}

.m-50 {
	margin: 50px
}

.m-t-50 {
	margin-top: 50px
}

.m-b-50 {
	margin-bottom: 50px
}

.m-l-50 {
	margin-left: 50px
}

.m-r-50 {
	margin-right: 50px
}

.f-10 {
	font-size: 10px
}

.f-12 {
	font-size: 12px
}

.f-14 {
	font-size: 14px
}

.f-16 {
	font-size: 16px
}

.f-18 {
	font-size: 18px
}

.f-20 {
	font-size: 20px
}

.f-22 {
	font-size: 22px
}

.f-24 {
	font-size: 24px
}

.f-26 {
	font-size: 26px
}

.f-28 {
	font-size: 28px
}

.f-30 {
	font-size: 30px
}

.f-32 {
	font-size: 32px
}

.f-34 {
	font-size: 34px
}

.f-36 {
	font-size: 36px
}

.f-38 {
	font-size: 38px
}

.f-40 {
	font-size: 40px
}

.f-42 {
	font-size: 42px
}

.f-44 {
	font-size: 44px
}

.f-46 {
	font-size: 46px
}

.f-48 {
	font-size: 48px
}

.f-50 {
	font-size: 50px
}

.f-52 {
	font-size: 52px
}

.f-54 {
	font-size: 54px
}

.f-56 {
	font-size: 56px
}

.f-58 {
	font-size: 58px
}

.f-60 {
	font-size: 60px
}

.f-62 {
	font-size: 62px
}

.f-64 {
	font-size: 64px
}

.f-66 {
	font-size: 66px
}

.f-68 {
	font-size: 68px
}

.f-70 {
	font-size: 70px
}

.f-72 {
	font-size: 72px
}

.f-74 {
	font-size: 74px
}

.f-76 {
	font-size: 76px
}

.f-78 {
	font-size: 78px
}

.f-80 {
	font-size: 80px
}

.f-w-100 {
	font-weight: 100
}

.f-w-200 {
	font-weight: 200
}

.f-w-300 {
	font-weight: 300
}

.f-w-400 {
	font-weight: 400
}

.f-w-500 {
	font-weight: 500
}

.f-w-600 {
	font-weight: 600
}

.f-w-700 {
	font-weight: 700
}

.f-w-800 {
	font-weight: 800
}

.f-w-900 {
	font-weight: 900
}

.wid-20 {
	width: 20px
}

.hei-20 {
	height: 20px
}

.wid-25 {
	width: 25px
}

.hei-25 {
	height: 25px
}

.wid-30 {
	width: 30px
}

.hei-30 {
	height: 30px
}

.wid-35 {
	width: 35px
}

.hei-35 {
	height: 35px
}

.wid-40 {
	width: 40px
}

.hei-40 {
	height: 40px
}

.wid-45 {
	width: 45px
}

.hei-45 {
	height: 45px
}

.wid-50 {
	width: 50px
}

.hei-50 {
	height: 50px
}

.wid-55 {
	width: 55px
}

.hei-55 {
	height: 55px
}

.wid-60 {
	width: 60px
}

.hei-60 {
	height: 60px
}

.wid-65 {
	width: 65px
}

.hei-65 {
	height: 65px
}

.wid-70 {
	width: 70px
}

.hei-70 {
	height: 70px
}

.wid-75 {
	width: 75px
}

.hei-75 {
	height: 75px
}

.wid-80 {
	width: 80px
}

.hei-80 {
	height: 80px
}

.wid-85 {
	width: 85px
}

.hei-85 {
	height: 85px
}

.wid-90 {
	width: 90px
}

.hei-90 {
	height: 90px
}

.wid-95 {
	width: 95px
}

.hei-95 {
	height: 95px
}

.wid-100 {
	width: 100px
}

.hei-100 {
	height: 100px
}

.wid-105 {
	width: 105px
}

.hei-105 {
	height: 105px
}

.wid-110 {
	width: 110px
}

.hei-110 {
	height: 110px
}

.wid-115 {
	width: 115px
}

.hei-115 {
	height: 115px
}

.wid-120 {
	width: 120px
}

.hei-120 {
	height: 120px
}

.wid-125 {
	width: 125px
}

.hei-125 {
	height: 125px
}

.wid-130 {
	width: 130px
}

.hei-130 {
	height: 130px
}

.wid-135 {
	width: 135px
}

.hei-135 {
	height: 135px
}

.wid-140 {
	width: 140px
}

.hei-140 {
	height: 140px
}

.wid-145 {
	width: 145px
}

.hei-145 {
	height: 145px
}

.wid-150 {
	width: 150px
}

.hei-150 {
	height: 150px
}

.widget-visitor-card {
	overflow: hidden;
	padding: 10px 0
}

.widget-visitor-card i {
	color: #fff;
	font-size: 80px;
	position: absolute;
	bottom: -10px;
	opacity: .3;
	left: -10px;
	transform: rotate(15deg);
	transition: all .3s ease-in-out
}

.widget-visitor-card:hover i {
	transform: rotate(0deg) scale(1.4);
	opacity: .5
}

.img-radius {
	border-radius: 50%
}

.drp-icon:after {
	display: none
}

.user-card .user-about-block img {
	box-shadow: 0 0 0 5px #fff
}

.mrr-card {
	position: relative
}

.mrr-card .bottom-chart {
	bottom: 0
}

.select-block .select2-container--default {
	margin-bottom: 10px
}

.ticket-block .card.example-popover {
	border-left: 3px solid rgba(24, 28, 33, .13)
}

.ticket-block.open-tic .card.example-popover {
	border-left-color: #ff4961
}

.ticket-block.close-tic .card.example-popover {
	border-left-color: #28d094
}

.bg-light-alt {
	background: #ff4a000f
}

.help-desk.md-view .hid-md {
	display: none
}

.help-desk.sm-view .hid-md,
.help-desk.sm-view .hid-sm {
	display: none
}

.error {
	color: red;
	/*float: left;*/
}
@media (min-width: 768px){

		.layout-sidenav{
			display: none;
		}
	}
	.heading_row{
		background: #eceaea;
	}
	.heading{
		    color: #e2e5e6;
	}
	.txtclr{
		    color: #e2e5e6;
	}
	.hide{
		display: none;
	}

.menu_nav{
		margin-top: 67px;padding: 0px;    z-index: 5;
	}	

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: flex;
    height: 50px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
}
.mobile-bottom-nav__item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.menu__list, .navbar, nav a {
    position: relative;
}
.mobile-bottom-nav__item-content {
    color: #000;
}
.mobile-bottom-nav__item-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.mobile-bottom-nav__item-content i{
	font-size: 15px;
}

@media (max-width:767px){
	body{
		    padding-bottom: 50px;
	}
    .hidden-xs{
        display:none!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none!important
    }
}	