﻿@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
#page-topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 250px;
	z-index: 1002;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12)
}

.navbar-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	height: 70px;
	padding: 0 calc(1.25rem / 2) 0 0
}

.navbar-header .dropdown .show.header-item {
	background-color: #f8f9fa
}

.navbar-header .navbar-brand-box {
	display: none
}

body.vertical-collpsed #page-topbar {
	left: 70px
}

body:not(.vertical-collpsed) .navbar-header .vertical-menu-btn {
	display: none
}

body:not(.vertical-collpsed) .app-search {
	margin-left: 10px
}

.navbar-brand-box {
	padding: 0 1.5rem;
	width: 250px;
	position: fixed;
	z-index: 1;
	background-color: #fff
}

.logo {
	line-height: 70px
}

.logo .logo-sm {
	display: none
}

.logo-dark {
	display: block
}

.logo-light {
	display: none
}

.app-search {
	padding: calc(32px / 2) 0
}

.app-search .form-control {
	border: none;
	height: 38px;
	padding-left: 40px;
	padding-right: 20px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px
}

.app-search span {
	position: absolute;
	z-index: 10;
	font-size: 16px;
	line-height: 38px;
	left: 13px;
	top: 0;
	color: #000
}

.megamenu-list li {
	position: relative;
	padding: 5px 0
}

.megamenu-list li a {
	color: #495057
}

@media (max-width:991.98px) {
	.navbar-brand-box {
		width: auto
	}
	#page-topbar {
		left: 0
	}
	#page-topbar .navbar-header .navbar-brand-box {
		display: inline-block;
		position: relative
	}
	#page-topbar .navbar-header .vertical-menu-btn {
		display: inline-block
	}
	.logo span.logo-lg {
		display: none
	}
	.logo span.logo-sm {
		display: inline-block
	}
}

.page-content {
	padding: calc(70px + 1.25rem) calc(1.25rem / 2) 60px calc(1.25rem / 2)
}

.header-item {
	height: 70px;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: #555b6d;
	border: 0;
	border-radius: 0
}

.header-item:hover {
	color: #555b6d
}

.header-profile-user {
	height: 36px;
	width: 36px;
	background-color: #f6f6f6;
	padding: 3px
}

.noti-icon i {
	font-size: 22px;
	color: #555b6d
}

.noti-icon .badge {
	position: absolute;
	top: 12px;
	right: 5px
}

.notification-item .d-flex {
	padding: .75rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.notification-item .d-flex:hover {
	background-color: #f8f9fa
}

.dropdown-icon-item {
	display: block;
	border-radius: 3px;
	line-height: 34px;
	text-align: center;
	padding: 15px 0 9px;
	display: block;
	border: 1px solid transparent;
	color: #000
}

.dropdown-icon-item img {
	height: 24px
}

.dropdown-icon-item span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dropdown-icon-item:hover {
	border-color: #f5f6f8
}

.fullscreen-enable [data-bs-toggle=fullscreen] .uil-minus-path::before {
	content: '\eb8d'
}

body[data-topbar=dark] #page-topbar {
	background-color: #2f374e
}

body[data-topbar=dark] .navbar-header .dropdown .show.header-item {
	background-color: rgba(255, 255, 255, .05)
}

body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

body[data-topbar=dark] .header-item {
	color: #e9ecef
}

body[data-topbar=dark] .header-item:hover {
	color: #e9ecef
}

body[data-topbar=dark] .header-profile-user {
	background-color: rgba(255, 255, 255, .25)
}

body[data-topbar=dark] .noti-icon i {
	color: #e9ecef
}

body[data-topbar=dark] .logo-dark {
	display: none
}

body[data-topbar=dark] .logo-light {
	display: block
}

body[data-topbar=dark] .app-search .form-control {
	background-color: #37405b;
	color: #fff
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
	color: rgba(255, 255, 255, .5)
}

body[data-sidebar=dark] .navbar-brand-box {
	background: #1c2742
}

body[data-sidebar=dark] .navbar-brand-box .logo-dark {
	display: none
}

body[data-sidebar=dark] .navbar-brand-box .logo-light {
	display: block
}

@media (max-width:600px) {
	.navbar-header .dropdown {
		position: static
	}
	.navbar-header .dropdown .dropdown-menu {
		left: 10px!important;
		right: 10px!important
	}
}

@media (max-width:380px) {
	.navbar-brand-box {
		display: none
	}
}

body[data-layout=horizontal] .page-content {
	margin-top: 70px;
	padding: calc(80px + 1.25rem) calc(1.25rem / 2) 60px calc(1.25rem / 2)
}

@media (max-width:991.98px) {
	body[data-layout=horizontal] .page-content {
		margin-top: 0
	}
}

@media (max-width:374.99px) {
	.navbar-brand-box {
		padding: 0 1rem
	}
	.language-switch {
		display: none!important
	}
}

.page-title-box {
	padding-bottom: 1.25rem
}

.page-title-box .breadcrumb {
	background-color: transparent;
	padding: 0
}

.page-title-box h4 {
	font-weight: 600;
	font-size: 18px!important
}

@media (max-width:575.98px) {
	.page-title-box .page-title-right {
		display: none
	}
}

.footer {
    bottom: 0;
    padding: 10px calc(1.25rem / 2);
    position: absolute;
    right: 0;
    color: #000;
    left: 250px;
    height: 40px;
    -webkit-box-shadow: 0 0 4px rgb(15 34 58 / 12%);
    box-shadow: 0 0 4px rgb(207 32 48);
}

@media (max-width:992px) {
	.footer {
		left: 0
	}
}

.vertical-collpsed .footer {
	left: 70px
}

body[data-layout=horizontal] .footer {
	left: 0!important
}

.right-bar {
	background-color: #fff;
	-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
	display: block;
	position: fixed;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 280px;
	z-index: 9999;
	float: right!important;
	right: -290px;
	top: 0;
	bottom: 0
}

.right-bar .right-bar-toggle {
	background-color: #444c54;
	height: 24px;
	width: 24px;
	line-height: 24px;
	color: #f5f6f8;
	text-align: center;
	border-radius: 50%
}

.right-bar .right-bar-toggle:hover {
	background-color: #4b545c
}

.rightbar-overlay {
	background-color: rgba(52, 58, 64, .55);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 9998;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
	right: 0
}

.right-bar-enabled .rightbar-overlay {
	display: block
}

@media (max-width:575.98px) {
	.right-bar {
		overflow: auto
	}
	.right-bar .slimscroll-menu {
		height: auto!important
	}
}

.metismenu {
	margin: 0
}

.metismenu li {
	display: block;
	width: 100%
}

.metismenu .mm-collapse {
	display: none
}

.metismenu .mm-collapse:not(.mm-show) {
	display: none
}

.metismenu .mm-collapse.mm-show {
	display: block
}

.metismenu .mm-collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility
}

.vertical-menu {
	width: 250px;
	z-index: 1005;
	background: #fff;
	bottom: 0;
	margin-top: 0;
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12)
}

.vertical-menu .vertical-menu-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.main-content {
	margin-left: 250px;
	overflow: hidden
}

.main-content .content {
	padding: 0 15px 10px 15px;
	margin-top: 70px
}

.sidebar-menu-scroll {
	height: calc(100% - 70px);
	margin-top: 70px
}

#sidebar-menu {
	padding: 10px 0 30px 0
}

#sidebar-menu .mm-active>.has-arrow:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

#sidebar-menu .has-arrow:after {
	content: "\F0140";
	font-family: 'Material Design Icons';
	display: block;
	float: right;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	font-size: 1rem
}

#sidebar-menu ul li a {
	    display: block;
    padding: .6rem 1.1rem;
    color: #000;
    position: relative;
    /* margin-bottom: 9px; */
    background-color: #f5f6f8;
    padding: 15px 17px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 10px 10px;
    border-radius: 3px;
}

#sidebar-menu ul li a i {
	display: inline-block;
	min-width: 1.5rem;
	padding-bottom: .125em;
	font-size: 1.05rem;
	line-height: 1.40625rem;
	vertical-align: middle;
	color: #000;
	-webkit-transition: all .4s;
	transition: all .4s
}

#sidebar-menu ul li a:hover {
	color: #383c40
}

#sidebar-menu ul li a:hover i {
	color: #383c40
}

#sidebar-menu ul li .badge {
	margin-top: 4px
}

#sidebar-menu ul li ul.sub-menu {
	padding: 0
}

#sidebar-menu ul li ul.sub-menu li a {
	padding: .4rem 1.5rem .4rem 3.5rem;
	font-weight: 400;
	color: #000;
	margin: 0;
	background-color: transparent;
	font-size: 14.4px
}

#sidebar-menu ul li ul.sub-menu li a:hover {
	color: #383c40
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
	padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
	padding: .4rem 1.5rem .4rem 4.5rem;
	font-size: 13.5px
}

.menu-title {
	padding: 12px 20px!important;
	letter-spacing: .05em;
	pointer-events: none;
	cursor: default;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600
}

.mm-active {
	color: #fff!important
}

.mm-active>a {
	background-color: #cf2030!important;
	color: #fff!important
}

.mm-active>a>i {
	color: #fff!important
}

.mm-active .active {
	color: #fff!important
}

.mm-active .active i {
	color: #fff!important
}

.mm-active>i {
	color: #fff!important
}

@media (max-width:992px) {
	.vertical-menu {
		display: none;
		top: 70px
	}
	.vertical-menu .sidebar-menu-scroll {
		height: 100%;
		margin-top: 0
	}
	.vertical-menu .navbar-brand-box,
	.vertical-menu .vertical-menu-btn {
		display: none
	}
	.main-content {
		margin-left: 0!important
	}
	body.sidebar-enable .vertical-menu {
		display: block
	}
}

@media (min-width:769px) {
	.vertical-collpsed {
		min-height: 1450px
	}
}

.vertical-collpsed .main-content {
	margin-left: 70px
}

.vertical-collpsed .navbar-brand-box {
	width: 70px!important
}

.vertical-collpsed .logo span.logo-lg {
	display: none
}

.vertical-collpsed .logo span.logo-sm {
	display: block
}

.vertical-collpsed .vertical-menu {
	position: absolute;
	width: 70px!important;
	z-index: 1001
}

.vertical-collpsed .vertical-menu .simplebar-content-wrapper,
.vertical-collpsed .vertical-menu .simplebar-mask {
	overflow: visible!important
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar,
.vertical-collpsed .vertical-menu .vertical-menu-btn {
	display: none!important
}

.vertical-collpsed .vertical-menu .simplebar-offset {
	bottom: 0!important
}

.vertical-collpsed .vertical-menu #sidebar-menu .badge,
.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,
.vertical-collpsed .vertical-menu #sidebar-menu .menu-title {
	display: none!important
}

.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
	height: inherit!important
}

.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
	display: none
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li {
	position: relative;
	white-space: nowrap
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
	padding: 15px 0;
	-webkit-transition: none;
	transition: none
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:active,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:focus,
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:hover {
	color: #383c40
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i {
	font-size: 1.3rem;
	text-align: center;
	min-width: 50px;
	padding-bottom: 0
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span {
	display: none;
	padding-left: 25px
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
	position: relative;
	width: calc(180px + 70px);
	color: #5b73e8;
	background-color: #f3f8fb;
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: inset 0 3px 10px 0 rgba(154, 161, 171, .2);
	box-shadow: inset 0 3px 10px 0 rgba(154, 161, 171, .2)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
	color: #5b73e8
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span {
	display: inline
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul {
	display: block;
	left: 70px;
	position: absolute;
	width: 190px;
	height: auto!important;
	-webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
	box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
	-webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
	box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px 20px;
	position: relative;
	width: 190px;
	z-index: 6;
	color: #000
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
	color: #383c40
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
	padding: 5px 0;
	z-index: 9999;
	display: none;
	background-color: #fff
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li:hover>ul {
	display: block;
	left: 190px;
	height: auto!important;
	margin-top: -36px;
	position: absolute;
	width: 190px
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
	position: absolute;
	right: 20px;
	top: 12px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li.active a {
	color: #f8f9fa
}

body[data-sidebar=dark] .vertical-menu {
	background: #1c2742
}

body[data-sidebar=dark] .vertical-menu .vertical-menu-btn {
	color: #8c98bb
}

body[data-sidebar=dark] #sidebar-menu ul li a {
	color: #8c98bb
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
	color: #6d7794
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
	color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
	color: #fff
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
	color: #7b85a2
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
	color: #fff
}

body[data-sidebar=dark].vertical-collpsed {
	min-height: 1300px
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
	background: #1f2b49;
	color: #fff
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
	color: #fff
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a {
	color: #7b85a2
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
	color: #fff
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
	background-color: #1c2742
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
	color: #5b73e8!important
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
	color: #5b73e8!important
}

body[data-sidebar=dark] .mm-active {
	color: #fff!important
}

body[data-sidebar=dark] .mm-active>i {
	color: #fff!important
}

body[data-sidebar=dark] .mm-active>a {
	background-color: #293552;
	color: #fff!important
}

body[data-sidebar=dark] .mm-active>a>i {
	color: #fff!important
}

body[data-sidebar=dark] .mm-active .active {
	color: #fff!important
}

body[data-sidebar=dark] .mm-active .active i {
	color: #fff!important
}

body[data-sidebar=dark] .menu-title {
	color: #6d7794
}

body[data-layout=horizontal] .main-content {
	margin-left: 0!important
}

body[data-sidebar-size=small] .navbar-brand-box {
	width: 160px
}

@media (max-width:991.98px) {
	body[data-sidebar-size=small] .navbar-brand-box {
		width: auto
	}
}

body[data-sidebar-size=small] .vertical-menu {
	width: 160px;
	text-align: center
}

body[data-sidebar-size=small] .vertical-menu .badge,
body[data-sidebar-size=small] .vertical-menu .has-arrow:after {
	display: none!important
}

body[data-sidebar-size=small] .vertical-menu .vertical-menu-btn {
	display: none
}

body[data-sidebar-size=small] .main-content {
	margin-left: 160px
}

body[data-sidebar-size=small] #page-topbar,
body[data-sidebar-size=small] .footer {
	left: 160px
}

@media (max-width:991.98px) {
	body[data-sidebar-size=small] #page-topbar,
	body[data-sidebar-size=small] .footer {
		left: 0
	}
}

body[data-sidebar-size=small] #sidebar-menu ul li.menu-title {
	background-color: #fafafa
}

body[data-sidebar-size=small] #sidebar-menu ul li a i {
	display: block
}

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a {
	padding-left: 1.5rem
}

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
	padding-left: 1.5rem
}

body[data-sidebar-size=small][data-sidebar=dark] #sidebar-menu ul li.menu-title {
	background-color: #1f2b49
}

body[data-sidebar-size=small]:not(.vertical-collpsed) .navbar-header .vertical-menu-btn {
	display: block
}

body[data-sidebar-size=small].vertical-collpsed .main-content {
	margin-left: 70px
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu {
	text-align: left
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i {
	display: inline-block
}

body[data-sidebar-size=small].vertical-collpsed #page-topbar,
body[data-sidebar-size=small].vertical-collpsed .footer {
	left: 70px
}

body[data-sidebar=colored] .vertical-menu {
	background-color: #5b73e8
}

body[data-sidebar=colored] .vertical-menu .vertical-menu-btn {
	color: rgba(255, 255, 255, .8)
}

body[data-sidebar=colored] .navbar-brand-box {
	background-color: #5b73e8
}

body[data-sidebar=colored] .navbar-brand-box .logo-dark {
	display: none
}

body[data-sidebar=colored] .navbar-brand-box .logo-light {
	display: block
}

body[data-sidebar=colored] .mm-active {
	color: #fff!important
}

body[data-sidebar=colored] .mm-active>a {
	background-color: rgba(255, 255, 255, .1);
	color: #fff!important
}

body[data-sidebar=colored] .mm-active>a>i {
	color: #fff!important
}

body[data-sidebar=colored] .mm-active .active,
body[data-sidebar=colored] .mm-active>i {
	color: #fff!important
}

body[data-sidebar=colored] #sidebar-menu ul li.menu-title {
	color: rgba(255, 255, 255, .7)
}

body[data-sidebar=colored] #sidebar-menu ul li a {
	color: rgba(255, 255, 255, .7)
}

body[data-sidebar=colored] #sidebar-menu ul li a i {
	color: rgba(255, 255, 255, .7)
}

body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple {
	background: rgba(255, 255, 255, .1)
}

body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a {
	color: rgba(255, 255, 255, .6)
}

body[data-sidebar=colored] #sidebar-menu ul li .badge.badge-primary {
	background-color: #fff;
	color: #5b73e8
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
	background-color: #647be9;
	color: #fff
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
	color: #fff
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
	color: #5b73e8!important
}

.topnav {
	background: #fff;
	padding: 0 calc(1.25rem / 2);
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	left: 0;
	right: 0;
	z-index: 100
}

.topnav .topnav-menu {
	margin: 0;
	padding: 0
}

.topnav .navbar-nav .nav-link {
	font-size: 14.5px;
	position: relative;
	padding: 1rem 1.3rem;
	color: #000
}

.topnav .navbar-nav .nav-link i {
	font-size: 15px
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
	color: #5b73e8;
	background-color: transparent
}

.topnav .navbar-nav .dropdown-item {
	color: #000
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
	color: #5b73e8;
	background-color: transparent
}

.topnav .navbar-nav .nav-item .nav-link.active {
	color: #5b73e8
}

.topnav .navbar-nav .dropdown.active>a {
	color: #5b73e8;
	background-color: transparent
}

body[data-layout=horizontal] #page-topbar {
	left: 0
}

@media (min-width:992px) {
	body[data-layout=horizontal] #page-topbar {
		padding: 0 calc(1.25rem / 2)
	}
}

body[data-layout=horizontal] .navbar-brand-box {
	position: relative;
	width: auto;
	display: block;
	background-color: transparent
}

@media (min-width:992px) {
	body[data-layout=horizontal] .navbar-brand-box {
		padding-left: 0
	}
}

@media (min-width:992px) {
	body[data-layout=horizontal] .topnav {
		margin-top: 24px;
		margin-bottom: -16px;
		border-radius: 4px
	}
	body[data-layout=horizontal] .navbar-header {
		padding: 0 calc(1.25rem / 2)
	}
}

@media (min-width:1200px) {
	body[data-layout=horizontal] .container-fluid,
	body[data-layout=horizontal] .navbar-header {
		max-width: 85%
	}
}

@media (min-width:992px) {
	.topnav .dropdown-item {
		padding: .5rem 1.5rem;
		min-width: 180px
	}
	.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
		left: 0;
		right: auto
	}
	.topnav .dropdown .dropdown-menu {
		margin-top: 0;
		border-radius: 0 0 .25rem .25rem
	}
	.topnav .dropdown .dropdown-menu .arrow-down::after {
		right: 15px;
		-webkit-transform: rotate(-135deg) translateY(-50%);
		transform: rotate(-135deg) translateY(-50%);
		position: absolute
	}
	.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
		position: absolute;
		top: 0!important;
		left: 100%;
		display: none
	}
	.topnav .dropdown:hover>.dropdown-menu {
		display: block
	}
	.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
		display: block
	}
	.navbar-toggle {
		display: none
	}
}

.arrow-down {
	display: inline-block
}

.arrow-down:after {
	border-color: initial;
	border-style: solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: .4em;
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: .4em
}

@media (max-width:991.98px) {
	.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
		right: 100%;
		left: auto
	}
}

@media (max-width:991.98px) {
	body[data-layout=horizontal] .navbar-brand-box .logo-dark {
		display: block
	}
	body[data-layout=horizontal] .navbar-brand-box .logo-dark span.logo-sm {
		display: block
	}
	body[data-layout=horizontal] .navbar-brand-box .logo-light {
		display: none
	}
	.topnav {
		position: fixed;
		max-height: 360px;
		overflow-y: auto;
		padding: 0
	}
	.topnav .navbar-nav .nav-link {
		padding: .75rem 1.1rem
	}
	.topnav .dropdown .dropdown-menu {
		background-color: transparent;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 15px
	}
	.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
		width: auto
	}
	.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
		margin: 0
	}
	.topnav .dropdown .dropdown-item {
		position: relative;
		background-color: transparent
	}
	.topnav .dropdown .dropdown-item.active,
	.topnav .dropdown .dropdown-item:active {
		color: #5b73e8
	}
	.topnav .arrow-down::after {
		right: 15px;
		position: absolute
	}
}

@media (min-width:992px) {
	body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-dark {
		display: block
	}
	body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-light {
		display: none
	}
	body[data-layout=horizontal][data-topbar=light] .topnav {
		background-color: #5b73e8
	}
	body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
		color: rgba(255, 255, 255, .6)
	}
	body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus,
	body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover {
		color: rgba(255, 255, 255, .9)
	}
	body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav>.dropdown.active>a {
		color: rgba(255, 255, 255, .9)!important
	}
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar {
	background-color: #5b73e8;
	-webkit-box-shadow: none;
	box-shadow: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-dark {
	display: none
}

body[data-layout=horizontal][data-topbar=colored] .logo-light {
	display: block
}

body[data-layout=horizontal][data-topbar=colored] .app-search .form-control {
	background-color: rgba(0, 0, 0, .07);
	color: #fff
}

body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-layout=horizontal][data-topbar=colored] .app-search span {
	color: rgba(255, 255, 255, .5)
}

body[data-layout=horizontal][data-topbar=colored] .header-item {
	color: #e9ecef
}

body[data-layout=horizontal][data-topbar=colored] .header-item:hover {
	color: #e9ecef
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown .show.header-item {
	background-color: rgba(255, 255, 255, .1)
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

body[data-layout=horizontal][data-topbar=colored] .noti-icon i {
	color: #e9ecef
}

body[data-layout-size=boxed] {
	background-color: #e9ebf0
}

body[data-layout-size=boxed] #layout-wrapper {
	background-color: #f5f6f8;
	max-width: 1300px;
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12)
}

body[data-layout-size=boxed] #page-topbar {
	max-width: calc(1300px - 250px);
	margin: 0 auto
}

body[data-layout-size=boxed] .footer {
	margin: 0 auto;
	max-width: calc(1300px - 250px)
}

body[data-layout-size=boxed].vertical-collpsed #page-topbar {
	max-width: calc(1300px - 70px)
}

body[data-layout-size=boxed].vertical-collpsed .footer {
	max-width: calc(1300px - 70px)
}

body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] .footer {
	max-width: 100%
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,
body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
	max-width: 1300px
}


/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, .2);
	background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4);
	background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
	background: rgba(255, 255, 255, .4)
}

.waves-notransition {
	-webkit-transition: none!important;
	transition: none!important
}

.waves-button,
.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: 0;
	color: inherit;
	background-color: rgba(0, 0, 0, 0);
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	z-index: 1
}

.waves-button {
	padding: .85em 1.1em;
	border-radius: .2em
}

.waves-button-input {
	margin: 0;
	padding: .85em 1.1em
}

.waves-input-wrapper {
	border-radius: .2em;
	vertical-align: bottom
}

.waves-input-wrapper.waves-button {
	padding: 0
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%
}

.waves-float {
	-webkit-mask-image: none;
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
	-webkit-transition: all .3s;
	transition: all .3s
}

.waves-float:active {
	-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
	display: block
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, .4)
}

.waves-effect.waves-primary .waves-ripple {
	background-color: rgba(91, 115, 232, .4)
}

.waves-effect.waves-success .waves-ripple {
	background-color: rgba(52, 195, 143, .4)
}

.waves-effect.waves-info .waves-ripple {
	background-color: rgba(80, 165, 241, .4)
}

.waves-effect.waves-warning .waves-ripple {
	background-color: rgba(241, 180, 76, .4)
}

.waves-effect.waves-danger .waves-ripple {
	background-color: rgba(244, 106, 106, .4)
}

.avatar-xs {
	height: 2rem;
	width: 2rem
}

.avatar-sm {
	height: 3rem;
	width: 3rem
}

.avatar-md {
	height: 4.5rem;
	width: 4.5rem
}

.avatar-lg {
	height: 6rem;
	width: 6rem
}

.avatar-xl {
	height: 7.5rem;
	width: 7.5rem
}

.avatar-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #5b73e8;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.alert-border {
	background-color: #fff;
	border-color: #f5f6f8;
	border-top: 2px solid #f5f6f8
}

.alert-dismissible .btn-close {
	font-size: 10px;
	padding: 1.05rem 1.25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.alert-border .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.alert-border-primary {
	border-top-color: #5b73e8
}

.alert-border-secondary {
	border-top-color: #000
}

.alert-border-success {
	border-top-color: #34c38f
}

.alert-border-info {
	border-top-color: #50a5f1
}

.alert-border-warning {
	border-top-color: #f1b44c
}

.alert-border-danger {
	border-top-color: #f46a6a
}

.alert-border-pink {
	border-top-color: #e83e8c
}

.alert-border-light {
	border-top-color: #f5f6f8
}

.alert-border-dark {
	border-top-color: #343a40
}

.alert-border-purple {
	border-top-color: #6f42c1
}

.custom-accordion .card+.card {
	margin-top: .5rem
}

.custom-accordion a.collapsed i.accor-down-icon:before {
	content: "\F0140"
}

.custom-accordion .card-body {
	color: #000
}

.row>* {
	position: relative
}

.font-size-10 {
	font-size: 10px!important
}

.font-size-11 {
	font-size: 11px!important
}

.font-size-12 {
	font-size: 12px!important
}

.font-size-13 {
	font-size: 13px!important
}

.font-size-14 {
	font-size: 14px!important
}

.font-size-15 {
	font-size: 15px!important
}

.font-size-16 {
	font-size: 16px!important
}

.font-size-17 {
	font-size: 17px!important
}

.font-size-18 {
	font-size: 18px!important
}

.font-size-20 {
	font-size: 20px!important
}

.font-size-22 {
	font-size: 22px!important
}

.font-size-24 {
	font-size: 24px!important
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.fw-medium {
	font-weight: 500
}

.fw-semibold {
	font-weight: 600
}

.social-list-item {
	height: 2rem;
	width: 2rem;
	line-height: calc(2rem - 2px);
	display: block;
	border: 1px solid #adb5bd;
	border-radius: 50%;
	color: #adb5bd;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s
}

.social-list-item:hover {
	color: #000;
	background-color: #f5f6f8
}

.w-xs {
	min-width: 80px
}

.w-sm {
	min-width: 95px
}

.w-md {
	min-width: 110px
}

.w-lg {
	min-width: 140px
}

.w-xl {
	min-width: 160px
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: -20px 0 0 -20px
}

.spinner .spin-icon {
	font-size: 48px;
	color: #5b73e8;
	position: relative;
	display: inline-block;
	-webkit-animation: spin 1.6s infinite linear;
	animation: spin 1.6s infinite linear
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.form-check {
	position: relative
}

.form-check-right {
	padding-left: 0;
	display: inline-block;
	padding-right: 1.5em
}

.form-check-right .form-check-input {
	float: right;
	margin-left: 0;
	margin-right: -1.5em
}

.form-check-right .form-check-label {
	display: block
}

.form-checkbox-outline .form-check-input {
	border-width: 2px;
	background-color: #fff
}

.form-checkbox-outline .form-check-input:active {
	-webkit-filter: none;
	filter: none
}

.form-checkbox-outline .form-check-input:checked {
	background-color: #fff!important
}

.form-checkbox-outline .form-check-input:checked[type=checkbox] {
	background-image: none
}

.form-checkbox-outline .form-check-input:checked:after {
	position: absolute;
	content: '\F012C';
	font-family: "Material Design Icons";
	top: -4px!important;
	left: 1px;
	font-size: 16px
}

.form-radio-outline .form-check-input {
	border-width: 2px;
	background-color: #fff
}

.form-radio-outline .form-check-input:active {
	-webkit-filter: none;
	filter: none
}

.form-radio-outline .form-check-input:checked {
	background-color: #fff!important
}

.form-radio-outline .form-check-input:checked[type=checkbox] {
	background-image: none
}

.form-radio-outline .form-check-input:checked:after {
	position: absolute;
	content: '\F0765';
	font-family: "Material Design Icons";
	top: 6px!important;
	left: 4px;
	font-size: 6px
}

.form-check-primary .form-check-input:checked {
	background-color: #5b73e8;
	border-color: #5b73e8
}

.form-radio-primary .form-check-input:checked {
	border-color: #5b73e8;
	background-color: #5b73e8
}

.form-radio-primary .form-check-input:checked:after {
	color: #5b73e8
}

.form-check-secondary .form-check-input:checked {
	background-color: #000;
	border-color: #000
}

.form-radio-secondary .form-check-input:checked {
	border-color: #000;
	background-color: #000
}

.form-radio-secondary .form-check-input:checked:after {
	color: #000
}

.form-check-success .form-check-input:checked {
	background-color: #34c38f;
	border-color: #34c38f
}

.form-radio-success .form-check-input:checked {
	border-color: #34c38f;
	background-color: #34c38f
}

.form-radio-success .form-check-input:checked:after {
	color: #34c38f
}

.form-check-info .form-check-input:checked {
	background-color: #50a5f1;
	border-color: #50a5f1
}

.form-radio-info .form-check-input:checked {
	border-color: #50a5f1;
	background-color: #50a5f1
}

.form-radio-info .form-check-input:checked:after {
	color: #50a5f1
}

.form-check-warning .form-check-input:checked {
	background-color: #f1b44c;
	border-color: #f1b44c
}

.form-radio-warning .form-check-input:checked {
	border-color: #f1b44c;
	background-color: #f1b44c
}

.form-radio-warning .form-check-input:checked:after {
	color: #f1b44c
}

.form-check-danger .form-check-input:checked {
	background-color: #f46a6a;
	border-color: #f46a6a
}

.form-radio-danger .form-check-input:checked {
	border-color: #f46a6a;
	background-color: #f46a6a
}

.form-radio-danger .form-check-input:checked:after {
	color: #f46a6a
}

.form-check-pink .form-check-input:checked {
	background-color: #e83e8c;
	border-color: #e83e8c
}

.form-radio-pink .form-check-input:checked {
	border-color: #e83e8c;
	background-color: #e83e8c
}

.form-radio-pink .form-check-input:checked:after {
	color: #e83e8c
}

.form-check-light .form-check-input:checked {
	background-color: #f5f6f8;
	border-color: #f5f6f8
}

.form-radio-light .form-check-input:checked {
	border-color: #f5f6f8;
	background-color: #f5f6f8
}

.form-radio-light .form-check-input:checked:after {
	color: #f5f6f8
}

.form-check-dark .form-check-input:checked {
	background-color: #343a40;
	border-color: #343a40
}

.form-radio-dark .form-check-input:checked {
	border-color: #343a40;
	background-color: #343a40
}

.form-radio-dark .form-check-input:checked:after {
	color: #343a40
}

.form-check-purple .form-check-input:checked {
	background-color: #6f42c1;
	border-color: #6f42c1
}

.form-radio-purple .form-check-input:checked {
	border-color: #6f42c1;
	background-color: #6f42c1
}

.form-radio-purple .form-check-input:checked:after {
	color: #6f42c1
}

.form-check-label {
	cursor: pointer;
	margin-bottom: 0
}

.form-check {
	position: relative;
	text-align: left
}

.form-switch-md {
	padding-left: 2.5rem;
	min-height: 24px;
	line-height: 24px
}

.form-switch-md .form-check-input {
	width: 40px;
	height: 20px;
	left: -.5rem;
	position: relative
}

.form-switch-md .form-check-label {
	vertical-align: middle
}

.form-switch-lg {
	padding-left: 2.75rem;
	min-height: 28px;
	line-height: 28px
}

.form-switch-lg .form-check-input {
	width: 48px;
	height: 24px;
	left: -.75rem;
	position: relative
}

.input-group-text {
	margin-bottom: 0
}

.custom-control-label::before {
	background-color: #fff
}

.main-chart .chart-border-left {
	border-left: 1.4px solid #f5f6f8;
	padding: 2px 20px
}

.main-chart .chart-border-left:last-child {
	margin-right: 0
}

.activity-feed {
	list-style: none
}

.activity-feed .feed-item {
	position: relative;
	padding-bottom: 27px;
	padding-left: 16px;
	border-left: 2px solid #f5f6f8
}

.activity-feed .feed-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #5b73e8;
	background-color: #fff
}

.activity-feed .feed-item:last-child {
	border-color: transparent
}

.button-items {
	margin-left: -8px;
	margin-bottom: -12px
}

.button-items .btn {
	margin-bottom: 12px;
	margin-left: 8px
}

.mfp-popup-form {
	max-width: 1140px
}

.bs-example-modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block
}

.icon-demo-content {
	text-align: center;
	color: #adb5bd
}

.icon-demo-content i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 24px;
	margin: 0 auto 16px;
	border: 2px solid #f6f6f6;
	color: #000;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s
}

.icon-demo-content .col-lg-4 {
	margin-top: 24px
}

.icon-demo-content .col-lg-4:hover i {
	color: #fff;
	background-color: #5b73e8;
	border-color: #5b73e8
}

.grid-structure .grid-container {
	background-color: #f8f9fa;
	margin-top: 10px;
	font-size: .8rem;
	font-weight: 500;
	padding: 10px 20px
}

.card-radio {
	background-color: #fff;
	border: 2px solid #f6f6f6;
	border-radius: .25rem;
	padding: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.card-radio:hover {
	cursor: pointer
}

.card-radio-label {
	display: block
}

.card-radio-input {
	display: none
}

.card-radio-input:checked+.card-radio {
	border-color: #5b73e8!important
}

.card-radio-input:checked+.card-radio:before {
	content: '\e9c3';
	font-family: unicons-line;
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 22px;
	color: #5b73e8
}

.navs-carousel .owl-nav {
	margin-top: 16px
}

.navs-carousel .owl-nav button {
	width: 30px;
	height: 30px;
	line-height: 28px!important;
	font-size: 20px!important;
	border-radius: 50%!important;
	background-color: rgba(91, 115, 232, .25)!important;
	color: #5b73e8!important;
	margin: 4px 8px!important
}

@media print {
	.footer,
	.navbar-header,
	.page-title-box,
	.right-bar,
	.vertical-menu {
		display: none!important
	}
	.card-body,
	.main-content,
	.page-content,
	.right-bar,
	body {
		padding: 0;
		margin: 0
	}
	.card {
		border: 0
	}
}

[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto!important;
	height: auto!important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit!important;
	-webkit-box-sizing: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	position: absolute;
	top: 0;
	left: 0!important;
	bottom: 0;
	right: 0!important;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	padding: 0!important
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none
}

.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit!important;
	box-sizing: inherit!important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 6px;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #a2adb7;
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	-webkit-transition: opacity 0s linear;
	transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none
}

.custom-scroll {
	height: 100%
}

.fc td,
.fc th {
	border: 1px solid #f5f6f8
}

.fc .fc-toolbar h2 {
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase
}

@media (max-width:767.98px) {
	.fc .fc-toolbar .fc-center,
	.fc .fc-toolbar .fc-left,
	.fc .fc-toolbar .fc-right {
		float: none;
		display: block;
		text-align: center;
		clear: both;
		margin: 10px 0
	}
	.fc .fc-toolbar>*>* {
		float: none
	}
	.fc .fc-toolbar .fc-today-button {
		display: none
	}
}

.fc .fc-toolbar .btn {
	text-transform: capitalize
}

.fc th.fc-widget-header {
	background: #f6f6f6;
	color: #495057;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 600
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #f6f6f6
}

.fc-unthemed td.fc-today {
	background: #fbfbfc
}

.fc-button {
	background: #fff;
	border-color: #f5f6f8;
	color: #495057;
	text-transform: capitalize;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 12px!important;
	height: auto!important
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
	background-color: #5b73e8;
	color: #fff;
	text-shadow: none
}

.fc-event {
	border-radius: 2px;
	border: none;
	cursor: move;
	font-size: .8125rem;
	margin: 5px 7px;
	padding: 5px 5px;
	text-align: center
}

.fc-event,
.fc-event-dot {
	background-color: #5b73e8
}

.fc-event .fc-content {
	color: #fff
}

#external-events .external-event {
	text-align: left;
	padding: 8px 16px
}

[dir=rtl] .fc-header-toolbar {
	direction: ltr!important
}

[dir=rtl] .fc-toolbar>*>:not(:first-child) {
	margin-left: .75em
}

#session-timeout-dialog .close {
	display: none
}

#session-timeout-dialog .countdown-holder {
	color: #f46a6a;
	font-weight: 500
}

#session-timeout-dialog .btn-default {
	background-color: #fff;
	color: #f46a6a;
	-webkit-box-shadow: none;
	box-shadow: none
}

.irs {
	font-family: "IBM Plex Sans", sans-serif
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
	background: #5b73e8!important;
	font-size: 11px
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
	display: none
}

.irs--round .irs-line {
	background: #f6f6f6;
	border-color: #f6f6f6
}

.irs--round .irs-grid-text {
	font-size: 11px;
	color: #adb5bd
}

.irs--round .irs-max,
.irs--round .irs-min {
	color: #adb5bd;
	background: #f6f6f6;
	font-size: 11px
}

.irs--round .irs-handle {
	border: 1px solid #5b73e8;
	width: 6px;
	height: 16px;
	top: 29px;
	background-color: #fff!important
}

.swal2-container .swal2-title {
	font-size: 24px;
	font-weight: 500
}

.swal2-content {
	font-size: 16px
}

.swal2-icon.swal2-question {
	border-color: #50a5f1;
	color: #50a5f1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: #34c38f
}

.swal2-icon.swal2-success .swal2-success-ring {
	border-color: rgba(52, 195, 143, .3)
}

.swal2-icon.swal2-warning {
	border-color: #f1b44c;
	color: #f1b44c
}

.swal2-styled:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.swal2-progress-steps .swal2-progress-step {
	background: #5b73e8
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background: #5b73e8
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
	background: rgba(91, 115, 232, .3)
}

.swal2-progress-steps .swal2-progress-step-line {
	background: #5b73e8
}

.swal2-loader {
	border-color: #5b73e8 transparent #5b73e8 transparent
}

.br-wrapper {
	display: inline-block
}

.br-theme-css-stars .br-widget a,
.br-theme-fontawesome-stars .br-widget a {
	font-weight: 900
}

.br-theme-css-stars .br-widget a.br-selected:after,
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
	color: #f1b44c
}

.br-theme-fontawesome-stars .br-widget a {
	font-weight: 900
}

.br-theme-fontawesome-stars .br-widget a,
.br-theme-fontawesome-stars-o .br-widget a {
	font-family: 'Font Awesome 5 Free'
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after,
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
	font-weight: 900;
	color: #34c38f
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after,
.br-theme-fontawesome-stars-o .br-widget a:after {
	content: '\f005'
}

.hidden {
	display: none!important;
	visibility: hidden
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
	line-height: inherit
}

#toast-container>div {
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	opacity: 1
}

#toast-container>div:hover {
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	opacity: .9
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
	min-width: 96%;
	margin: 4px auto
}

.toast-primary {
	border: 2px solid #5b73e8!important;
	background-color: rgba(91, 115, 232, .8)!important
}

.toast-secondary {
	border: 2px solid #000!important;
	background-color: rgba(116, 120, 141, .8)!important
}

.toast-success {
	border: 2px solid #34c38f!important;
	background-color: rgba(52, 195, 143, .8)!important
}

.toast-info {
	border: 2px solid #50a5f1!important;
	background-color: rgba(80, 165, 241, .8)!important
}

.toast-warning {
	border: 2px solid #f1b44c!important;
	background-color: rgba(241, 180, 76, .8)!important
}

.toast-danger {
	border: 2px solid #f46a6a!important;
	background-color: rgba(244, 106, 106, .8)!important
}

.toast-pink {
	border: 2px solid #e83e8c!important;
	background-color: rgba(232, 62, 140, .8)!important
}

.toast-light {
	border: 2px solid #f5f6f8!important;
	background-color: rgba(245, 246, 248, .8)!important
}

.toast-dark {
	border: 2px solid #343a40!important;
	background-color: rgba(52, 58, 64, .8)!important
}

.toast-purple {
	border: 2px solid #6f42c1!important;
	background-color: rgba(111, 66, 193, .8)!important
}

.toast-error {
	background-color: rgba(244, 106, 106, .8);
	border: 2px solid #f46a6a
}

.toastr-options {
	padding: 24px;
	background-color: #fbfbfc;
	margin-bottom: 0;
	border: 1px solid #f5f6f8
}

.error {
	color: #f46a6a
}

.parsley-error {
	border-color: #f46a6a
}

.parsley-errors-list {
	display: none;
	margin: 0;
	padding: 0
}

.parsley-errors-list.filled {
	display: block
}

.parsley-errors-list>li {
	font-size: 12px;
	list-style: none;
	color: #f46a6a;
	margin-top: 5px
}

.select2-container .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ced4da;
	height: 38px
}

.select2-container .select2-selection--single:focus {
	outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-left: 12px;
	color: #495057
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 34px;
	right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent;
	border-width: 6px 6px 0 6px
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	color: #495057
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent!important;
	border-width: 0 6px 6px 6px!important
}

.select2-container--default .select2-search--dropdown {
	padding: 10px;
	background-color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da;
	background-color: #fff;
	color: #000;
	outline: 0
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5b73e8
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f8f9fa;
	color: #2c3034
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #5b73e8;
	color: #fff
}

.select2-results__option {
	padding: 6px 12px
}

.select2-dropdown {
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12)
}

.select2-search input {
	border: 1px solid #f6f6f6
}

.select2-container .select2-selection--multiple {
	min-height: 38px;
	background-color: #fff;
	border: 1px solid #ced4da!important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: #495057
}

.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
	color: #495057
}

.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
	color: #495057
}

.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
	color: #495057
}

.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
	color: #495057
}

.select2-container .select2-selection--multiple .select2-search__field::placeholder {
	color: #495057
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #f5f6f8;
	border: 1px solid #f6f6f6;
	border-radius: 1px;
	padding: 0 7px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ced4da
}

.select2-container--default .select2-results__group {
	font-weight: 600
}

.select2-result-repository__avatar {
	float: left;
	width: 60px;
	margin-right: 10px
}

.select2-result-repository__avatar img {
	width: 100%;
	height: auto;
	border-radius: 2px
}

.select2-result-repository__statistics {
	margin-top: 7px
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
	display: inline-block;
	font-size: 11px;
	margin-right: 1em;
	color: #adb5bd
}

.select2-result-repository__forks .fa,
.select2-result-repository__stargazers .fa,
.select2-result-repository__watchers .fa {
	margin-right: 4px
}

.select2-result-repository__forks .fa.fa-flash::before,
.select2-result-repository__stargazers .fa.fa-flash::before,
.select2-result-repository__watchers .fa.fa-flash::before {
	content: "\f0e7";
	font-family: 'Font Awesome 5 Free'
}

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
	color: rgba(255, 255, 255, .8)
}

.select2-result-repository__meta {
	overflow: hidden
}

.img-flag {
	margin-right: 7px;
	height: 15px;
	width: 18px
}

input[switch] {
	display: none
}

input[switch]+label {
	font-size: 1em;
	line-height: 1;
	width: 56px;
	height: 24px;
	background-color: #ced4da;
	background-image: none;
	border-radius: 2rem;
	padding: .16667rem;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: relative;
	font-weight: 500;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

input[switch]+label:before {
	color: #343a40;
	content: attr(data-off-label);
	display: block;
	font-family: inherit;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
	position: absolute;
	right: 1px;
	margin: 3px;
	top: -2px;
	text-align: center;
	min-width: 1.66667rem;
	overflow: hidden;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

input[switch]+label:after {
	content: '';
	position: absolute;
	left: 3px;
	background-color: #f5f6f8;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2rem;
	height: 20px;
	width: 20px;
	top: 2px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

input[switch]:checked+label {
	background-color: #5b73e8
}

input[switch]:checked+label {
	background-color: #5b73e8
}

input[switch]:checked+label:before {
	color: #fff;
	content: attr(data-on-label);
	right: auto;
	left: 3px
}

input[switch]:checked+label:after {
	left: 33px;
	background-color: #f5f6f8
}

input[switch=bool]+label {
	background-color: #f46a6a
}

input[switch=bool]+label:before,
input[switch=bool]:checked+label:before,
input[switch=default]:checked+label:before {
	color: #fff
}

input[switch=bool]:checked+label {
	background-color: #34c38f
}

input[switch=default]:checked+label {
	background-color: #a2a2a2
}

input[switch=primary]:checked+label {
	background-color: #5b73e8
}

input[switch=success]:checked+label {
	background-color: #34c38f
}

input[switch=info]:checked+label {
	background-color: #50a5f1
}

input[switch=warning]:checked+label {
	background-color: #f1b44c
}

input[switch=danger]:checked+label {
	background-color: #f46a6a
}

input[switch=dark]:checked+label {
	background-color: #343a40
}

.square-switch {
	margin-right: 7px
}

.square-switch input[switch]+label,
.square-switch input[switch]+label:after {
	border-radius: 4px
}

.sp-container {
	background-color: #fff
}

.sp-container button {
	padding: .25rem .5rem;
	font-size: .71094rem;
	border-radius: .2rem;
	font-weight: 400;
	color: #343a40
}

.sp-container button.sp-palette-toggle {
	background-color: #f5f6f8
}

.sp-container button.sp-choose {
	background-color: #34c38f
}

.sp-palette-container {
	border-color: #f5f6f8
}

.sp-input {
	background-color: #fff;
	border-color: #ced4da!important;
	color: #495057
}

.sp-input:focus {
	outline: 0
}

[dir=rtl] .sp-alpha {
	direction: rtl
}

[dir=rtl] .sp-original-input-container .sp-add-on {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
	border-top-left-radius: 4px!important;
	border-bottom-left-radius: 4px!important
}

[dir=rtl] input.spectrum.with-add-on {
	border: 1px solid #ced4da;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

[dir=rtl] .datepicker {
	right: 0!important;
	left: auto
}

[dir=rtl] .bootstrap-timepicker-widget {
	right: 0!important;
	left: auto
}

[dir=rtl] .timepicker-orient-top {
	top: calc(1.5em + .94rem + 2px)!important
}

[dir=rtl] .timepicker-orient-bottom {
	top: auto!important;
	bottom: calc(1.5em + .94rem + 2px)!important
}

.datepicker {
	border: 1px solid #f5f6f8;
	padding: 8px;
	z-index: 999!important
}

.datepicker table tr th {
	font-weight: 500
}

.datepicker table tr td .active.disabled,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background-color: #5b73e8!important;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff!important
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #f5f6f8
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #adb5bd;
	opacity: .6
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
	background-color: #f6f6f6
}

.table-condensed>tbody>tr>td,
.table-condensed>thead>tr>th {
	padding: 7px
}

.bootstrap-datepicker-inline .datepicker-inline {
	width: auto!important;
	display: inline-block
}

.datepicker-container {
	border: 1px solid #f5f6f8;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff
}

.datepicker-container.datepicker-inline {
	width: 212px
}

.datepicker-panel>ul>li {
	background-color: #fff;
	border-radius: 4px
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
	background-color: rgba(91, 115, 232, .25);
	color: #5b73e8
}

.datepicker-panel>ul>li.highlighted,
.datepicker-panel>ul>li.highlighted:hover,
.datepicker-panel>ul>li:hover {
	background-color: #5b73e8;
	color: #fff
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
	color: #adb5bd;
	opacity: .6
}

.datepicker-panel>ul[data-view=week]>li {
	font-weight: 500
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
	background-color: #fff
}

.bootstrap-touchspin.input-group>.input-group-prepend>.btn,
.bootstrap-touchspin.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.bootstrap-touchspin.input-group>.input-group-append>.btn,
.bootstrap-touchspin.input-group>.input-group-append>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder {
	text-align: left
}

[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder {
	text-align: left
}

[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder {
	text-align: left
}

[type=email]::-ms-input-placeholder,
[type=number]::-ms-input-placeholder,
[type=tel]::-ms-input-placeholder,
[type=url]::-ms-input-placeholder {
	text-align: left
}

[type=email]::placeholder,
[type=number]::placeholder,
[type=tel]::placeholder,
[type=url]::placeholder {
	text-align: left
}

.tox-tinymce {
	border: 1px solid #ced4da!important
}

.tox .tox-statusbar {
	border-top: 1px solid #f5f6f8!important
}

.tox .tox-edit-area__iframe,
.tox .tox-menubar,
.tox .tox-statusbar {
	background-color: #fff!important;
	background: 0 0!important
}

.tox .tox-mbtn {
	color: #495057!important
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
	background-color: #f5f6f8!important
}

.tox .tox-tbtn:hover {
	background-color: #f5f6f8!important
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
	background: #f5f6f8!important
}

.tox .tox-toolbar__primary {
	border-top-color: #f5f6f8!important
}

.tox .tox-tbtn {
	color: #495057!important
}

.tox .tox-tbtn svg {
	fill: #495057!important
}

.tox .tox-edit-area__iframe {
	background-color: #fff!important
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
	color: #495057!important
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
	border-right: 1px solid #e6e9ee!important
}

.editable-input .form-control {
	display: inline-block
}

.editable-buttons {
	margin-left: 7px
}

.editable-buttons .editable-cancel {
	margin-left: 7px
}

.ck-editor__editable {
	min-height: 250px!important
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
	color: #495057!important
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
	border-color: #ced4da!important
}

.ck.ck-toolbar {
	background-color: #f5f6f8!important;
	border-color: #ced4da!important
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
	background-color: #ced4da!important
}

.ck.ck-tooltip .ck-tooltip__text {
	background-color: #343a40!important;
	color: #f5f6f8!important
}

.ck.ck-editor__main>.ck-editor__editable,
.ck.ck-list {
	background-color: #fff!important
}

.ck.ck-dropdown__panel {
	border-color: #f5f6f8!important
}

.ck.ck-button.ck-on,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button.ck-on,
a.ck.ck-button:not(.ck-disabled):hover {
	background-color: #eff1f4!important
}

.editable-input .form-control {
	display: inline-block
}

.editable-buttons {
	margin-left: 7px
}

.editable-buttons .editable-cancel {
	margin-left: 7px
}

.dropzone {
	min-height: 230px;
	border: 2px dashed #ced4da;
	background: #fff;
	border-radius: 6px
}

.dropzone .dz-message {
	font-size: 24px;
	width: 100%
}

.form-wizard-wrapper label {
	font-size: 14px;
	text-align: right
}

.wizard .steps>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

@media (max-width:1199.98px) {
	.wizard .steps>ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.wizard .steps>ul>a,
.wizard .steps>ul>li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.wizard .steps>ul>li {
	width: 100%
}

.wizard .steps>ul>li a {
	display: block;
	padding: .5rem 1rem;
	color: #495057;
	font-weight: 500;
	background-color: rgba(91, 115, 232, .1)
}

.wizard .steps>ul .current-info {
	position: absolute;
	left: -999em
}

.wizard .steps .number {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	border: 2px solid #5b73e8;
	color: #5b73e8;
	text-align: center;
	border-radius: 50%;
	margin-right: .5rem
}

.wizard .steps .current a,
.wizard .steps .current a:active,
.wizard .steps .current a:hover {
	background-color: rgba(91, 115, 232, .2);
	color: #495057
}

.wizard .steps .current a .number,
.wizard .steps .current a:active .number,
.wizard .steps .current a:hover .number {
	background-color: #5b73e8;
	color: #fff
}

.wizard>.content {
	background-color: transparent;
	padding: 14px;
	margin-top: 0;
	border-radius: 0;
	min-height: 150px
}

.wizard>.content>.title {
	position: absolute;
	left: -999em
}

.wizard>.content>.body {
	width: 100%;
	height: 100%;
	padding: 14px 0 0;
	position: static
}

.wizard>.actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%
}

.wizard>.actions>ul {
	display: block;
	text-align: right;
	padding-left: 0
}

.wizard>.actions>ul>li {
	display: inline-block;
	margin: 0 .5em
}

.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover {
	background-color: #5b73e8;
	border-radius: 4px;
	padding: 8px 15px;
	color: #fff
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover {
	opacity: .65;
	background-color: #5b73e8;
	color: #fff;
	cursor: not-allowed
}

.wizard.vertical-wizard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.wizard.vertical-wizard .steps>ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.wizard.vertical-wizard .steps>ul>li {
	width: 100%!important
}

.wizard.vertical-wizard .actions,
.wizard.vertical-wizard .content,
.wizard.vertical-wizard .steps {
	width: 100%
}

@media (min-width:1200px) {
	.wizard.vertical-wizard .steps {
		width: 25%
	}
}

.wizard.vertical-wizard .content {
	padding: 24px
}

@media (min-width:1200px) {
	.wizard.vertical-wizard .content {
		width: 75%;
		padding: 12px 24px
	}
}

.wizard.vertical-wizard .content>.body {
	padding: 0
}

.table-rep-plugin .btn-toolbar {
	display: block
}

.table-rep-plugin .table-responsive {
	border: none!important
}

.table-rep-plugin .btn-group .btn-default {
	background-color: #f5f6f8;
	color: #343a40;
	border: 1px solid #eff1f4
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
	background-color: #5b73e8;
	border-color: #5b73e8;
	color: #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(91, 115, 232, .5);
	box-shadow: 0 0 0 2px rgba(91, 115, 232, .5)
}

.table-rep-plugin .btn-group.pull-right {
	float: right
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
	right: 0;
	-webkit-transform: none!important;
	transform: none!important;
	top: 100%!important
}

.table-rep-plugin tbody th {
	font-size: 14px;
	font-weight: 400
}

.table-rep-plugin .checkbox-row {
	padding-left: 40px;
	color: #495057!important
}

.table-rep-plugin .checkbox-row:hover {
	background-color: #fbfbfc!important
}

.table-rep-plugin .checkbox-row label {
	display: inline-block;
	padding-left: 5px;
	position: relative
}

.table-rep-plugin .checkbox-row label::before {
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #f6f6f6;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	position: absolute;
	transition: .3s ease-in-out;
	width: 17px;
	outline: 0!important
}

.table-rep-plugin .checkbox-row label::after {
	color: #f5f6f8;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	left: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: -1px;
	width: 16px
}

.table-rep-plugin .checkbox-row input[type=checkbox] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: 0!important
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label {
	opacity: .65
}

.table-rep-plugin .checkbox-row input[type=checkbox]:focus+label::before {
	outline-offset: -2px;
	outline: 0
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label::before {
	background-color: #f8f9fa;
	cursor: not-allowed
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::before {
	background-color: #5b73e8;
	border-color: #5b73e8
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label::after {
	color: #fff
}

.table-rep-plugin .fixed-solution .sticky-table-header {
	top: 70px!important;
	background-color: #5b73e8
}

.table-rep-plugin .fixed-solution .sticky-table-header table {
	color: #fff
}

.table-rep-plugin .sticky-table-header,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin table.focus-on tbody tr.focused th {
	background: #5b73e8;
	border-color: #5b73e8;
	color: #fff
}

.table-rep-plugin .sticky-table-header table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin table.focus-on tbody tr.focused th table {
	color: #fff
}

@media (min-width:992px) {
	body[data-layout=horizontal] .fixed-solution .sticky-table-header {
		top: 148px!important
	}
}

.table-bordered {
	border: 1px solid #f5f6f8
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: right
}

@media (max-width:767px) {
	div.dataTables_wrapper div.dataTables_filter {
		text-align: center
	}
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: .5em;
	margin-right: 0
}

.datatable td:focus {
	outline: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
	padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
	padding-right: 0
}

.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc_disabled:before,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc_disabled:before {
	left: auto;
	right: 1em
}

.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_asc_disabled:after,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:after {
	left: auto;
	right: .5em
}

.table.dataTable thead tr td.sorting,
.table.dataTable thead tr td.sorting_asc,
.table.dataTable thead tr td.sorting_desc,
.table.dataTable thead tr th.sorting,
.table.dataTable thead tr th.sorting_asc,
.table.dataTable thead tr th.sorting_desc {
	padding-left: 12px;
	padding-right: 30px
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td,
table.dataTable.dtr-inline.collapsed>tbody>tr>td {
	position: relative
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
	padding-left: 30px
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
	top: 50%;
	left: 5px;
	height: 14px;
	width: 14px;
	margin-top: -9px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0!important;
	line-height: 14px;
	content: '+';
	background-color: #5b73e8
}

.table-edits input,
.table-edits select {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	border: 1px solid #ced4da;
	color: #495057;
	border-radius: .25rem;
	background-color: #fff
}

.table-edits input:focus,
.table-edits select:focus {
	outline: 0;
	border-color: #d3d8de
}

.apex-charts {
	min-height: 10px!important
}

.apex-charts text {
	font-family: "IBM Plex Sans", sans-serif!important;
	fill: #adb5bd;
	font-weight: 400
}

.apex-charts .apexcharts-canvas {
	margin: 0 auto
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
	font-family: "IBM Plex Sans", sans-serif!important
}

.apexcharts-legend-series {
	font-weight: 500
}

.apexcharts-gridline {
	pointer-events: none;
	stroke: #f8f9fa
}

.apexcharts-legend-text {
	color: #000!important;
	font-family: "IBM Plex Sans", sans-serif!important;
	font-size: 13px!important;
	font-weight: 500!important
}

.apexcharts-pie-label {
	fill: #fff!important
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
	font-family: "IBM Plex Sans", sans-serif!important;
	fill: #adb5bd
}

.flot-charts-height {
	height: 320px
}

.flotTip {
	padding: 8px 12px;
	background-color: rgba(52, 58, 64, .9);
	z-index: 100;
	color: #f8f9fa;
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	border-radius: 4px
}

.legendLabel {
	color: #adb5bd;
	padding-right: 5px;
	padding-left: 10px
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: auto!important;
	height: auto!important;
	background-color: #343a40!important;
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
	padding: 5px 10px!important;
	border-radius: 3px;
	border-color: #212529!important
}

.jqsfield {
	color: #f5f6f8!important;
	font-size: 12px!important;
	line-height: 18px!important;
	font-family: "IBM Plex Sans", sans-serif!important;
	font-weight: 500!important
}

.gmaps,
.gmaps-panaroma {
	height: 300px;
	background: #f8f9fa;
	border-radius: 3px
}

.gmaps-overlay {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: #5b73e8;
	border-radius: 4px;
	padding: 10px 20px
}

.gmaps-overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute
}

.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #5b73e8
}

.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #5b73e8
}

.jvectormap-label {
	border: none;
	background: #343a40;
	color: #f8f9fa;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: .9rem;
	padding: 5px 8px
}

.leaflet-map {
	height: 300px
}

.leaflet-map.leaflet-container {
	z-index: 99
}

.home-btn {
	position: absolute;
	top: 15px;
	right: 25px
}

.authentication-bg {
	background-color: rgba(91, 140, 232, .25)
}

.authentication-bg .auth-logo .logo {
	margin: 0 auto
}

.signin-other-title {
	position: relative
}

.signin-other-title:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #f5f6f8;
	top: 10px
}

.signin-other-title .title {
	display: inline-block;
	position: relative;
	z-index: 9;
	background-color: #fff;
	padding: 2px 16px
}

.auth-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: #fff
}

.auth-carousel.owl-theme .owl-dots .owl-dot.active span {
	background-color: #5b73e8
}

.search-box .form-control {
	border-radius: 30px;
	padding-left: 40px
}

.search-box .search-icon {
	font-size: 16px;
	position: absolute;
	left: 13px;
	top: 0;
	line-height: 38px
}

.categories-list {
	padding: 4px 0
}

.categories-list li a {
	display: block;
	padding: 4px 12px;
	color: #495057
}

.categories-list li.active a {
	color: #5b73e8
}

.product-box {
	border: 1px solid #f5f6f8;
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: hidden;
	margin-top: 20px;
	cursor: pointer
}

.product-box:hover {
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12)
}

.product-box:hover .product-content {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.product-box:hover .product-color {
	visibility: visible
}

.product-img {
	position: relative
}

.product-img .product-ribbon {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 6px 8px
}

.product-wishlist {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9
}

.product-wishlist a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #f6f6f6;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	color: #adb5bd
}

.product-content {
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}

.product-color {
	position: absolute;
	left: 0;
	right: 0;
	margin: 16px auto 0;
	visibility: hidden
}

.product-detail .nav-pills .nav-link {
	margin-bottom: 7px
}

.product-detail .nav-pills .nav-link.active {
	background-color: #f6f6f6
}

.product-detail .nav-pills .nav-link .tab-img {
	width: 5rem
}

.product-detail .product-img {
	padding: 24px
}

.product-desc-list li {
	padding: 2px 0
}

.product-desc-color a {
	display: inline-block;
	text-align: center;
	color: #495057;
	margin: 4px;
	border: 2px solid #f5f6f8;
	border-radius: 4px
}

.product-desc-color a.active,
.product-desc-color a:hover {
	color: #5b73e8;
	border-color: #5b73e8!important
}

.product-review-link .list-inline-item a {
	color: #000;
	padding: 4px 8px;
	font-size: 15px
}

.product-cart-touchspin {
	border: 1px solid #ced4da;
	background-color: #fff;
	border-radius: .25rem
}

.product-cart-touchspin .form-control {
	border-color: transparent;
	height: 32px
}

.product-cart-touchspin .input-group-btn .btn {
	background-color: transparent!important;
	border-color: transparent!important;
	color: #5b73e8!important;
	font-size: 16px;
	padding: 3px 12px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.shipping-address {
	-webkit-box-shadow: none;
	box-shadow: none
}

.shipping-address.active {
	border-color: #5b73e8!important
}

.email-leftbar {
	width: 236px;
	float: left;
	padding: 20px;
	border-radius: 5px
}

.email-rightbar {
	margin-left: 260px
}

.chat-user-box p.user-title {
	color: #343a40;
	font-weight: 500
}

.chat-user-box p {
	font-size: 13px
}

@media (max-width:767px) {
	.email-leftbar {
		float: none;
		width: 100%
	}
	.email-rightbar {
		margin: 0
	}
}

.mail-list a {
	display: block;
	color: #000;
	line-height: 24px;
	padding: 8px 5px
}

.mail-list a.active {
	color: #f46a6a;
	font-weight: 500
}

.message-list {
	display: block;
	padding-left: 0
}

.message-list li {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	cursor: default;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.message-list li a {
	color: #000
}

.message-list li:hover {
	background: #f6f6f6;
	-webkit-transition-duration: .05s;
	transition-duration: .05s
}

.message-list li .col-mail {
	float: left;
	position: relative
}

.message-list li .col-mail-1 {
	width: 320px
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
	display: block;
	float: left
}

.message-list li .col-mail-1 .dot {
	border: 4px solid transparent;
	border-radius: 100px;
	margin: 22px 26px 0;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
	margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
	margin-top: 18px;
	margin-left: 5px
}

.message-list li .col-mail-1 .title {
	position: absolute;
	top: 0;
	left: 110px;
	right: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0
}

.message-list li .col-mail-2 {
	position: absolute;
	top: 0;
	left: 320px;
	right: 0;
	bottom: 0
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
	position: absolute;
	top: 0
}

.message-list li .col-mail-2 .subject {
	left: 0;
	right: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.message-list li .col-mail-2 .date {
	right: 0;
	width: 170px;
	padding-left: 80px
}

.message-list li.active,
.message-list li.active:hover {
	-webkit-box-shadow: inset 3px 0 0 #5b73e8;
	box-shadow: inset 3px 0 0 #5b73e8
}

.message-list li.unread {
	background-color: #f6f6f6;
	font-weight: 500;
	color: #292d32
}

.message-list li.unread a {
	color: #292d32;
	font-weight: 500
}

.message-list .checkbox-wrapper-mail {
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: inset 0 0 0 1px #ced4da;
	box-shadow: inset 0 0 0 1px #ced4da;
	border-radius: 1px
}

.message-list .checkbox-wrapper-mail input {
	opacity: 0;
	cursor: pointer
}

.message-list .checkbox-wrapper-mail input:checked~label {
	opacity: 1
}

.message-list .checkbox-wrapper-mail label {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0;
	cursor: pointer;
	opacity: 0;
	margin-bottom: 0;
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	top: 0
}

.message-list .checkbox-wrapper-mail label:before {
	content: "\F012C";
	font-family: "Material Design Icons";
	top: 0;
	height: 20px;
	color: #292d32;
	width: 20px;
	position: absolute;
	margin-top: -16px;
	left: 4px;
	font-size: 13px
}

@media (max-width:575.98px) {
	.message-list li .col-mail-1 {
		width: 200px
	}
}

@media (min-width:1200px) {
	.chat-leftsidebar {
		min-width: 380px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.chat-leftsidebar {
		min-width: 280px
	}
}

.chat-noti-dropdown.active:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #f46a6a;
	border-radius: 50%;
	right: 0
}

.chat-noti-dropdown .btn {
	padding: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 20px
}

.chat-search-box .form-control {
	border: 0
}

.chat-list {
	margin: 0
}

.chat-list li.active a {
	background-color: rgba(91, 115, 232, .075);
	border-color: transparent
}

.chat-list li a {
	position: relative;
	display: block;
	color: #000;
	-webkit-transition: all .4s;
	transition: all .4s;
	padding: 12px;
	border-top: 1px solid #f5f6f8;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500
}

.chat-list li a:hover {
	background-color: rgba(91, 115, 232, .075);
	border-color: transparent
}

.chat-list li .user-img {
	position: relative
}

.chat-list li .user-img .user-status {
	width: 10px;
	height: 10px;
	background-color: #adb5bd;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0
}

.chat-list li .user-img.online .user-status {
	background-color: #34c38f
}

.chat-list li .user-img.away .user-status {
	background-color: #f1b44c
}

.chat-list li.unread a {
	font-weight: 600;
	color: #343a40
}

.chat-list li .unread-message {
	position: absolute;
	display: inline-block;
	right: 16px;
	top: 33px
}

.group-list li a {
	border: 0
}

.user-chat-nav .dropdown .nav-btn {
	height: 36px;
	width: 36px;
	line-height: 36px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	font-size: 16px;
	border-radius: 50%
}

.user-chat-nav .dropdown .dropdown-menu {
	-webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
	border: 1px solid #f5f6f8
}

.chat-conversation li {
	clear: both
}

.chat-conversation .chat-day-title {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	border: none
}

.chat-conversation .chat-day-title .title {
	display: inline-block;
	background-color: #f5f6f8;
	position: relative;
	z-index: 1;
	padding: 4px 16px;
	border-radius: 30px
}

.chat-conversation .chat-day-title:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #f5f6f8;
	top: 16px
}

.chat-conversation .chat-day-title .badge {
	font-size: 12px
}

.chat-conversation .conversation-list {
	margin-bottom: 24px;
	position: relative
}

.chat-conversation .conversation-list .ctext-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px
}

.chat-conversation .conversation-list .ctext-wrap-content {
	padding: 12px 20px;
	background-color: rgba(91, 115, 232, .1);
	border-radius: 0 8px 8px 8px;
	color: #000;
	position: relative;
	margin-left: 16px
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-right-color: rgba(91, 115, 232, .1);
	border-top-color: rgba(91, 115, 232, .1);
	left: -10px;
	top: 0
}

.chat-conversation .conversation-list .conversation-name {
	margin-bottom: 4px
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
	font-size: 18px;
	padding: 4px;
	color: #000
}

@media (max-width:575.98px) {
	.chat-conversation .conversation-list .dropdown .dropdown-toggle {
		display: none
	}
}

.chat-conversation .conversation-list .chat-time {
	font-size: 12px;
	margin-top: 4px;
	text-align: right;
	color: rgba(255, 255, 255, .5)
}

.chat-conversation .conversation-list .message-img {
	border-radius: .2rem;
	position: relative
}

.chat-conversation .conversation-list .message-img .message-img-list {
	position: relative
}

.chat-conversation .conversation-list .message-img img {
	max-width: 140px
}

.chat-conversation .right .conversation-list {
	float: right;
	text-align: right
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	background-color: #f5f6f8;
	text-align: right;
	border-radius: 8px 0 8px 8px;
	margin-left: 0;
	margin-right: 16px
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
	border: 5px solid transparent;
	border-top-color: #f5f6f8;
	border-left-color: #f5f6f8;
	left: auto;
	right: -10px
}

.chat-conversation .right .conversation-list .dropdown {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.chat-input-section {
	border-top: 1px solid #f5f6f8
}

.chat-input {
	border-radius: 30px;
	background-color: #f5f6f8!important;
	border-color: #f5f6f8!important
}

@media (max-width:575.98px) {
	.chat-send {
		min-width: auto
	}
}

.counter-number {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.counter-number span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-top: 5px
}

.coming-box {
	width: 25%
}

.hori-timeline .events .event-list {
	text-align: center;
	display: block
}

.hori-timeline .events .event-list::after {
	content: "\e858";
	font-family: unicons-line;
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ced4da;
	font-size: 24px
}

.hori-timeline .events .event-list:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	border-radius: 50%;
	background-color: #f6f6f6
}

.hori-timeline .events .event-list .event-date {
	display: inline-block;
	position: relative;
	border-radius: 4px;
	background-color: rgba(91, 115, 232, .2);
	padding: 2px 12px;
	margin-bottom: 48px
}

.verti-timeline {
	padding-left: 100px
}

.verti-timeline .event-list {
	border-left: 3px dashed #f6f6f6;
	position: relative;
	padding: 0 0 30px 30px
}

.verti-timeline .event-list:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #5b73e8;
	background-color: #fff
}

.verti-timeline .event-list .event-date {
	display: inline-block;
	border-radius: 4px;
	background-color: rgba(91, 115, 232, .2);
	color: #5b73e8;
	padding: 2px 12px;
	position: absolute;
	left: -102px
}

.verti-timeline .event-list:last-child {
	padding-bottom: 0
}

.faq-nav-tabs .nav-link {
	margin-bottom: 8px;
	background-color: #f5f6f8;
	padding: 8px 16px
}

.faq-nav-tabs .nav-link .nav-icon {
	font-size: 24px;
	vertical-align: middle
}

.pricing-box {
	max-width: 388px;
	margin: 0 auto 20px
}

.pricing-box .plan-features li {
	padding: 7px 0
}


/*# sourceMappingURL=app.min.css.map */

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-0.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-0.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-0.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-0.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-0.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-0.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E800-E83B
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-1.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-1.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-1.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-1.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-1.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-1.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E83C-E877
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-10.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-10.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-10.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-10.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-10.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-10.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EA58-EA93
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-11.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-11.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-11.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-11.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-11.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-11.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EA94-EACF
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-12.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-12.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-12.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-12.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-12.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-12.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EAD0-EB0C
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-13.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-13.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-13.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-13.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-13.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-13.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EB0D-EB48
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-14.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-14.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-14.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-14.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-14.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-14.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EB49-EB84
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-15.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-15.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-15.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-15.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-15.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-15.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EB85-EBC0
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-16.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-16.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-16.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-16.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-16.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-16.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EBC1-EBFC
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-17.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-17.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-17.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-17.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-17.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-17.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EBFD-EC38
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-18.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-18.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-18.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-18.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-18.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-18.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EC39-EC74
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-19.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-19.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-19.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-19.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-19.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-19.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EC75-EC9E
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-2.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-2.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-2.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-2.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-2.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-2.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E878-E8B3
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-3.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-3.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-3.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-3.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-3.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-3.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E8B4-E8EF
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-4.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-4.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-4.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-4.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-4.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-4.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E8F0-E92B
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-5.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-5.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-5.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-5.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-5.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-5.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E92C-E967
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-6.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-6.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-6.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-6.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-6.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-6.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E968-E9A3
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-7.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-7.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-7.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-7.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-7.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-7.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E9A4-E9DF
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-8.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-8.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-8.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-8.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-8.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-8.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+E9E0-EA1B
}

@font-face {
	font-family: unicons-line;
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-9.eot);
	src: url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-9.eot#iefix) format('embedded-opentype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-9.woff2) format('woff2'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-9.woff) format('woff'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-9.ttf) format('truetype'), url(https://unicons.iconscout.com/release/v3.0.0/fonts/line/unicons-9.svg#unicons) format('svg');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+EA1C-EA57
}

[class^=uil-]:before,
[class*=" uil-"]:before {
	font-family: unicons-line;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

[class*=uil-].flip-horizontal:before {
	transform: scaleX(-1)
}

[class*=uil-].flip-horizontal.rotate-90:before {
	transform: rotate(90deg) scaleX(-1)
}

[class*=uil-].flip-horizontal.rotate-180:before {
	transform: rotate(180deg) scaleX(-1)
}

[class*=uil-].flip-horizontal.rotate-270:before {
	transform: rotate(270deg) scaleX(-1)
}

[class*=uil-].flip-horizontal.flip-vertical:before {
	transform: scale(-1)
}

[class*=uil-].flip-horizontal.flip-vertical.rotate-90:before {
	transform: rotate(90deg) scale(-1)
}

[class*=uil-].flip-horizontal.flip-vertical.rotate-180:before {
	transform: rotate(180deg) scale(-1)
}

[class*=uil-].flip-horizontal.flip-vertical.rotate-270:before {
	transform: rotate(270deg) scale(-1)
}

[class*=uil-].flip-vertical:before {
	transform: scaleY(-1)
}

[class*=uil-].flip-vertical.rotate-90:before {
	transform: rotate(90deg) scaleY(-1)
}

[class*=uil-].flip-vertical.rotate-180:before {
	transform: rotate(180deg) scaleY(-1)
}

[class*=uil-].flip-vertical.rotate-270:before {
	transform: rotate(270deg) scaleY(-1)
}

[class*=uil-].rotate-90:before {
	transform: rotate(90deg)
}

[class*=uil-].rotate-180:before {
	transform: rotate(180deg)
}

[class*=uil-].rotate-270:before {
	transform: rotate(270deg)
}

.uil-comment-block:before {
	content: '\e800'
}

.uil-comment-alt-edit:before {
	content: '\e801'
}

.uil-comments:before {
	content: '\e802'
}

.uil-comment-alt-search:before {
	content: '\e803'
}

.uil-comment-shield:before {
	content: '\e804'
}

.uil-comment-alt-dots:before {
	content: '\e805'
}

.uil-comment-download:before {
	content: '\e806'
}

.uil-comment-check:before {
	content: '\e807'
}

.uil-comment-alt-chart-lines:before {
	content: '\e808'
}

.uil-comment-alt-download:before {
	content: '\e809'
}

.uil-comment-alt-lock:before {
	content: '\e80a'
}

.uil-comment-medical:before {
	content: '\e80b'
}

.uil-comment-alt-heart:before {
	content: '\e80c'
}

.uil-comment:before {
	content: '\e80d'
}

.uil-comment-alt-share:before {
	content: '\e80e'
}

.uil-comment-alt-upload:before {
	content: '\e80f'
}

.uil-comment-dots:before {
	content: '\e810'
}

.uil-comment-alt-lines:before {
	content: '\e811'
}

.uil-comment-lock:before {
	content: '\e812'
}

.uil-comment-heart:before {
	content: '\e813'
}

.uil-comment-info-alt:before {
	content: '\e814'
}

.uil-comment-upload:before {
	content: '\e815'
}

.uil-comment-alt-medical:before {
	content: '\e816'
}

.uil-chat-info:before {
	content: '\e817'
}

.uil-comment-alt-notes:before {
	content: '\e818'
}

.uil-comment-alt-plus:before {
	content: '\e819'
}

.uil-comment-alt-image:before {
	content: '\e81a'
}

.uil-comment-share:before {
	content: '\e81b'
}

.uil-comment-edit:before {
	content: '\e81c'
}

.uil-comment-alt-block:before {
	content: '\e81d'
}

.uil-comment-chart-line:before {
	content: '\e81e'
}

.uil-comment-alt-question:before {
	content: '\e81f'
}

.uil-comment-lines:before {
	content: '\e820'
}

.uil-comment-redo:before {
	content: '\e821'
}

.uil-comment-alt-check:before {
	content: '\e822'
}

.uil-comment-alt-shield:before {
	content: '\e823'
}

.uil-chat:before {
	content: '\e824'
}

.uil-comment-alt-message:before {
	content: '\e825'
}

.uil-comment-search:before {
	content: '\e826'
}

.uil-chat-bubble-user:before {
	content: '\e827'
}

.uil-comments-alt:before {
	content: '\e828'
}

.uil-comment-image:before {
	content: '\e829'
}

.uil-comment-alt:before {
	content: '\e82a'
}

.uil-comment-verify:before {
	content: '\e82b'
}

.uil-comment-plus:before {
	content: '\e82c'
}

.uil-comment-question:before {
	content: '\e82d'
}

.uil-comment-notes:before {
	content: '\e82e'
}

.uil-comment-alt-exclamation:before {
	content: '\e82f'
}

.uil-comment-exclamation:before {
	content: '\e830'
}

.uil-no-entry:before {
	content: '\e831'
}

.uil-screw:before {
	content: '\e832'
}

.uil-tape:before {
	content: '\e833'
}

.uil-paint-tool:before {
	content: '\e834'
}

.uil-comment-alt-verify:before {
	content: '\e835'
}

.uil-comment-alt-redo:before {
	content: '\e836'
}

.uil-trowel:before {
	content: '\e837'
}

.uil-drill:before {
	content: '\e838'
}

.uil-comment-info:before {
	content: '\e839'
}

.uil-jackhammer:before {
	content: '\e83a'
}

.uil-comment-alt-info:before {
	content: '\e83b'
}

.uil-wheel-barrow:before {
	content: '\e83c'
}

.uil-comment-message:before {
	content: '\e83d'
}

.uil-shovel:before {
	content: '\e83e'
}

.uil-keyhole-square:before {
	content: '\e83f'
}

.uil-keyhole-circle:before {
	content: '\e840'
}

.uil-traffic-barrier:before {
	content: '\e841'
}

.uil-keyhole-square-full:before {
	content: '\e842'
}

.uil-wall:before {
	content: '\e843'
}

.uil-constructor:before {
	content: '\e844'
}

.uil-hard-hat:before {
	content: '\e845'
}

.uil-shield-exclamation:before {
	content: '\e846'
}

.uil-lock-open-alt:before {
	content: '\e847'
}

.uil-unlock:before {
	content: '\e848'
}

.uil-unlock-alt:before {
	content: '\e849'
}

.uil-heart-alt:before {
	content: '\e84a'
}

.uil-octagon:before {
	content: '\e84b'
}

.uil-lock:before {
	content: '\e84c'
}

.uil-triangle:before {
	content: '\e84d'
}

.uil-star:before {
	content: '\e84e'
}

.uil-shield-slash:before {
	content: '\e84f'
}

.uil-lock-access:before {
	content: '\e850'
}

.uil-pentagon:before {
	content: '\e851'
}

.uil-shield-check:before {
	content: '\e852'
}

.uil-square:before {
	content: '\e853'
}

.uil-shield-question:before {
	content: '\e854'
}

.uil-padlock:before {
	content: '\e855'
}

.uil-wheelchair:before {
	content: '\e856'
}

.uil-lock-alt:before {
	content: '\e857'
}

.uil-polygon:before {
	content: '\e858'
}

.uil-circle:before {
	content: '\e859'
}

.uil-copyright:before {
	content: '\e85a'
}

.uil-closed-captioning:before {
	content: '\e85b'
}

.uil-trademark:before {
	content: '\e85c'
}

.uil-heart:before {
	content: '\e85d'
}

.uil-parking-circle:before {
	content: '\e85e'
}

.uil-mars:before {
	content: '\e85f'
}

.uil-sad-squint:before {
	content: '\e860'
}

.uil-registered:before {
	content: '\e861'
}

.uil-nerd:before {
	content: '\e862'
}

.uil-smile:before {
	content: '\e863'
}

.uil-meh-alt:before {
	content: '\e864'
}

.uil-annoyed:before {
	content: '\e865'
}

.uil-sad-dizzy:before {
	content: '\e866'
}

.uil-sad:before {
	content: '\e867'
}

.uil-servicemark:before {
	content: '\e868'
}

.uil-closed-captioning-slash:before {
	content: '\e869'
}

.uil-venus:before {
	content: '\e86a'
}

.uil-creative-commons-pd:before {
	content: '\e86b'
}

.uil-frown:before {
	content: '\e86c'
}

.uil-accessible-icon-alt:before {
	content: '\e86d'
}

.uil-squint:before {
	content: '\e86e'
}

.uil-meh:before {
	content: '\e86f'
}

.uil-silence:before {
	content: '\e870'
}

.uil-dizzy-meh:before {
	content: '\e871'
}

.uil-parking-square:before {
	content: '\e872'
}

.uil-shield:before {
	content: '\e873'
}

.uil-smile-dizzy:before {
	content: '\e874'
}

.uil-ninja:before {
	content: '\e875'
}

.uil-smile-beam:before {
	content: '\e876'
}

.uil-laughing:before {
	content: '\e877'
}

.uil-forward:before {
	content: '\ea58'
}

.uil-image-times:before {
	content: '\ea59'
}

.uil-headphones-alt:before {
	content: '\ea5a'
}

.uil-previous:before {
	content: '\ea5b'
}

.uil-film:before {
	content: '\ea5c'
}

.uil-image-broken:before {
	content: '\ea5d'
}

.uil-incoming-call:before {
	content: '\ea5e'
}

.uil-image-check:before {
	content: '\ea5f'
}

.uil-image-plus:before {
	content: '\ea60'
}

.uil-video:before {
	content: '\ea61'
}

.uil-camera-plus:before {
	content: '\ea62'
}

.uil-play:before {
	content: '\ea63'
}

.uil-cloud-question:before {
	content: '\ea64'
}

.uil-skip-forward:before {
	content: '\ea65'
}

.uil-image-lock:before {
	content: '\ea66'
}

.uil-skip-forward-circle:before {
	content: '\ea67'
}

.uil-skip-forward-alt:before {
	content: '\ea68'
}

.uil-step-backward-circle:before {
	content: '\ea69'
}

.uil-boombox:before {
	content: '\ea6a'
}

.uil-step-backward-alt:before {
	content: '\ea6b'
}

.uil-image-share:before {
	content: '\ea6c'
}

.uil-cloud-database-tree:before {
	content: '\ea6d'
}

.uil-snowflake:before {
	content: '\ea6e'
}

.uil-temperature-quarter:before {
	content: '\ea6f'
}

.uil-cloud-showers-heavy:before {
	content: '\ea70'
}

.uil-fahrenheit:before {
	content: '\ea71'
}

.uil-snowflake-alt:before {
	content: '\ea72'
}

.uil-cloud-wind:before {
	content: '\ea73'
}

.uil-tornado:before {
	content: '\ea74'
}

.uil-cloud-sun-hail:before {
	content: '\ea75'
}

.uil-cloud:before {
	content: '\ea76'
}

.uil-image-edit:before {
	content: '\ea77'
}

.uil-cloud-moon-hail:before {
	content: '\ea78'
}

.uil-temperature-empty:before {
	content: '\ea79'
}

.uil-cloud-sun-rain:before {
	content: '\ea7a'
}

.uil-thunderstorm:before {
	content: '\ea7b'
}

.uil-thunderstorm-sun:before {
	content: '\ea7c'
}

.uil-temperature-three-quarter:before {
	content: '\ea7d'
}

.uil-thunderstorm-moon:before {
	content: '\ea7e'
}

.uil-snow-flake:before {
	content: '\ea7f'
}

.uil-raindrops:before {
	content: '\ea80'
}

.uil-forecastcloud-moon-tear:before {
	content: '\ea81'
}

.uil-cloud-rain:before {
	content: '\ea82'
}

.uil-cloud-sun-tear:before {
	content: '\ea83'
}

.uil-cloud-moon-showers:before {
	content: '\ea84'
}

.uil-cloud-rain-sun:before {
	content: '\ea85'
}

.uil-cloud-showers-alt:before {
	content: '\ea86'
}

.uil-cloud-showers:before {
	content: '\ea87'
}

.uil-cloud-hail:before {
	content: '\ea88'
}

.uil-cloud-drizzle:before {
	content: '\ea89'
}

.uil-cloud-moon:before {
	content: '\ea8a'
}

.uil-moon:before {
	content: '\ea8b'
}

.uil-cloud-moon-rain:before {
	content: '\ea8c'
}

.uil-moonset:before {
	content: '\ea8d'
}

.uil-celsius:before {
	content: '\ea8e'
}

.uil-image-upload:before {
	content: '\ea8f'
}

.uil-cloud-sun-meatball:before {
	content: '\ea90'
}

.uil-windsock:before {
	content: '\ea91'
}

.uil-stop-circle:before {
	content: '\ea92'
}

.uil-temperature-plus:before {
	content: '\ea93'
}

.uil-moon-eclipse:before {
	content: '\ea94'
}

.uil-vertical-align-top:before {
	content: '\ea95'
}

.uil-cloud-meatball:before {
	content: '\ea96'
}

.uil-temperature:before {
	content: '\ea97'
}

.uil-cloud-moon-meatball:before {
	content: '\ea98'
}

.uil-flip-h-alt:before {
	content: '\ea99'
}

.uil-vector-square-alt:before {
	content: '\ea9a'
}

.uil-object-ungroup:before {
	content: '\ea9b'
}

.uil-th:before {
	content: '\ea9c'
}

.uil-images:before {
	content: '\ea9d'
}

.uil-temperature-minus:before {
	content: '\ea9e'
}

.uil-flip-v:before {
	content: '\ea9f'
}

.uil-cloud-sun-rain-alt:before {
	content: '\eaa0'
}

.uil-vertical-align-center:before {
	content: '\eaa1'
}

.uil-square-full:before {
	content: '\eaa2'
}

.uil-vertical-distribute-bottom:before {
	content: '\eaa3'
}

.uil-panorama-h-alt:before {
	content: '\eaa4'
}

.uil-pathfinder-unite:before {
	content: '\eaa5'
}

.uil-wind:before {
	content: '\eaa6'
}

.uil-vector-square:before {
	content: '\eaa7'
}

.uil-vertical-align-bottom:before {
	content: '\eaa8'
}

.uil-ruler:before {
	content: '\eaa9'
}

.uil-object-group:before {
	content: '\eaaa'
}

.uil-panorama-v:before {
	content: '\eaab'
}

.uil-panorama-h:before {
	content: '\eaac'
}

.uil-temperature-half:before {
	content: '\eaad'
}

.uil-cloud-sun:before {
	content: '\eaae'
}

.uil-layers-alt:before {
	content: '\eaaf'
}

.uil-line-alt:before {
	content: '\eab0'
}

.uil-image-resize-landscape:before {
	content: '\eab1'
}

.uil-image-resize-square:before {
	content: '\eab2'
}

.uil-pathfinder:before {
	content: '\eab3'
}

.uil-flip-h:before {
	content: '\eab4'
}

.uil-horizontal-distribution-right:before {
	content: '\eab5'
}

.uil-horizontal-distribution-left:before {
	content: '\eab6'
}

.uil-horizontal-distribution-center:before {
	content: '\eab7'
}

.uil-horizontal-align-center:before {
	content: '\eab8'
}

.uil-ruler-combined:before {
	content: '\eab9'
}

.uil-horizontal-align-right:before {
	content: '\eaba'
}

.uil-horizontal-align-left:before {
	content: '\eabb'
}

.uil-table:before {
	content: '\eabc'
}

.uil-th-slash:before {
	content: '\eabd'
}

.uil-crop-alt-rotate-right:before {
	content: '\eabe'
}

.uil-apps:before {
	content: '\eabf'
}

.uil-exclude:before {
	content: '\eac0'
}

.uil-crop-alt:before {
	content: '\eac1'
}

.uil-grids:before {
	content: '\eac2'
}

.uil-flip-v-alt:before {
	content: '\eac3'
}

.uil-vertical-distribution-center:before {
	content: '\eac4'
}

.uil-crop-alt-rotate-left:before {
	content: '\eac5'
}

.uil-vertical-distribution-top:before {
	content: '\eac6'
}

.uil-brush-alt:before {
	content: '\eac7'
}

.uil-circle-layer:before {
	content: '\eac8'
}

.uil-modem:before {
	content: '\eac9'
}

.uil-webcam:before {
	content: '\eaca'
}

.uil-hdd:before {
	content: '\eacb'
}

.uil-monitor:before {
	content: '\eacc'
}

.uil-dice-four:before {
	content: '\eacd'
}

.uil-wifi-router:before {
	content: '\eace'
}

.uil-dice-five:before {
	content: '\eacf'
}

.uil-dice-one:before {
	content: '\ead0'
}

.uil-dice-two:before {
	content: '\ead1'
}

.uil-dice-six:before {
	content: '\ead2'
}

.uil-windy:before {
	content: '\ead3'
}

.uil-swatchbook:before {
	content: '\ead4'
}

.uil-cancel:before {
	content: '\ead5'
}

.uil-clouds:before {
	content: '\ead6'
}

.uil-mountains-sun:before {
	content: '\ead7'
}

.uil-history:before {
	content: '\ead8'
}

.uil-n-a:before {
	content: '\ead9'
}

.uil-plane:before {
	content: '\eada'
}

.uil-plane-departure:before {
	content: '\eadb'
}

.uil-auto-flash:before {
	content: '\eadc'
}

.uil-glass-martini:before {
	content: '\eadd'
}

.uil-mobile-vibrate:before {
	content: '\eade'
}

.uil-trees:before {
	content: '\eadf'
}

.uil-voicemail:before {
	content: '\eae0'
}

.uil-voicemail-rectangle:before {
	content: '\eae1'
}

.uil-plane-fly:before {
	content: '\eae2'
}

.uil-sync-exclamation:before {
	content: '\eae3'
}

.uil-tachometer-fast:before {
	content: '\eae4'
}

.uil-sign-in-alt:before {
	content: '\eae5'
}

.uil-archive-alt:before {
	content: '\eae6'
}

.uil-power:before {
	content: '\eae7'
}

.uil-pizza-slice:before {
	content: '\eae9'
}

.uil-refresh:before {
	content: '\eaea'
}

.uil-anchor:before {
	content: '\eaeb'
}

.uil-sync-slash:before {
	content: '\eaec'
}

.uil-upload:before {
	content: '\eaed'
}

.uil-glass:before {
	content: '\eaee'
}

.uil-sign-out-alt:before {
	content: '\eaef'
}

.uil-newspaper:before {
	content: '\eaf0'
}

.uil-signin:before {
	content: '\eaf1'
}

.uil-processor:before {
	content: '\eaf2'
}

.uil-hunting:before {
	content: '\eaf3'
}

.uil-coffee:before {
	content: '\eaf4'
}

.uil-history-alt:before {
	content: '\eaf5'
}

.uil-weight:before {
	content: '\eaf6'
}

.uil-plane-arrival:before {
	content: '\eaf7'
}

.uil-gift:before {
	content: '\eaf8'
}

.uil-circuit:before {
	content: '\eaf9'
}

.uil-archive:before {
	content: '\eafa'
}

.uil-ban:before {
	content: '\eafb'
}

.uil-crosshair-alt:before {
	content: '\eafc'
}

.uil-crosshair:before {
	content: '\eafd'
}

.uil-record-audio:before {
	content: '\eafe'
}

.uil-flower:before {
	content: '\eaff'
}

.uil-airplay:before {
	content: '\eb00'
}

.uil-rss-interface:before {
	content: '\eb01'
}

.uil-equal-circle:before {
	content: '\eb02'
}

.uil-shutter:before {
	content: '\eb03'
}

.uil-microphone-slash:before {
	content: '\eb04'
}

.uil-life-ring:before {
	content: '\eb05'
}

.uil-sliders-v-alt:before {
	content: '\eb06'
}

.uil-compact-disc:before {
	content: '\eb07'
}

.uil-sitemap:before {
	content: '\eb08'
}

.uil-sliders-v:before {
	content: '\eb09'
}

.uil-shutter-alt:before {
	content: '\eb0a'
}

.uil-clapper-board:before {
	content: '\eb0b'
}

.uil-water:before {
	content: '\eb0c'
}

.uil-rainbow:before {
	content: '\eb0d'
}

.uil-desert:before {
	content: '\eb0e'
}

.uil-sunset:before {
	content: '\eb0f'
}

.uil-mountains:before {
	content: '\eb10'
}

.uil-bolt-slash:before {
	content: '\eb11'
}

.uil-telescope:before {
	content: '\eb12'
}

.uil-sperms:before {
	content: '\eb13'
}

.uil-game-structure:before {
	content: '\eb14'
}

.uil-ticket:before {
	content: '\eb15'
}

.uil-presentation-play:before {
	content: '\eb16'
}

.uil-book-open:before {
	content: '\eb17'
}

.uil-notebooks:before {
	content: '\eb18'
}

.uil-award-alt:before {
	content: '\eb19'
}

.uil-bug:before {
	content: '\eb1a'
}

.uil-browser:before {
	content: '\eb1b'
}

.uil-rss-alt:before {
	content: '\eb1c'
}

.uil-building:before {
	content: '\eb1d'
}

.uil-lamp:before {
	content: '\eb1e'
}

.uil-heart-rate:before {
	content: '\eb1f'
}

.uil-swimmer:before {
	content: '\eb20'
}

.uil-pump:before {
	content: '\eb21'
}

.uil-crockery:before {
	content: '\eb22'
}

.uil-message:before {
	content: '\eb23'
}

.uil-bed-double:before {
	content: '\eb24'
}

.uil-rope-way:before {
	content: '\eb25'
}

.uil-water-glass:before {
	content: '\eb26'
}

.uil-rotate-360:before {
	content: '\eb27'
}

.uil-feedback:before {
	content: '\eb28'
}

.uil-bed:before {
	content: '\eb29'
}

.uil-utensils:before {
	content: '\eb2a'
}

.uil-align-center-h:before {
	content: '\eb2b'
}

.uil-baby-carriage:before {
	content: '\eb2c'
}

.uil-post-stamp:before {
	content: '\eb2d'
}

.uil-arrow-growth:before {
	content: '\eb2e'
}

.uil-enter:before {
	content: '\eb2f'
}

.uil-arrow:before {
	content: '\eb30'
}

.uil-arrows-shrink-h:before {
	content: '\eb31'
}

.uil-arrows-resize:before {
	content: '\eb32'
}

.uil-presentation:before {
	content: '\eb33'
}

.uil-arrows-h:before {
	content: '\eb34'
}

.uil-scaling-right:before {
	content: '\eb35'
}

.uil-import:before {
	content: '\eb36'
}

.uil-arrow-circle-down:before {
	content: '\eb37'
}

.uil-angle-double-down:before {
	content: '\eb38'
}

.uil-chart-down:before {
	content: '\eb39'
}

.uil-angle-down:before {
	content: '\eb3a'
}

.uil-expand-left:before {
	content: '\eb3b'
}

.uil-arrow-resize-diagonal:before {
	content: '\eb3c'
}

.uil-exchange-alt:before {
	content: '\eb3d'
}

.uil-angle-double-left:before {
	content: '\eb3e'
}

.uil-expand-alt:before {
	content: '\eb3f'
}

.uil-compress-arrows:before {
	content: '\eb40'
}

.uil-caret-right:before {
	content: '\eb41'
}

.uil-scroll-h:before {
	content: '\eb42'
}

.uil-angle-double-right:before {
	content: '\eb43'
}

.uil-arrow-to-bottom:before {
	content: '\eb44'
}

.uil-sort:before {
	content: '\eb45'
}

.uil-scaling-left:before {
	content: '\eb46'
}

.uil-arrows-resize-h:before {
	content: '\eb47'
}

.uil-arrow-from-top:before {
	content: '\eb48'
}

.uil-arrows-up-right:before {
	content: '\eb49'
}

.uil-arrows-left-down:before {
	content: '\eb4a'
}

.uil-arrows-right-down:before {
	content: '\eb4b'
}

.uil-arrows-h-alt:before {
	content: '\eb4c'
}

.uil-download-alt:before {
	content: '\eb4d'
}

.uil-compress-point:before {
	content: '\eb4e'
}

.uil-arrow-up-left:before {
	content: '\eb4f'
}

.uil-arrow-compress-h:before {
	content: '\eb50'
}

.uil-arrows-v-alt:before {
	content: '\eb51'
}

.uil-arrows-v:before {
	content: '\eb52'
}

.uil-arrows-shrink-v:before {
	content: '\eb53'
}

.uil-arrow-break:before {
	content: '\eb54'
}

.uil-align-center-v:before {
	content: '\eb55'
}

.uil-angle-up:before {
	content: '\eb56'
}

.uil-arrow-circle-up:before {
	content: '\eb57'
}

.uil-export:before {
	content: '\eb58'
}

.uil-arrows-resize-v:before {
	content: '\eb59'
}

.uil-upload-alt:before {
	content: '\eb5a'
}

.uil-arrow-up-right:before {
	content: '\eb5b'
}

.uil-corner-up-right:before {
	content: '\eb5c'
}

.uil-angle-double-up:before {
	content: '\eb5d'
}

.uil-sorting:before {
	content: '\eb5e'
}

.uil-exchange:before {
	content: '\eb5f'
}

.uil-corner-down-left:before {
	content: '\eb60'
}

.uil-corner-right-down:before {
	content: '\eb61'
}

.uil-corner-down-right:before {
	content: '\eb62'
}

.uil-corner-up-left:before {
	content: '\eb63'
}

.uil-corner-left-down:before {
	content: '\eb64'
}

.uil-maximize-left:before {
	content: '\eb65'
}

.uil-corner-up-right-alt:before {
	content: '\eb66'
}

.uil-corner-down-right-alt:before {
	content: '\eb67'
}

.uil-top-arrow-from-top:before {
	content: '\eb68'
}

.uil-top-arrow-to-top:before {
	content: '\eb69'
}

.uil-arrow-random:before {
	content: '\eb6a'
}

.uil-shuffle:before {
	content: '\eb6b'
}

.uil-direction:before {
	content: '\eb6c'
}

.uil-angle-right:before {
	content: '\eb6d'
}

.uil-arrow-circle-right:before {
	content: '\eb6e'
}

.uil-arrow-to-right:before {
	content: '\eb6f'
}

.uil-arrow-from-right:before {
	content: '\eb70'
}

.uil-expand-from-corner:before {
	content: '\eb71'
}

.uil-expand-arrows:before {
	content: '\eb72'
}

.uil-arrows-maximize:before {
	content: '\eb73'
}

.uil-arrow-down-left:before {
	content: '\eb74'
}

.uil-expand-arrows-alt:before {
	content: '\eb75'
}

.uil-compress-alt:before {
	content: '\eb76'
}

.uil-scroll:before {
	content: '\eb77'
}

.uil-arrow-circle-left:before {
	content: '\eb78'
}

.uil-angle-left:before {
	content: '\eb79'
}

.uil-arrows-merge:before {
	content: '\eb7a'
}

.uil-arrow-down-right:before {
	content: '\eb7b'
}

.uil-corner-up-left-alt:before {
	content: '\eb7c'
}

.uil-left-arrow-to-left:before {
	content: '\eb7d'
}

.uil-minus-path:before {
	content: '\eb7e'
}

.uil-left-arrow-from-left:before {
	content: '\eb7f'
}

.uil-repeat:before {
	content: '\eb80'
}

.uil-th-large:before {
	content: '\eb81'
}

.uil-line-spacing:before {
	content: '\eb82'
}

.uil-shrink:before {
	content: '\eb83'
}

.uil-compress-alt-left:before {
	content: '\eb84'
}

.uil-bring-front:before {
	content: '\eb85'
}

.uil-compress-lines:before {
	content: '\eb86'
}

.uil-bring-bottom:before {
	content: '\eb87'
}

.uil-compress-v:before {
	content: '\eb88'
}

.uil-spin:before {
	content: '\eb89'
}

.uil-border-out:before {
	content: '\eb8a'
}

.uil-border-horizontal:before {
	content: '\eb8b'
}

.uil-document-layout-left:before {
	content: '\eb8c'
}

.uil-compress:before {
	content: '\eb8d'
}

.uil-grip-horizontal-line:before {
	content: '\eb8e'
}

.uil-dialpad-alt:before {
	content: '\eb8f'
}

.uil-document-layout-center:before {
	content: '\eb90'
}

.uil-border-bottom:before {
	content: '\eb91'
}

.uil-dialpad:before {
	content: '\eb92'
}

.uil-document-layout-right:before {
	content: '\eb93'
}

.uil-align-center:before {
	content: '\eb94'
}

.uil-sort-amount-down:before {
	content: '\eb95'
}

.uil-align-center-alt:before {
	content: '\eb96'
}

.uil-align-letter-right:before {
	content: '\eb97'
}

.uil-border-alt:before {
	content: '\eb98'
}

.uil-align-center-justify:before {
	content: '\eb99'
}

.uil-align-alt:before {
	content: '\eb9a'
}

.uil-border-vertical:before {
	content: '\eb9b'
}

.uil-sort-amount-up:before {
	content: '\eb9c'
}

.uil-wrap-text:before {
	content: '\eb9d'
}

.uil-align-left-justify:before {
	content: '\eb9e'
}

.uil-angle-right-b:before {
	content: '\eb9f'
}

.uil-paragraph:before {
	content: '\eba0'
}

.uil-right-indent-alt:before {
	content: '\eba1'
}

.uil-border-right:before {
	content: '\eba2'
}

.uil-align-right-justify:before {
	content: '\eba3'
}

.uil-align:before {
	content: '\eba4'
}

.uil-border-clear:before {
	content: '\eba5'
}

.uil-align-right:before {
	content: '\eba6'
}

.uil-list-ui-alt:before {
	content: '\eba7'
}

.uil-left-indent:before {
	content: '\eba8'
}

.uil-left-indent-alt:before {
	content: '\eba9'
}

.uil-border-left:before {
	content: '\ebaa'
}

.uil-border-top:before {
	content: '\ebab'
}

.uil-align-justify:before {
	content: '\ebac'
}

.uil-subject:before {
	content: '\ebad'
}

.uil-bars:before {
	content: '\ebae'
}

.uil-eye:before {
	content: '\ebaf'
}

.uil-exposure-increase:before {
	content: '\ebb0'
}

.uil-bright:before {
	content: '\ebb1'
}

.uil-exposure-alt:before {
	content: '\ebb2'
}

.uil-capture:before {
	content: '\ebb3'
}

.uil-arrow-left:before {
	content: '\ebb4'
}

.uil-arrow-right:before {
	content: '\ebb5'
}

.uil-arrow-up:before {
	content: '\ebb6'
}

.uil-focus-target:before {
	content: '\ebb7'
}

.uil-external-link-alt:before {
	content: '\ebb8'
}

.uil-card-atm:before {
	content: '\ebb9'
}

.uil-focus-add:before {
	content: '\ebba'
}

.uil-focus:before {
	content: '\ebbb'
}

.uil-border-inner:before {
	content: '\ebbc'
}

.uil-glass-tea:before {
	content: '\ebbd'
}

.uil-streering:before {
	content: '\ebbe'
}

.uil-tv-retro-slash:before {
	content: '\ebbf'
}

.uil-wrench:before {
	content: '\ebc0'
}

.uil-football-american:before {
	content: '\ebc1'
}

.uil-water-drop-slash:before {
	content: '\ebc2'
}

.uil-layers:before {
	content: '\ebc3'
}

.uil-print-slash:before {
	content: '\ebc4'
}

.uil-android-phone-slash:before {
	content: '\ebc5'
}

.uil-calendar-slash:before {
	content: '\ebc6'
}

.uil-image-slash:before {
	content: '\ebc7'
}

.uil-image-alt-slash:before {
	content: '\ebc8'
}

.uil-lock-slash:before {
	content: '\ebc9'
}

.uil-money-bill-slash:before {
	content: '\ebca'
}

.uil-comment-slash:before {
	content: '\ebcb'
}

.uil-map-marker-slash:before {
	content: '\ebcc'
}

.uil-tear:before {
	content: '\ebcd'
}

.uil-comment-alt-slash:before {
	content: '\ebce'
}

.uil-folder-slash:before {
	content: '\ebcf'
}

.uil-filter-slash:before {
	content: '\ebd0'
}

.uil-file-slash:before {
	content: '\ebd1'
}

.uil-file-lanscape-slash:before {
	content: '\ebd2'
}

.uil-glass-martini-alt-slash:before {
	content: '\ebd3'
}

.uil-car-slash:before {
	content: '\ebd4'
}

.uil-camera-slash:before {
	content: '\ebd5'
}

.uil-list-ul:before {
	content: '\ebd6'
}

.uil-layer-group-slash:before {
	content: '\ebd7'
}

.uil-plug:before {
	content: '\ebd8'
}

.uil-bell-slash:before {
	content: '\ebd9'
}

.uil-expand-right:before {
	content: '\ebda'
}

.uil-bell:before {
	content: '\ebdb'
}

.uil-desktop-alt-slash:before {
	content: '\ebdc'
}

.uil-align-left:before {
	content: '\ebdd'
}

.uil-layers-slash:before {
	content: '\ebde'
}

.uil-angry:before {
	content: '\ebdf'
}

.uil-ear:before {
	content: '\ebe0'
}

.uil-desktop-slash:before {
	content: '\ebe1'
}

.uil-text-strike-through:before {
	content: '\ebe2'
}

.uil-bold:before {
	content: '\ebe3'
}

.uil-text:before {
	content: '\ebe4'
}

.uil-assistive-listening-systems:before {
	content: '\ebe5'
}

.uil-palette:before {
	content: '\ebe6'
}

.uil-underline:before {
	content: '\ebe7'
}

.uil-text-fields:before {
	content: '\ebe8'
}

.uil-arrow-down:before {
	content: '\ebe9'
}

.uil-text-size:before {
	content: '\ebea'
}

.uil-italic:before {
	content: '\ebeb'
}

.uil-right-to-left-text-direction:before {
	content: '\ebec'
}

.uil-sigma:before {
	content: '\ebed'
}

.uil-12-plus:before {
	content: '\ebee'
}

.uil-left-to-right-text-direction:before {
	content: '\ebef'
}

.uil-10-plus:before {
	content: '\ebf0'
}

.uil-16-plus:before {
	content: '\ebf1'
}

.uil-13-plus:before {
	content: '\ebf2'
}

.uil-21-plus:before {
	content: '\ebf3'
}

.uil-17-plus:before {
	content: '\ebf4'
}

.uil-6-plus:before {
	content: '\ebf5'
}

.uil-0-plus:before {
	content: '\ebf6'
}

.uil-3-plus:before {
	content: '\ebf7'
}

.uil-eye-slash:before {
	content: '\ebf8'
}

.uil-archway:before {
	content: '\ebf9'
}

.uil-18-plus:before {
	content: '\ebfa'
}

.uil-robot:before {
	content: '\ebfb'
}

.uil-selfie:before {
	content: '\ebfc'
}

.uil-bag-slash:before {
	content: '\ebfd'
}

.uil-instagram:before {
	content: '\ebfe'
}

.uil-line:before {
	content: '\ebff'
}

.uil-facebook-messenger:before {
	content: '\ec00'
}

.uil-facebook-f:before {
	content: '\ec01'
}

.uil-black-berry:before {
	content: '\ec02'
}

.uil-linkedin:before {
	content: '\ec03'
}

.uil-snapchat-ghost:before {
	content: '\ec04'
}

.uil-intercom:before {
	content: '\ec05'
}

.uil-youtube:before {
	content: '\ec06'
}

.uil-snapchat-square:before {
	content: '\ec07'
}

.uil-apple:before {
	content: '\ec08'
}

.uil-instagram-alt:before {
	content: '\ec09'
}

.uil-whatsapp-alt:before {
	content: '\ec0a'
}

.uil-behance:before {
	content: '\ec0b'
}

.uil-twitter:before {
	content: '\ec0c'
}

.uil-500px:before {
	content: '\ec0d'
}

.uil-tumblr:before {
	content: '\ec0e'
}

.uil-github-alt:before {
	content: '\ec0f'
}

.uil-tumblr-square:before {
	content: '\ec10'
}

.uil-google:before {
	content: '\ec11'
}

.uil-medium-m:before {
	content: '\ec12'
}

.uil-slack:before {
	content: '\ec13'
}

.uil-paypal:before {
	content: '\ec14'
}

.uil-reddit-alien-alt:before {
	content: '\ec15'
}

.uil-linkedin-alt:before {
	content: '\ec16'
}

.uil-google-hangouts:before {
	content: '\ec17'
}

.uil-java-script:before {
	content: '\ec18'
}

.uil-google-play:before {
	content: '\ec19'
}

.uil-google-drive:before {
	content: '\ec1a'
}

.uil-asterisk:before {
	content: '\ec1b'
}

.uil-android:before {
	content: '\ec1c'
}

.uil-github:before {
	content: '\ec1d'
}

.uil-balance-scale:before {
	content: '\ec1e'
}

.uil-amazon:before {
	content: '\ec1f'
}

.uil-slack-alt:before {
	content: '\ec20'
}

.uil-dashboard:before {
	content: '\ec21'
}

.uil-vuejs-alt:before {
	content: '\ec22'
}

.uil-adobe-alt:before {
	content: '\ec23'
}

.uil-ankh:before {
	content: '\ec24'
}

.uil-twitter-alt:before {
	content: '\ec25'
}

.uil-opera:before {
	content: '\ec26'
}

.uil-intercom-alt:before {
	content: '\ec27'
}

.uil-tumblr-alt:before {
	content: '\ec28'
}

.uil-react:before {
	content: '\ec29'
}

.uil-camera-change:before {
	content: '\ec2a'
}

.uil-master-card:before {
	content: '\ec2b'
}

.uil-snapchat-alt:before {
	content: '\ec2c'
}

.uil-opera-alt:before {
	content: '\ec2d'
}

.uil-html3-alt:before {
	content: '\ec2e'
}

.uil-swiggy:before {
	content: '\ec2f'
}

.uil-html3:before {
	content: '\ec30'
}

.uil-google-hangouts-alt:before {
	content: '\ec31'
}

.uil-adobe:before {
	content: '\ec32'
}

.uil-facebook-messenger-alt:before {
	content: '\ec33'
}

.uil-blogger-alt:before {
	content: '\ec34'
}

.uil-blogger:before {
	content: '\ec35'
}

.uil-behance-alt:before {
	content: '\ec36'
}

.uil-apple-alt:before {
	content: '\ec37'
}

.uil-bitcoin:before {
	content: '\ec38'
}

.uil-megaphone:before {
	content: '\ec39'
}

.uil-bitcoin-alt:before {
	content: '\ec3a'
}

.uil-bowling-ball:before {
	content: '\ec3b'
}

.uil-percentage:before {
	content: '\ec3c'
}

.uil-hourglass:before {
	content: '\ec3d'
}

.uil-process:before {
	content: '\ec3e'
}

.uil-university:before {
	content: '\ec3f'
}

.uil-skype-alt:before {
	content: '\ec40'
}

.uil-wind-sun:before {
	content: '\ec41'
}

.uil-vk-alt:before {
	content: '\ec42'
}

.uil-skype:before {
	content: '\ec43'
}

.uil-telegram-alt:before {
	content: '\ec44'
}

.uil-vuejs:before {
	content: '\ec45'
}

.uil-vk:before {
	content: '\ec46'
}

.uil-telegram:before {
	content: '\ec47'
}

.uil-yin-yang:before {
	content: '\ec48'
}

.uil-angle-left-b:before {
	content: '\ec49'
}

.uil-bath:before {
	content: '\ec4a'
}

.uil-metro:before {
	content: '\ec4b'
}

.uil-comment-add:before {
	content: '\ec4c'
}

.uil-fire:before {
	content: '\ec4d'
}

.uil-qrcode-scan:before {
	content: '\ec4e'
}

.uil-panel-add:before {
	content: '\ec4f'
}

.uil-brackets-curly:before {
	content: '\ec50'
}

.uil-folder-open:before {
	content: '\ec51'
}

.uil-comparison:before {
	content: '\ec52'
}

.uil-file-export:before {
	content: '\ec53'
}

.uil-channel-add:before {
	content: '\ec54'
}

.uil-rupee-sign:before {
	content: '\ec55'
}

.uil-channel:before {
	content: '\ec56'
}

.uil-link-add:before {
	content: '\ec57'
}

.uil-file-import:before {
	content: '\ec58'
}

.uil-x:before {
	content: '\ec59'
}

.uil-save:before {
	content: '\ec5a'
}

.uil-heart-break:before {
	content: '\ec5b'
}

.uil-tachometer-fast-alt:before {
	content: '\ec5c'
}

.uil-facebook:before {
	content: '\ec5d'
}

.uil-create-dashboard:before {
	content: '\ec5e'
}

.uil-whatsapp:before {
	content: '\ec5f'
}

.uil-setting:before {
	content: '\ec60'
}

.uil-rocket:before {
	content: '\ec61'
}

.uil-share:before {
	content: '\ec62'
}

.uil-x-add:before {
	content: '\ec63'
}

.uil-user-nurse:before {
	content: '\ec64'
}

.uil-microscope:before {
	content: '\ec65'
}

.uil-virus-slash:before {
	content: '\ec66'
}

.uil-visual-studio:before {
	content: '\ec67'
}

.uil-head-side-mask:before {
	content: '\ec68'
}

.uil-baseball-ball:before {
	content: '\ec69'
}

.uil-stethoscope-alt:before {
	content: '\ec6a'
}

.uil-hospital-symbol:before {
	content: '\ec6b'
}

.uil-hospital-square-sign:before {
	content: '\ec6c'
}

.uil-head-side:before {
	content: '\ec6d'
}

.uil-head-side-cough:before {
	content: '\ec6e'
}

.uil-clinic-medical:before {
	content: '\ec6f'
}

.uil-wind-moon:before {
	content: '\ec70'
}

.uil-hospital:before {
	content: '\ec71'
}

.uil-stethoscope:before {
	content: '\ec72'
}

.uil-sanitizer:before {
	content: '\ec73'
}

.uil-toilet-paper:before {
	content: '\ec74'
}

.uil-coronavirus:before {
	content: '\ec75'
}

.uil-user-arrows:before {
	content: '\ec76'
}

.uil-house-user:before {
	content: '\ec77'
}

.uil-social-distancing:before {
	content: '\ec78'
}

.uil-credit-card-search:before {
	content: '\ec79'
}

.uil-android-alt:before {
	content: '\ec7a'
}

.uil-shield-plus:before {
	content: '\ec7b'
}

.uil-user-md:before {
	content: '\ec7c'
}

.uil-transaction:before {
	content: '\ec7d'
}

.uil-store-slash:before {
	content: '\ec7e'
}

.uil-code-branch:before {
	content: '\ec7f'
}

.uil-google-drive-alt:before {
	content: '\ec80'
}

.uil-sanitizer-alt:before {
	content: '\ec80'
}

.uil-envelope-block:before {
	content: '\ec81'
}

.uil-mailbox-alt:before {
	content: '\ec82'
}

.uil-raindrops-alt:before {
	content: '\ec83'
}

.uil-signout:before {
	content: '\ec83'
}

.uil-slider-h:before {
	content: '\ec84'
}

.uil-lira-sign:before {
	content: '\ec85'
}

.uil-slider-h-range:before {
	content: '\ec86'
}

.uil-file-graph:before {
	content: '\ec87'
}

.uil-wordpress-simple:before {
	content: '\ec88'
}

.uil-bing:before {
	content: '\ec89'
}

.uil-wordpress:before {
	content: '\ec8a'
}

.uil-html5:before {
	content: '\ec8b'
}

.uil-programming-language:before {
	content: '\ec8c'
}

.uil-css3-simple:before {
	content: '\ec8d'
}

.uil-html5-alt:before {
	content: '\ec8e'
}

.uil-discord:before {
	content: '\ec8f'
}

.uil-draggabledots:before {
	content: '\ec90'
}

.uil-font:before {
	content: '\ec91'
}

.uil-video-question:before {
	content: '\ec92'
}

.uil-headphone-slash:before {
	content: '\ec93'
}

.uil-info:before {
	content: '\ec94'
}

.uil-letter-chinese-a:before {
	content: '\ec95'
}

.uil-letter-hindi-a:before {
	content: '\ec96'
}

.uil-english-to-chinese:before {
	content: '\ec97'
}

.uil-question:before {
	content: '\ec98'
}

.uil-letter-english-a:before {
	content: '\ec99'
}

.uil-hindi-to-chinese:before {
	content: '\ec9a'
}

.uil-inbox:before {
	content: '\ec9b'
}

.uil-letter-japanese-a:before {
	content: '\ec9c'
}

.uil-exclamation:before {
	content: '\ec9d'
}

.uil-language:before {
	content: '\ec9e'
}

.uil-grin:before {
	content: '\e878'
}

.uil-sad-cry:before {
	content: '\e879'
}

.uil-sad-crying:before {
	content: '\e87a'
}

.uil-surprise:before {
	content: '\e87b'
}

.uil-unamused:before {
	content: '\e87c'
}

.uil-confused:before {
	content: '\e87d'
}

.uil-grin-tongue-wink:before {
	content: '\e87e'
}

.uil-grin-tongue-wink-alt:before {
	content: '\e87f'
}

.uil-kid:before {
	content: '\e880'
}

.uil-smile-wink-alt:before {
	content: '\e881'
}

.uil-smile-squint-wink:before {
	content: '\e882'
}

.uil-annoyed-alt:before {
	content: '\e883'
}

.uil-silent-squint:before {
	content: '\e884'
}

.uil-sick:before {
	content: '\e885'
}

.uil-shopping-cart-alt:before {
	content: '\e886'
}

.uil-shopping-bag:before {
	content: '\e887'
}

.uil-pricetag-alt:before {
	content: '\e888'
}

.uil-shopping-cart:before {
	content: '\e889'
}

.uil-smile-squint-wink-alt:before {
	content: '\e88a'
}

.uil-store-alt:before {
	content: '\e88b'
}

.uil-emoji:before {
	content: '\e88c'
}

.uil-trademark-circle:before {
	content: '\e88d'
}

.uil-basketball:before {
	content: '\e88e'
}

.uil-square-shape:before {
	content: '\e88f'
}

.uil-label:before {
	content: '\e890'
}

.uil-shopping-basket:before {
	content: '\e891'
}

.uil-smile-wink:before {
	content: '\e892'
}

.uil-tag:before {
	content: '\e893'
}

.uil-label-alt:before {
	content: '\e894'
}

.uil-tag-alt:before {
	content: '\e895'
}

.uil-store:before {
	content: '\e896'
}

.uil-meh-closed-eye:before {
	content: '\e897'
}

.uil-trophy:before {
	content: '\e898'
}

.uil-dice-three:before {
	content: '\e899'
}

.uil-football-ball:before {
	content: '\e89a'
}

.uil-basketball-hoop:before {
	content: '\e89b'
}

.uil-club:before {
	content: '\e89c'
}

.uil-tennis-ball:before {
	content: '\e89d'
}

.uil-football:before {
	content: '\e89e'
}

.uil-volleyball:before {
	content: '\e89f'
}

.uil-heart-sign:before {
	content: '\e8a0'
}

.uil-spade:before {
	content: '\e8a1'
}

.uil-diamond:before {
	content: '\e8a2'
}

.uil-money-stack:before {
	content: '\e8a3'
}

.uil-money-withdrawal:before {
	content: '\e8a4'
}

.uil-presentation-line:before {
	content: '\e8a5'
}

.uil-kayak:before {
	content: '\e8a6'
}

.uil-chart-pie:before {
	content: '\e8a7'
}

.uil-dumbbell:before {
	content: '\e8a8'
}

.uil-suitcase-alt:before {
	content: '\e8a9'
}

.uil-yen:before {
	content: '\e8aa'
}

.uil-yen-circle:before {
	content: '\e8ab'
}

.uil-briefcase-alt:before {
	content: '\e8ac'
}

.uil-receipt:before {
	content: '\e8ad'
}

.uil-pound:before {
	content: '\e8ae'
}

.uil-invoice:before {
	content: '\e8af'
}

.uil-pound-circle:before {
	content: '\e8b0'
}

.uil-analysis:before {
	content: '\e8b1'
}

.uil-suitcase:before {
	content: '\e8b2'
}

.uil-moneybag-alt:before {
	content: '\e8b3'
}

.uil-bag-alt:before {
	content: '\e8b4'
}

.uil-moneybag:before {
	content: '\e8b5'
}

.uil-bag:before {
	content: '\e8b6'
}

.uil-money-insert:before {
	content: '\e8b7'
}

.uil-chart-line:before {
	content: '\e8b8'
}

.uil-dollar-sign-alt:before {
	content: '\e8b9'
}

.uil-euro:before {
	content: '\e8ba'
}

.uil-usd-circle:before {
	content: '\e8bb'
}

.uil-euro-circle:before {
	content: '\e8bc'
}

.uil-usd-square:before {
	content: '\e8bd'
}

.uil-money-bill-stack:before {
	content: '\e8be'
}

.uil-dollar-alt:before {
	content: '\e8bf'
}

.uil-money-withdraw:before {
	content: '\e8c0'
}

.uil-credit-card:before {
	content: '\e8c1'
}

.uil-money-bill:before {
	content: '\e8c2'
}

.uil-bitcoin-sign:before {
	content: '\e8c3'
}

.uil-signal-alt-3:before {
	content: '\e8c4'
}

.uil-receipt-alt:before {
	content: '\e8c5'
}

.uil-graph-bar:before {
	content: '\e8c6'
}

.uil-analytics:before {
	content: '\e8c7'
}

.uil-table-tennis:before {
	content: '\e8c8'
}

.uil-bill:before {
	content: '\e8c9'
}

.uil-chart-bar:before {
	content: '\e8ca'
}

.uil-chart-growth:before {
	content: '\e8cb'
}

.uil-chart-growth-alt:before {
	content: '\e8cc'
}

.uil-shop:before {
	content: '\e8cd'
}

.uil-chart-bar-alt:before {
	content: '\e8ce'
}

.uil-dollar-sign:before {
	content: '\e8cf'
}

.uil-chart:before {
	content: '\e8d0'
}

.uil-briefcase:before {
	content: '\e8d1'
}

.uil-bitcoin-circle:before {
	content: '\e8d2'
}

.uil-chart-pie-alt:before {
	content: '\e8d3'
}

.uil-golf-ball:before {
	content: '\e8d4'
}

.uil-calculator-alt:before {
	content: '\e8d5'
}

.uil-coins:before {
	content: '\e8d6'
}

.uil-map-pin-alt:before {
	content: '\e8d7'
}

.uil-lightbulb:before {
	content: '\e8d8'
}

.uil-map-marker-question:before {
	content: '\e8d9'
}

.uil-map-marker-shield:before {
	content: '\e8da'
}

.uil-schedule:before {
	content: '\e8db'
}

.uil-calendar-alt:before {
	content: '\e8dc'
}

.uil-crosshairs:before {
	content: '\e8dd'
}

.uil-puzzle-piece:before {
	content: '\e8de'
}

.uil-gold:before {
	content: '\e8df'
}

.uil-compass:before {
	content: '\e8e0'
}

.uil-map:before {
	content: '\e8e1'
}

.uil-location-point:before {
	content: '\e8e2'
}

.uil-map-marker-info:before {
	content: '\e8e3'
}

.uil-map-marker-edit:before {
	content: '\e8e4'
}

.uil-map-marker-plus:before {
	content: '\e8e5'
}

.uil-map-pin:before {
	content: '\e8e6'
}

.uil-navigator:before {
	content: '\e8e7'
}

.uil-location-pin-alt:before {
	content: '\e8e8'
}

.uil-map-marker-minus:before {
	content: '\e8e9'
}

.uil-map-marker-alt:before {
	content: '\e8ea'
}

.uil-sign-left:before {
	content: '\e8eb'
}

.uil-map-marker:before {
	content: '\e8ec'
}

.uil-sign-right:before {
	content: '\e8ed'
}

.uil-directions:before {
	content: '\e8ee'
}

.uil-location-arrow:before {
	content: '\e8ef'
}

.uil-dna:before {
	content: '\e8f0'
}

.uil-sign-alt:before {
	content: '\e8f1'
}

.uil-presentation-lines-alt:before {
	content: '\e8f2'
}

.uil-atom:before {
	content: '\e8f3'
}

.uil-flask:before {
	content: '\e8f4'
}

.uil-diary:before {
	content: '\e8f5'
}

.uil-presentation-times:before {
	content: '\e8f6'
}

.uil-diary-alt:before {
	content: '\e8f7'
}

.uil-presentation-plus:before {
	content: '\e8f8'
}

.uil-presentation-minus:before {
	content: '\e8f9'
}

.uil-presentation-edit:before {
	content: '\e8fa'
}

.uil-backpack:before {
	content: '\e8fb'
}

.uil-notes:before {
	content: '\e8fc'
}

.uil-location-arrow-alt:before {
	content: '\e8fd'
}

.uil-book-alt:before {
	content: '\e8fe'
}

.uil-book:before {
	content: '\e8ff'
}

.uil-medal:before {
	content: '\e900'
}

.uil-award:before {
	content: '\e901'
}

.uil-flask-potion:before {
	content: '\e902'
}

.uil-bell-school:before {
	content: '\e903'
}

.uil-podium:before {
	content: '\e904'
}

.uil-graduation-cap:before {
	content: '\e905'
}

.uil-medical-square:before {
	content: '\e906'
}

.uil-ambulance:before {
	content: '\e907'
}

.uil-medical-square-full:before {
	content: '\e908'
}

.uil-cell:before {
	content: '\e909'
}

.uil-band-aid:before {
	content: '\e90a'
}

.uil-lightbulb-alt:before {
	content: '\e90b'
}

.uil-wheelchair-alt:before {
	content: '\e90c'
}

.uil-thermometer:before {
	content: '\e90d'
}

.uil-abacus:before {
	content: '\e90e'
}

.uil-syringe:before {
	content: '\e90f'
}

.uil-tablets:before {
	content: '\e910'
}

.uil-capsule:before {
	content: '\e911'
}

.uil-stretcher:before {
	content: '\e912'
}

.uil-presentation-check:before {
	content: '\e913'
}

.uil-medkit:before {
	content: '\e914'
}

.uil-meeting-board:before {
	content: '\e915'
}

.uil-monitor-heart-rate:before {
	content: '\e916'
}

.uil-file-medical-alt:before {
	content: '\e917'
}

.uil-heartbeat:before {
	content: '\e918'
}

.uil-prescription-bottle:before {
	content: '\e919'
}

.uil-clock-two:before {
	content: '\e91a'
}

.uil-medical-drip:before {
	content: '\e91b'
}

.uil-book-medical:before {
	content: '\e91c'
}

.uil-watch-alt:before {
	content: '\e91d'
}

.uil-stopwatch:before {
	content: '\e91e'
}

.uil-watch:before {
	content: '\e91f'
}

.uil-clock:before {
	content: '\e920'
}

.uil-clock-seven:before {
	content: '\e921'
}

.uil-clock-three:before {
	content: '\e922'
}

.uil-clock-nine:before {
	content: '\e923'
}

.uil-clock-ten:before {
	content: '\e924'
}

.uil-files-landscapes:before {
	content: '\e925'
}

.uil-clock-five:before {
	content: '\e926'
}

.uil-brain:before {
	content: '\e927'
}

.uil-file-plus-alt:before {
	content: '\e928'
}

.uil-file-network:before {
	content: '\e929'
}

.uil-file-contract-dollar:before {
	content: '\e92a'
}

.uil-file-upload-alt:before {
	content: '\e92b'
}

.uil-clock-eight:before {
	content: '\e92c'
}

.uil-clipboard-alt:before {
	content: '\e92d'
}

.uil-books:before {
	content: '\e92e'
}

.uil-file-search-alt:before {
	content: '\e92f'
}

.uil-file-upload:before {
	content: '\e930'
}

.uil-file-share-alt:before {
	content: '\e931'
}

.uil-file-minus-alt:before {
	content: '\e932'
}

.uil-folder-minus:before {
	content: '\e933'
}

.uil-file-shield-alt:before {
	content: '\e934'
}

.uil-file-minus:before {
	content: '\e935'
}

.uil-folder-medical:before {
	content: '\e936'
}

.uil-file-redo-alt:before {
	content: '\e937'
}

.uil-file-lock-alt:before {
	content: '\e938'
}

.uil-folder-lock:before {
	content: '\e939'
}

.uil-heart-medical:before {
	content: '\e93a'
}

.uil-file-question-alt:before {
	content: '\e93b'
}

.uil-files-landscapes-alt:before {
	content: '\e93c'
}

.uil-file-medical:before {
	content: '\e93d'
}

.uil-file-landscape:before {
	content: '\e93e'
}

.uil-file-question:before {
	content: '\e93f'
}

.uil-folder-question:before {
	content: '\e940'
}

.uil-file-landscape-alt:before {
	content: '\e941'
}

.uil-folder:before {
	content: '\e942'
}

.uil-file-edit-alt:before {
	content: '\e943'
}

.uil-folder-heart:before {
	content: '\e944'
}

.uil-folder-exclamation:before {
	content: '\e945'
}

.uil-folder-info:before {
	content: '\e946'
}

.uil-file-download-alt:before {
	content: '\e947'
}

.uil-file-download:before {
	content: '\e948'
}

.uil-file-copy-alt:before {
	content: '\e949'
}

.uil-file-heart:before {
	content: '\e94a'
}

.uil-file-alt:before {
	content: '\e94b'
}

.uil-copy-landscape:before {
	content: '\e94c'
}

.uil-copy-alt:before {
	content: '\e94d'
}

.uil-folder-upload:before {
	content: '\e94e'
}

.uil-file-exclamation-alt:before {
	content: '\e94f'
}

.uil-file-exclamation:before {
	content: '\e950'
}

.uil-copy:before {
	content: '\e951'
}

.uil-file-blank:before {
	content: '\e952'
}

.uil-stopwatch-slash:before {
	content: '\e953'
}

.uil-file:before {
	content: '\e954'
}

.uil-folder-times:before {
	content: '\e955'
}

.uil-document-info:before {
	content: '\e956'
}

.uil-file-times:before {
	content: '\e957'
}

.uil-file-info-alt:before {
	content: '\e958'
}

.uil-clipboard-blank:before {
	content: '\e959'
}

.uil-clipboard-notes:before {
	content: '\e95a'
}

.uil-file-times-alt:before {
	content: '\e95b'
}

.uil-folder-download:before {
	content: '\e95c'
}

.uil-file-bookmark-alt:before {
	content: '\e95d'
}

.uil-file-block-alt:before {
	content: '\e95e'
}

.uil-folder-check:before {
	content: '\e95f'
}

.uil-file-check:before {
	content: '\e960'
}

.uil-folder-plus:before {
	content: '\e961'
}

.uil-clipboard:before {
	content: '\e962'
}

.uil-file-check-alt:before {
	content: '\e963'
}

.uil-print:before {
	content: '\e964'
}

.uil-folder-network:before {
	content: '\e965'
}

.uil-desktop-alt:before {
	content: '\e966'
}

.uil-mouse-alt:before {
	content: '\e967'
}

.uil-tablet:before {
	content: '\e968'
}

.uil-desktop:before {
	content: '\e969'
}

.uil-mobile-android-alt:before {
	content: '\e96a'
}

.uil-search-alt:before {
	content: '\e96b'
}

.uil-volume-up:before {
	content: '\e96c'
}

.uil-mouse:before {
	content: '\e96d'
}

.uil-mouse-alt-2:before {
	content: '\e96e'
}

.uil-mobile-android:before {
	content: '\e96f'
}

.uil-laptop:before {
	content: '\e970'
}

.uil-search-minus:before {
	content: '\e971'
}

.uil-bluetooth-b:before {
	content: '\e972'
}

.uil-video-slash:before {
	content: '\e973'
}

.uil-search-plus:before {
	content: '\e974'
}

.uil-tv-retro:before {
	content: '\e975'
}

.uil-toggle-on:before {
	content: '\e976'
}

.uil-toggle-off:before {
	content: '\e977'
}

.uil-traffic-light:before {
	content: '\e978'
}

.uil-bolt:before {
	content: '\e979'
}

.uil-trash-alt:before {
	content: '\e97a'
}

.uil-star-half-alt:before {
	content: '\e97b'
}

.uil-utensils-alt:before {
	content: '\e97c'
}

.uil-share-alt:before {
	content: '\e97d'
}

.uil-volume-down:before {
	content: '\e97e'
}

.uil-wifi:before {
	content: '\e97f'
}

.uil-cog:before {
	content: '\e980'
}

.uil-bookmark:before {
	content: '\e981'
}

.uil-wallet:before {
	content: '\e982'
}

.uil-minus:before {
	content: '\e983'
}

.uil-rss:before {
	content: '\e984'
}

.uil-sync:before {
	content: '\e985'
}

.uil-redo:before {
	content: '\e986'
}

.uil-bookmark-full:before {
	content: '\e987'
}

.uil-umbrella:before {
	content: '\e988'
}

.uil-trash:before {
	content: '\e989'
}

.uil-wifi-slash:before {
	content: '\e98a'
}

.uil-plus-square:before {
	content: '\e98b'
}

.uil-plus:before {
	content: '\e98c'
}

.uil-signal-alt:before {
	content: '\e98d'
}

.uil-pen:before {
	content: '\e98e'
}

.uil-package:before {
	content: '\e98f'
}

.uil-edit:before {
	content: '\e990'
}

.uil-signal:before {
	content: '\e991'
}

.uil-glass-martini-alt:before {
	content: '\e992'
}

.uil-file-plus:before {
	content: '\e993'
}

.uil-minus-circle:before {
	content: '\e994'
}

.uil-microphone:before {
	content: '\e995'
}

.uil-minus-square:before {
	content: '\e996'
}

.uil-minus-square-full:before {
	content: '\e997'
}

.uil-volume-mute:before {
	content: '\e998'
}

.uil-link-h:before {
	content: '\e999'
}

.uil-search:before {
	content: '\e99a'
}

.uil-ellipsis-v:before {
	content: '\e99b'
}

.uil-ellipsis-h:before {
	content: '\e99c'
}

.uil-link-alt:before {
	content: '\e99d'
}

.uil-calculator:before {
	content: '\e99e'
}

.uil-layer-group:before {
	content: '\e99f'
}

.uil-car:before {
	content: '\e9a0'
}

.uil-thumbs-up:before {
	content: '\e9a1'
}

.uil-link:before {
	content: '\e9a2'
}

.uil-home-alt:before {
	content: '\e9a3'
}

.uil-home:before {
	content: '\e9a4'
}

.uil-keyboard:before {
	content: '\e9a5'
}

.uil-volume-off:before {
	content: '\e9a6'
}

.uil-edit-alt:before {
	content: '\e9a7'
}

.uil-restaurant:before {
	content: '\e9a8'
}

.uil-exclamation-octagon:before {
	content: '\e9a9'
}

.uil-globe:before {
	content: '\e9aa'
}

.uil-favorite:before {
	content: '\e9ab'
}

.uil-question-circle:before {
	content: '\e9ac'
}

.uil-info-circle:before {
	content: '\e9ad'
}

.uil-filter:before {
	content: '\e9ae'
}

.uil-volume:before {
	content: '\e9af'
}

.uil-exclamation-triangle:before {
	content: '\e9b0'
}

.uil-exclamation-circle:before {
	content: '\e9b1'
}

.uil-thumbs-down:before {
	content: '\e9b2'
}

.uil-multiply:before {
	content: '\e9b3'
}

.uil-check-square:before {
	content: '\e9b4'
}

.uil-times-circle:before {
	content: '\e9b5'
}

.uil-box:before {
	content: '\e9b6'
}

.uil-sim-card:before {
	content: '\e9b7'
}

.uil-times:before {
	content: '\e9b8'
}

.uil-times-square:before {
	content: '\e9b9'
}

.uil-link-broken:before {
	content: '\e9ba'
}

.uil-cube:before {
	content: '\e9bb'
}

.uil-bolt-alt:before {
	content: '\e9bc'
}

.uil-calender:before {
	content: '\e9bd'
}

.uil-battery-empty:before {
	content: '\e9be'
}

.uil-at:before {
	content: '\e9bf'
}

.uil-battery-bolt:before {
	content: '\e9c0'
}

.uil-plus-circle:before {
	content: '\e9c1'
}

.uil-check-circle:before {
	content: '\e9c2'
}

.uil-check:before {
	content: '\e9c3'
}

.uil-adjust-half:before {
	content: '\e9c4'
}

.uil-paperclip:before {
	content: '\e9c5'
}

.uil-bullseye:before {
	content: '\e9c6'
}

.uil-brightness:before {
	content: '\e9c7'
}

.uil-adjust-alt:before {
	content: '\e9c8'
}

.uil-adjust-circle:before {
	content: '\e9c9'
}

.uil-brightness-half:before {
	content: '\e9ca'
}

.uil-brightness-empty:before {
	content: '\e9cb'
}

.uil-sun:before {
	content: '\e9cc'
}

.uil-brightness-plus:before {
	content: '\e9cd'
}

.uil-key-skeleton:before {
	content: '\e9ce'
}

.uil-backspace:before {
	content: '\e9cf'
}

.uil-adjust:before {
	content: '\e9d0'
}

.uil-keyboard-hide:before {
	content: '\e9d1'
}

.uil-brightness-minus:before {
	content: '\e9d2'
}

.uil-key-skeleton-alt:before {
	content: '\e9d3'
}

.uil-bus:before {
	content: '\e9d4'
}

.uil-parcel:before {
	content: '\e9d5'
}

.uil-car-sideview:before {
	content: '\e9d6'
}

.uil-car-wash:before {
	content: '\e9d7'
}

.uil-bus-school:before {
	content: '\e9d8'
}

.uil-subway:before {
	content: '\e9d9'
}

.uil-ship:before {
	content: '\e9da'
}

.uil-bus-alt:before {
	content: '\e9db'
}

.uil-subway-alt:before {
	content: '\e9dc'
}

.uil-taxi:before {
	content: '\e9dd'
}

.uil-truck-loading:before {
	content: '\e9de'
}

.uil-dribbble:before {
	content: '\e9df'
}

.uil-dropbox:before {
	content: '\e9e0'
}

.uil-envelope-check:before {
	content: '\e9e1'
}

.uil-envelope-add:before {
	content: '\e9e2'
}

.uil-envelope-exclamation:before {
	content: '\e9e3'
}

.uil-phone-slash:before {
	content: '\e9e4'
}

.uil-outgoing-call:before {
	content: '\e9e5'
}

.uil-envelope:before {
	content: '\e9e6'
}

.uil-phone:before {
	content: '\e9e7'
}

.uil-calling:before {
	content: '\e9e8'
}

.uil-phone-times:before {
	content: '\e9e9'
}

.uil-envelope-search:before {
	content: '\e9ea'
}

.uil-phone-volume:before {
	content: '\e9eb'
}

.uil-envelope-upload:before {
	content: '\e9ec'
}

.uil-forwaded-call:before {
	content: '\e9ed'
}

.uil-envelope-share:before {
	content: '\e9ee'
}

.uil-envelope-upload-alt:before {
	content: '\e9ef'
}

.uil-envelope-minus:before {
	content: '\e9f0'
}

.uil-envelope-receive:before {
	content: '\e9f1'
}

.uil-envelope-redo:before {
	content: '\e9f2'
}

.uil-envelope-download-alt:before {
	content: '\e9f3'
}

.uil-envelope-download:before {
	content: '\e9f4'
}

.uil-brightness-low:before {
	content: '\e9f5'
}

.uil-envelope-shield:before {
	content: '\e9f6'
}

.uil-envelope-open:before {
	content: '\e9f7'
}

.uil-envelope-lock:before {
	content: '\e9f8'
}

.uil-keyboard-show:before {
	content: '\e9f9'
}

.uil-truck:before {
	content: '\e9fa'
}

.uil-envelopes:before {
	content: '\e9fb'
}

.uil-mailbox:before {
	content: '\e9fc'
}

.uil-envelope-heart:before {
	content: '\e9fd'
}

.uil-space-key:before {
	content: '\e9fe'
}

.uil-keyboard-alt:before {
	content: '\e9ff'
}

.uil-envelope-edit:before {
	content: '\ea00'
}

.uil-postcard:before {
	content: '\ea01'
}

.uil-fast-mail-alt:before {
	content: '\ea02'
}

.uil-envelope-question:before {
	content: '\ea03'
}

.uil-fast-mail:before {
	content: '\ea04'
}

.uil-envelope-info:before {
	content: '\ea05'
}

.uil-laptop-cloud:before {
	content: '\ea06'
}

.uil-desktop-cloud-alt:before {
	content: '\ea07'
}

.uil-envelope-star:before {
	content: '\ea08'
}

.uil-envelope-times:before {
	content: '\ea09'
}

.uil-luggage-cart:before {
	content: '\ea0a'
}

.uil-envelope-bookmark:before {
	content: '\ea0b'
}

.uil-missed-call:before {
	content: '\ea0c'
}

.uil-user:before {
	content: '\ea0d'
}

.uil-user-plus:before {
	content: '\ea0e'
}

.uil-envelope-alt:before {
	content: '\ea0f'
}

.uil-user-location:before {
	content: '\ea10'
}

.uil-users-alt:before {
	content: '\ea11'
}

.uil-book-reader:before {
	content: '\ea12'
}

.uil-cloud-bookmark:before {
	content: '\ea13'
}

.uil-phone-alt:before {
	content: '\ea14'
}

.uil-cloud-computing:before {
	content: '\ea15'
}

.uil-cloud-check:before {
	content: '\ea16'
}

.uil-user-minus:before {
	content: '\ea17'
}

.uil-cloud-times:before {
	content: '\ea18'
}

.uil-cloud-block:before {
	content: '\ea19'
}

.uil-columns:before {
	content: '\ea1a'
}

.uil-web-section:before {
	content: '\ea1b'
}

.uil-grid:before {
	content: '\ea1c'
}

.uil-web-grid-alt:before {
	content: '\ea1d'
}

.uil-window-maximize:before {
	content: '\ea1e'
}

.uil-web-section-alt:before {
	content: '\ea1f'
}

.uil-web-grid:before {
	content: '\ea20'
}

.uil-server-connection:before {
	content: '\ea21'
}

.uil-cloud-slash:before {
	content: '\ea22'
}

.uil-cloud-upload:before {
	content: '\ea23'
}

.uil-cloud-exclamation:before {
	content: '\ea24'
}

.uil-database:before {
	content: '\ea25'
}

.uil-server:before {
	content: '\ea26'
}

.uil-cloud-unlock:before {
	content: '\ea27'
}

.uil-cloud-share:before {
	content: '\ea28'
}

.uil-envelope-send:before {
	content: '\ea29'
}

.uil-cloud-shield:before {
	content: '\ea2a'
}

.uil-laptop-connection:before {
	content: '\ea2b'
}

.uil-server-network-alt:before {
	content: '\ea2c'
}

.uil-cloud-redo:before {
	content: '\ea2d'
}

.uil-servers:before {
	content: '\ea2e'
}

.uil-server-network:before {
	content: '\ea2f'
}

.uil-cloud-heart:before {
	content: '\ea30'
}

.uil-database-alt:before {
	content: '\ea31'
}

.uil-cloud-lock:before {
	content: '\ea32'
}

.uil-cloud-info:before {
	content: '\ea33'
}

.uil-phone-pause:before {
	content: '\ea34'
}

.uil-user-square:before {
	content: '\ea35'
}

.uil-user-exclamation:before {
	content: '\ea36'
}

.uil-cloud-download:before {
	content: '\ea37'
}

.uil-user-circle:before {
	content: '\ea38'
}

.uil-cloud-wifi:before {
	content: '\ea39'
}

.uil-data-sharing:before {
	content: '\ea3a'
}

.uil-cloud-data-connection:before {
	content: '\ea3b'
}

.uil-backward:before {
	content: '\ea3c'
}

.uil-camera:before {
	content: '\ea3d'
}

.uil-music-tune-slash:before {
	content: '\ea3e'
}

.uil-user-times:before {
	content: '\ea3f'
}

.uil-scenery:before {
	content: '\ea40'
}

.uil-user-check:before {
	content: '\ea41'
}

.uil-headphones:before {
	content: '\ea42'
}

.uil-step-backward:before {
	content: '\ea43'
}

.uil-image-search:before {
	content: '\ea44'
}

.uil-image-minus:before {
	content: '\ea45'
}

.uil-window-section:before {
	content: '\ea46'
}

.uil-play-circle:before {
	content: '\ea47'
}

.uil-pause-circle:before {
	content: '\ea48'
}

.uil-window-grid:before {
	content: '\ea49'
}

.uil-image-shield:before {
	content: '\ea4a'
}

.uil-window:before {
	content: '\ea4b'
}

.uil-pause:before {
	content: '\ea4c'
}

.uil-server-alt:before {
	content: '\ea4d'
}

.uil-image-question:before {
	content: '\ea4e'
}

.uil-music:before {
	content: '\ea4f'
}

.uil-image-block:before {
	content: '\ea50'
}

.uil-music-note:before {
	content: '\ea51'
}

.uil-step-forward:before {
	content: '\ea52'
}

.uil-image-redo:before {
	content: '\ea53'
}

.uil-image:before {
	content: '\ea54'
}

.uil-picture:before {
	content: '\ea55'
}

.uil-image-download:before {
	content: '\ea56'
}

.uil-image-v:before {
	content: '\ea57'
}
.thead-th{
	    color: #fff;
    background: #cf2030;
}
h4.header-title {
   font-size: 17px;
    line-height: 36px;
    margin: 0px;
    border-left: 5px solid #971919;
    padding-left: 15px;
    background: linear-gradient(to right,rgb(207 32 48) 4%,rgb(207 32 48 / 23%) 100%);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.search {
    position: absolute;
    font-size: 17px;
    cursor: pointer;
    margin-left: 470px;
    margin-top: -30px;
}
@media only screen and (max-width: 600px) {
  .search {
    position: absolute;
    font-size: 17px;
    cursor: pointer;
    margin-left: 255px;
    margin-top: -30px;
}
}
.bg-dark {
    background-color: #cf2030!important;
}
a {
    color: #ffffff;
    text-decoration: none;
}
  .GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #cf2030;
    box-shadow: inset 0px 0px 8px rgb(0 0 0 / 50%), 0px 1px 0px rgb(255 255 255 / 80%);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    border: 1px solid #360207;
}
        /* Close Button */

[class*='close-'] {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
}

.close-classic:after {
  content: 'X'; 
}

.close-thin:after {
  content: '×';
}

.close-thik:after {
  content: '✖'; 
}

.dialog {

  border-radius: 5px;
  float: left;
  height: 200px;
  margin: 20px;
  position: relative;
}



