
.anchor {
	position: absolute;
	transform: translateY(-50vh);
}

/* animation mixins */
@keyframes dropdownAnimation {
	from {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
		transform: translate3d(0, 0px, 0);
	}
}

.dropdownAnimation, .navbar .navbar-menu-wrapper .dropdown-menu {
	animation-name: dropdownAnimation;
	-webkit-animation-duration: 0.25s;
	-moz-animation-duration: 0.25s;
	-ms-animation-duration: 0.25s;
	-o-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.alert {
	border-radius: 1rem;
}

.fadeOut {
	animation-name: fadeOut;
}

.infinite-spin {
	animation-name: spin;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

/* core styles */
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	min-width: 340px;
}

.form-control,
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.form-control {
	box-shadow: none;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
	text-shadow: none;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
	outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
	outline-width: 0;
	outline-color: transparent;
	box-shadow: none;
	outline-style: none;
}

textarea {
	resize: none;
	overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
	outline: 0;
	outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
	outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
	outline: 0 !important;
}

a:focus,
input:focus {
	border-color: transparent;
	outline: none;
}

/* fonts */
@font-face {
	font-family: 'pt-sans-regular';
	src: url("../fonts/PT_Sans/PTSans-Regular.eot");
	src: url("../fonts/PT_Sans/PTSans-Regular.woff2") format("woff2"), url("../fonts/PT_Sans/PTSans-Regular.woff") format("woff"), url("../fonts/PT_Sans/PTSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: 'pt-sans-bold';
	src: url("../fonts/PT_Sans/PTSans-Bold.eot");
	src: url("../fonts/PT_Sans/PTSans-Bold.woff2") format("woff2"), url("../fonts/PT_Sans/PTSans-Bold.woff") format("woff"), url("../fonts/PT_Sans/PTSans-Bold.ttf") format("truetype");
}

/* backgrounds  */

.bg-pastel-orange {
	background-color: #f39f86 !important;
	background-image: linear-gradient(315deg, #f39f86 0%, #f9d976 74%) !important;
}

.bg-pastel-blue {
	background-color: #b1bfd8 !important;
	background-image: linear-gradient(315deg, #b1bfd8 0%, #6782b4 74%) !important;
}

.bg-pastel-green {
	background-color: #63d471 !important;
	background-image: linear-gradient(315deg, #63d471 0%, #233329 74%) !important;
}

.bg-pastel-red {
	background-color: #fc9842 !important;
	background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%) !important;
}

.bg-pastel-lilac {
	background-color: #f3e6e8 !important;
	background-image: linear-gradient(315deg, #f3e6e8 0%, #d5d0e5 74%) !important;
}

.bg-gradient-primary {
	background: linear-gradient(to left, rgba(172, 50, 228, 0.9), rgba(121, 24, 242, 0.9) 49%, rgba(72, 1, 255, 0.9));
}

.bg-gradient-secondary {
	background: linear-gradient(to left, rgba(255, 5, 124, 0.9), rgba(141, 11, 147, 0.9) 49%, rgba(50, 21, 117, 0.9));
}

.bg-gradient-success {
	background: linear-gradient(to right, rgba(80, 204, 127, 0.9), rgba(245, 209, 0, 0.9));
	color: #000;
}

.bg-gradient-info {
	/*background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));*/
	background: linear-gradient(to right, rgba(134, 153, 208, 0.9), rgba(28, 79, 230, 0.9));
}

.bg-gradient-warning {
	/*background: linear-gradient(to right, rgba(255, 88, 88, 0.9), rgba(240, 152, 25, 0.9));*/
	background: linear-gradient(to right, rgba(255, 88, 88, 0.9), rgba(230, 188, 128, 0.9));
	color: #000;
}

.bg-gradient-danger {
	background: linear-gradient(to right, rgba(240, 147, 251, 0.9), rgba(245, 87, 108, 0.9));
}

/*.sidebar-gradient-dark, .sidebar {
	background: #2d3146;
	background: -moz-linear-gradient(top, #2d3146 0%, #3f51b5 20%, #4f1051 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d3146), color-stop(20%, #3f51b5), color-stop(100%, #4f1051));
	background: -webkit-linear-gradient(top, #2d3146 0%, #3f51b5 20%, #4f1051 100%);
	background: -o-linear-gradient(top, #2d3146 0%, #3f51b5 20%, #4f1051 100%);
	background: -ms-linear-gradient(top, #2d3146 0%, #3f51b5 20%, #4f1051 100%);
	background: linear-gradient(to bottom, #2d3146 0%, #3f51b5 20%, #4f1051 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3146', endColorstr='#4f1051', GradientType=0 );
	color: #ffffff;
}*/

.sidebar-gradient-dark, .sidebar {
	background: #2d3146;
	background: -moz-linear-gradient(top, #2d3146 0%, #2f4c39 50%, #000000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d3146), color-stop(50%, #2f4c39), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #2d3146 0%, #2f4c39 50%, #000000 100%);
	background: -o-linear-gradient(top, #2d3146 0%, #2f4c39 50%, #000000 100%);
	background: -ms-linear-gradient(top, #2d3146 0%, #2f4c39 50%, #000000 100%);
	background: linear-gradient(to bottom, #2d3146 0%, #2f4c39 50%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3146', endColorstr='#000000', GradientType=0 );
	color: #ffffff;
}

/* sidebar */
.sidebar {
	font-family: "pt-sans-regular", sans-serif;
	/*min-height: 100%;*/
	padding: 0;
	position: absolute;
	width: 287px;
	z-index: 11;
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease;
}

.sidebar .nav {
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-bottom: 60px;
	margin-top: 16px;
}

.sidebar .nav .nav-item {
	padding: 0 25px 0 25px;
	-webkit-transition-duration: 0.45s;
	-moz-transition-duration: 0.45s;
	-o-transition-duration: 0.45s;
	transition-duration: 0.45s;
	transition-property: background;
	-webkit-transition-property: background;
}

.sidebar .nav .nav-item .collapse {
	z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	/*-webkit-justify-content: flex-end;
	justify-content: flex-end;*/
	white-space: nowrap;
	height: 32px;
	padding: 15px 0 15px 0;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition-duration: 0.45s;
	-moz-transition-duration: 0.45s;
	-o-transition-duration: 0.45s;
	transition-duration: 0.45s;
	transition-property: color;
	-webkit-transition-property: color;
}

.sidebar .nav .nav-item .nav-link i {
	color: inherit;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 0.8125rem;
}

.sidebar .nav .nav-item .nav-link i.menu-icon:before {
	vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
	font: normal normal normal 24px/1 "Material Design Icons";
	line-height: 1;
	font-size: 0.9375rem;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
	content: "\f141";
	font-size: inherit;
	color: inherit;
}

.sidebar .nav .nav-item .nav-link .menu-title {
	color: inherit;
	display: inline-block;
	font-size: 0.865rem;
	line-height: 1;
	vertical-align: middle;
	margin-right: auto;
}

.sidebar .nav .nav-item .nav-link .menu-sub-title {
	font-size: 10px;
	margin-right: auto;
}

.sidebar .nav .nav-item .nav-link .badge {
	margin-left: auto;
}

.sidebar .nav .nav-item .nav-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .menu-arrow:before {
	content: "\f140";
}

.sidebar .nav .nav-item.active {
	background: rgba(255, 255, 255, 0.1);
}

.sidebar .nav .nav-item.active > .nav-link {
	color: #ffffff;
	border-bottom: none;
}

.sidebar .nav .nav-item.active > .nav-link .menu-title,
					.sidebar .nav .nav-item.active > .nav-link i {
	color: inherit;
}

.sidebar .nav .nav-item.active .sub-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar .nav .nav-item:hover {
	background: rgba(255, 255, 255, 0.1);
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.nav-profile) > .nav-link {
	color: #ffffff;
}

.sidebar .nav.sub-menu {
	margin-bottom: 20px;
	padding-top: 12px;
	margin-top: 0;
	list-style: none;
}

.sidebar .nav.sub-menu .nav-item {
	margin-right: auto;
	padding: 0;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.5);
	padding: 2px 30px 2px 30px;
	position: relative;
	font-size: 0.865rem;
	line-height: 1;
	height: auto;
	border-bottom: none;
	display: inline-block;
}

.sidebar .nav.sub-menu .nav-item .nav-link:before {
	content: "\F40A";
	font-family: "Material Design Icons";
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
	color: #ffffff;
	background: transparent;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
	color: #ffffff;
}

.sidebar .nav.sub-menu .nav-item:hover {
	background: transparent;
}

.sidebar .sidebar-progress {
	padding: 0 25px 0 25px;
	margin-bottom: 12px;
}

.sidebar .sidebar-progress p {
	font-family: "pt-sans-bold", sans-serif;
	font-size: 0.9rem;
	margin-bottom: 2px;
}
/*
.sidebar .sidebar-progress p:last-child {
	font-family: "pt-sans-regular", sans-serif;
	font-size: 0.865rem;
}
*/
.sidebar .sidebar-progress .progress {
	/*max-width: 160px;*/
	font-size: 0.865rem;
}

.sidebar .sidebar-information {
	padding: 0 25px 0 25px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.sidebar .sidebar-information p {
	font-family: "pt-sans-bold", sans-serif;
	font-size: 0.9rem;
	margin-bottom: 2px;
}

.sidebar .sidebar-information span {
	font-family: "pt-sans-regular", sans-serif;
	font-size: 0.865rem;
}

.sidebar-light {
	background: #ffffff;
}

.sidebar-light .sidebar {
	background: #ffffff;
}

.sidebar-light .sidebar .nav .nav-item .nav-link {
	color: rgba(121, 24, 242, 0.9);
}

.sidebar-light .sidebar .nav .nav-item .nav-link .menu-title,
			.sidebar-light .sidebar .nav .nav-item .nav-link i {
	color: inherit;
}

.sidebar-light .sidebar .nav .nav-item.active {
	background: rgba(121, 24, 242, 0.9);
}

.sidebar-light .sidebar .nav .nav-item.active > .nav-link {
	color: #ffffff;
}

.sidebar-light .sidebar .nav .nav-item.active > .nav-link .menu-title,
				.sidebar-light .sidebar .nav .nav-item.active > .nav-link i {
	color: inherit;
}

.sidebar-light .sidebar .nav .nav-item.active .sub-menu .nav-item .nav-link {
	color: #ffffff;
}

.sidebar-light .sidebar .nav .nav-item:hover {
	background: rgba(108, 13, 228, 0.9);
}

.sidebar-light .sidebar .nav .nav-item:hover .sub-menu .nav-item .nav-link {
	color: #ffffff;
}

.sidebar-light .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.sidebar-light .sidebar .nav .nav-item.hover-open:hover {
	background: rgba(108, 13, 228, 0.9);
}

.sidebar-light .sidebar .nav .nav-item.hover-open:hover .sub-menu .nav-item .nav-link {
	color: #888;
}

.sidebar-light .sidebar .nav.sub-menu .nav-item .nav-link {
	color: #888;
}

.sidebar-light .sidebar .nav.sub-menu .nav-item .nav-link.active {
	color: #888;
}

.sidebar-light .sidebar .nav.sub-menu .nav-item:hover {
	background: transparent;
}

.sidebar-light .sidebar .sidebar-progress p {
	color: #888;
}

/* style for off-canvas menu */
@media screen and (max-width: 991px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}

	.row-offcanvas.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas.row-offcanvas-right .sidebar-offcanvas {
		right: -100%;
	}

	.row-offcanvas.row-offcanvas-right.active {
		right: 50%;
	}

	.row-offcanvas.row-offcanvas-right.active .sidebar-offcanvas {
		right: -50%;
	}

	.row-offcanvas.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas.row-offcanvas-left .sidebar-offcanvas {
		left: -100%;
	}

	.row-offcanvas.row-offcanvas-left.active {
		left: 50%;
	}

	.row-offcanvas.row-offcanvas-left.active .sidebar-offcanvas {
		left: -50%;
	}

	.row-offcanvas .sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%;
	}

	.row-offcanvas .sidebar-offcanvas .nav {
		/*display: block;*/
	}
}

@media screen and (max-width: 580px) {
	.row-offcanvas.row-offcanvas-right.active {
		right: 80%;
	}

	.row-offcanvas.row-offcanvas-right.active .sidebar-offcanvas {
		right: -75%;
	}

	.row-offcanvas .sidebar-offcanvas {
		width: 75%;
	}
}

@media screen and (max-width: 350px) {
	.row-offcanvas.row-offcanvas-right.active {
		right: 100%;
	}

	.row-offcanvas.row-offcanvas-right.active .sidebar-offcanvas {
		right: -91%;
	}

	.row-offcanvas .sidebar-offcanvas {
		width: 91%;
	}
}

/* navigation bar */
.navbar {
	font-family: "pt-sans-regular", sans-serif;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 74px -21px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 74px -21px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 74px -21px rgba(0, 0, 0, 0.15);
	transition: background 0.25s ease;
	-webkit-transition: background 0.25s ease;
	-moz-transition: background 0.25s ease;
	-ms-transition: background 0.25s ease;
}

.navbar .navbar-brand-wrapper {
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease;
	background: #ffffff;
	width: 287px;
	height: 59px;
}

.sidebar-light .navbar .navbar-brand-wrapper {
	background: #ffffff;
}

.navbar .navbar-brand-wrapper .navbar-brand {
	color: #27367f;
	font-size: 1.5rem;
	line-height: 48px;
	margin-right: 0;
	padding: .25rem 0;
	width: 100%;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.navbar .navbar-brand-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand:hover {
	color: #1b2658;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
	width: calc(287px - 120px);
	max-width: 100%;
	height: 28px;
	margin: auto auto auto 25px;
	vertical-align: middle;
}

.navbar .navbar-brand-wrapper .brand-logo-mini {
	display: none;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
	width: calc(70px - 50px);
	max-width: 100%;
	height: 28px;
	margin: auto;
}

.navbar .navbar-menu-wrapper {
	transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-ms-transition: width 0.25s ease;
	color: #202339;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 287px);
	height: 59px;
}

@media (max-width: 991px) {
	.navbar .navbar-menu-wrapper {
		width: auto;
	}
}

.navbar .navbar-menu-wrapper .navbar-toggler {
	border: 0;
	color: inherit;
	height: 59px;
	border-radius: 0px;
	padding-left: 5px;
	padding-right: 20px;
}

@media (max-width: 991px) {
	.navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
		display: none;
	}
}

@media (max-width: 991px) {
	.navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
		padding-left: 15px;
		padding-right: 11px;
		border-right: none;
	}
}

.navbar .navbar-menu-wrapper .search-field {
	background: #f3f3f3;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar .navbar-menu-wrapper .search-field input {
	font-size: 0.865rem;
}

.navbar .navbar-menu-wrapper .search-field input:-ms-input-placeholder {
	font-size: inherit;
}

.navbar .navbar-menu-wrapper .search-field input:-moz-placeholder {
	font-size: inherit;
}

.navbar .navbar-menu-wrapper .search-field input::-moz-placeholder {
	font-size: inherit;
}

.navbar .navbar-menu-wrapper .search-field input::-webkit-input-placeholder {
	font-size: inherit;
}

.navbar .navbar-menu-wrapper .search-field .dropdown-toggle {
	color: #d1d5d6;
}

.navbar .navbar-menu-wrapper .search-field .dropdown-toggle i {
	margin-right: 0;
	font-size: 17px;
}

.navbar .navbar-menu-wrapper .search-field .search-button {
	position: relative;
	padding-left: 23px;
}

.navbar .navbar-menu-wrapper .search-field .search-button:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 15px;
	width: 1px;
	background: #d1d5d6;
}

.navbar .navbar-menu-wrapper .search-field .search-button i {
	font-size: 17px;
	margin-right: 0;
}

.rtl .navbar .navbar-menu-wrapper .search-field .search-button {
	padding-left: 10px;
	padding-right: 23px;
}

.rtl .navbar .navbar-menu-wrapper .search-field .search-button:before {
	left: unset;
	right: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav {
	flex-direction: row;
	align-items: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
	border-right: 1px solid #e6ecf5;
}

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

.navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
	border-right: none;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
	color: inherit;
	font-size: 0.9375rem;
	margin-left: 1rem;
	margin-right: 1rem;
	height: 59px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 767px) {
	.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
		margin-left: .8rem;
		margin-right: .8rem;
	}
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
	font-size: 1.25rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link.nav-profile img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 1rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
	position: relative;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
	position: absolute;
	top: 25%;
	right: 0;
	width: 5px;
	height: 5px;
	background-image: linear-gradient(300deg, #ff5858, #f09819);
	border-radius: 100%;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
	display: none;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
	font-size: 0.9rem;
	margin-top: 0;
	position: absolute;
	/*top: 48px;*/
	right: 0;
	left: auto;
	padding: 0;
}

@media (max-width: 991px) {
	.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .preview-list {
		right: -85px;
	}
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
	/*border-bottom: 1px solid white;*/
	margin-bottom: 0;
	padding: 4px 14px;
	white-space: normal;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .preview-item {
	padding: 11px 13px;
	padding-left: 10px;
	min-width: 250px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
	font-size: 17px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .ellipsis {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item i {
	margin-left: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
	margin: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
	padding-left: 20px;
	padding-right: 5px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 992px) {
	.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
		margin-left: auto;
	}

	.rtl .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
		margin-left: 0;
		margin-right: auto;
	}
}

.navbar .navbar-menu-wrapper .dropdown-menu {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	.navbar {
		flex-direction: row;
	}

	.navbar .navbar-brand-wrapper {
		width: 75px;
	}

	.navbar .navbar-brand-wrapper .brand-logo {
		display: none;
	}

	.navbar .navbar-brand-wrapper .brand-logo-mini {
		display: inline-block;
	}

	.navbar-collapse {
		display: flex;
		margin-top: 0.5rem;
	}
}

@media (max-width: 480px) {
	.navbar .navbar-brand-wrapper {
		width: 55px;
		border-right: none !important;
	}

	.navbar .navbar-brand-wrapper .brand-logo-mini {
		padding-top: 0px;
	}
}

/* typography */
body {
	font-size: 1rem;
	font-family: "pt-sans-regular", sans-serif;
	font-weight: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "pt-sans-bold", sans-serif;
	margin-bottom: 1rem;
}

p {
	font-size: 0.865rem;
}

h1,
.h1 {
	font-size: 2.19rem;
}

h2,
.h2 {
	font-size: 1.88rem;
}

h3,
.h3 {
	font-size: 1.56rem;
}

h4,
.h4 {
	font-size: 1.13rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: .9375rem;
}

p {
	font-size: .88rem;
}

.display-1 {
	font-size: 3.75rem;
}

@media (max-width: 991px) {
	.display-1 {
		font-size: 3rem;
	}
}

.display-2 {
	font-size: 3.125rem;
}

@media (max-width: 991px) {
	.display-2 {
		font-size: 2.5rem;
	}
}

.display-3 {
	font-size: 2.5rem;
}

@media (max-width: 991px) {
	.display-3 {
		font-size: 2rem;
	}
}

.display-4 {
	font-size: 1.875rem;
}

@media (max-width: 991px) {
	.display-4 {
		font-size: 1.5rem;
	}
}

.display-5 {
	font-size: 1.25rem;
}

@media (max-width: 991px) {
	.display-5 {
		font-size: 1rem;
	}
}

.blockquote {
	padding: 1.25rem;
	border: 1px solid #e6ecf5;
}

address p {
	margin-bottom: 0;
}

.blockquote-primary {
	border-color: #00bbd9;
}

.blockquote-primary .blockquote-footer {
	color: #00bbd9;
}

.blockquote-secondary {
	border-color: #e4eaec;
}

.blockquote-secondary .blockquote-footer {
	color: #e4eaec;
}

.blockquote-success {
	border-color: #2ecc71;
}

.blockquote-success .blockquote-footer {
	color: #2ecc71;
}

.blockquote-info {
	border-color: #1976d2;
}

.blockquote-info .blockquote-footer {
	color: #1976d2;
}

.blockquote-warning {
	border-color: #ffb136;
}

.blockquote-warning .blockquote-footer {
	color: #ffb136;
}

.blockquote-danger {
	border-color: #e74a25;
}

.blockquote-danger .blockquote-footer {
	color: #e74a25;
}

.blockquote-light {
	border-color: #ffffff;
}

.blockquote-light .blockquote-footer {
	color: #ffffff;
}

.blockquote-dark {
	border-color: #3a3f51;
}

.blockquote-dark .blockquote-footer {
	color: #3a3f51;
}

.error-page h1 {
	font-size: 12rem;
}

@media (max-width: 991px) {
	.error-page h1 {
		font-size: 8rem;
	}
}

.page-title {
	color: #000;
	margin: 0.38rem 0 0.75rem 0;
}

.card-title {
	color: #000000;
	/*margin-bottom: 1.125rem;*/
	text-transform: capitalize;
	padding-top: 1rem;
}

.card-subtitle {
	font-family: "pt-sans-regular", sans-serif;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.card-description {
	margin-bottom: .9375rem;
	font-family: "pt-sans-regular", sans-serif;
}

.font-weight-normal {
	font-family: "pt-sans-regular", sans-serif !important;
}

.bold-text {
	font-family: "pt-sans-bold", sans-serif !important;
}

.text-small {
	font-size: 0.865rem;
}

.icon-lg {
	font-size: 3.438rem;
}

.icon-md {
	font-size: 1.875rem;
}

.icon-sm {
	font-size: 1rem;
}

.custom-select option:disabled {
	color: #acadae;
}

/* miscellaneous */
body {
	/*background: #760279;*/
	/*background: #4f1051;*/
	background: #000000;
}

body,
html {
	overflow-x: hidden;
	padding-right: 0 !important;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
	overflow: auto !important;
}

.content-wrapper {
	background: #f3f3f3;
	margin-left: 287px;
	min-height: 100vh;
	padding: 1.5rem 1.7rem;
	transition: width 0.25s ease, margin 0.25s ease;
	width: calc(100% - 287px);
}

@media (max-width: 991px) {
	.content-wrapper {
		margin-left: 0;
		width: 100%;
	}
}

.content-wrapper.full-page-wrapper {
	margin-left: 0;
	width: 100%;
	height: 100%;
}

.container-scroller {
	overflow: hidden;
}

pre {
	background: #e8eff4;
	padding: 15px;
	font-size: 14px;
	border-radius: 1rem !important;
}

/* footer */
.footer {
	background: #F6F8FA;
	margin-left: 287px;
	padding: 20px 1rem;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	width: calc(100% - 287px);
	border-top: 1px solid #e6ecf5;
	font-size: calc(0.875rem - 0.05rem);
	font-family: "pt-sans-regular", sans-serif;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.footer a {
	color: #3f51b5;
	font-size: inherit;
}

@media (max-width: 991px) {
	.footer {
		margin-left: 0;
		width: 100%;
	}
}

/* layouts */
.navbar.fixed-top + .page-body-wrapper {
	padding-top: 59px;
}

/* utilities */
/*.grid-margin {
	margin-bottom: 1.875rem;
}*/

@media (min-width: 576px) {
	.grid-margin-sm-0 {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.grid-margin-md-0 {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.grid-margin-lg-0 {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.grid-margin-xl-0 {
		margin-bottom: 0;
	}
}

.img-lg {
	width: 92px;
	height: 92px;
}

.img-sm {
	width: 43px;
	height: 43px;
}

.img-xs {
	width: 37px;
	height: 37px;
}

.img-ss {
	width: 26px;
	height: 26px;
}

.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
}

.stretch-card > .card {
	width: 100%;
	min-width: 100%;
}

.border-top {
	border-top: 1px solid #e6ecf5;
}

.border-bottom {
	border-bottom: 1px solid #e6ecf5;
}

.border-right, .navbar .navbar-brand-wrapper {
	border-right: 1px solid #e6ecf5;
}

.border-left {
	border-left: 1px solid #e6ecf5;
}

@media (min-width: 576px) {
	.border-right-sm {
		border-right: 1px solid #e6ecf5;
	}
}

@media (min-width: 768px) {
	.border-right-md {
		border-right: 1px solid #e6ecf5;
	}
}

@media (min-width: 992px) {
	.border-right-lg {
		border-right: 1px solid #e6ecf5;
	}
}

@media (min-width: 576px) {
	.border-left-sm {
		border-left: 1px solid #e6ecf5;
	}
}

@media (min-width: 768px) {
	.border-left-md {
		border-left: 1px solid #e6ecf5;
	}
}

@media (min-width: 992px) {
	.border-left-lg {
		border-left: 1px solid #e6ecf5;
	}
}

.text-gray, .card-subtitle {
	color: #8c8c8c;
}

.text-black {
	color: #000;
}

.flex-grow {
	flex-grow: 1;
}

/* demo */
.template-demo > .btn-group .btn {
	margin: 0 !important;
}

.template-demo .progress {
	margin-top: 1.5rem;
}

.template-demo > h1,
.template-demo > h2,
.template-demo > h3,
.template-demo > h4,
.template-demo > h5,
.template-demo > h6 {
	border-top: 1px solid #e6ecf5;
	padding: .5rem 0 0;
}

.template-demo .ul-slider.noUi-horizontal {
	margin-top: 2rem;
}

.template-demo .ul-slider.noUi-vertical {
	margin-right: 2rem;
}

.template-demo .dropdown {
	display: inline-block;
	margin-bottom: .5rem;
}

.template-demo nav .breadcrumb {
	margin-bottom: 1.375rem;
}

.template-demo nav:last-child .breadcrumb {
	margin-bottom: 0;
}

.template-demo .editable-form > .form-group {
	border-bottom: 1px solid #e6ecf5;
	padding-bottom: .8rem;
	margin-bottom: .8rem;
}

.template-demo .circle-progress {
	padding: 15px;
}

.demo-modal {
	position: static;
	display: block;
}

.demo-modal .modal-dialog {
	margin-top: 0px !important;
}

.demo-modal .modal-dialog.modal-lg {
	max-width: 100%;
}

.loader-demo-box {
	width: 100%;
	height: 200px;
}

/* authentication */
.auth-pages {
	background: url("../images/login_bg.jpg") no-repeat center center;
	background-size: cover;
}

.auth-pages .forgot-pass {
	font-size: 0.865rem;
	text-align: right;
}

.auth-pages button {
	font-size: 0.865rem;
}

.auth-pages button.enter-btn {
	height: 45px;
	margin-bottom: 28px;
}

.auth-pages .sign-up {
	font-size: 0.865rem;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
}

.auth-pages .sign-up a {
	color: #00bbd9;
}

.auth-pages .terms {
	font-size: 0.865rem;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 0;
}

.auth-pages .terms a {
	color: inherit;
	text-decoration: underline;
}

.auth-pages.login-2, .auth-pages.option-2 {
	padding: 0;
	height: 100%;
	min-height: 100vh;
	width: 100%;
}

.auth-pages.login-2 .card, .auth-pages.option-2 .card {
	min-height: 100vh;
}

.auth-pages.login-2.option-2, .auth-pages.option-2.option-2 {
	background-image: url("../images/samples/Login_bg2.jpg");
	background-size: cover;
}

.auth-pages.login-2.login-2, .auth-pages.option-2.login-2 {
	background-image: url("../images/samples/Login_bg.jpg");
	background-size: cover;
	background-position: right bottom;
}

/* buttons */
.btn {
	font-size: 0.865rem;
	/*line-height: 1;*/
	font-family: "pt-sans-regular", sans-serif;
}

.btn i {
	margin-right: .3125rem;
}

.btn.disabled, .btn:disabled {
    opacity: .40;
}

.btn .btn-label:before {
	font-size: 1rem;
	line-height: 5px;
	vertical-align: middle;
}

.btn .btn-label.btn-label-left {
	margin-right: 5px;
}

.btn .btn-label.btn-label-right {
	margin-left: 5px;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.btn.btn-fw {
	min-width: 120px;
}

.btn.icon-btn i {
	margin-right: 0;
}

.btn.social-btn {
	padding: 18px;
}

.btn.social-btn i {
	margin-right: 0;
	font-size: 1rem;
}

.btn.btn-sm, .btn-group-sm > .btn {
	font-size: 0.865rem;
}

.btn.btn-lg, .btn-group-lg > .btn {
	font-size: 0.865rem;
}

.btn.btn-xs {
	padding: 0.3rem 0.55rem;
	font-size: 0.675rem;
}

.btn.btn-warning {
	/*color: #ffffff;*/
}

.btn.btn-info {
	color: #ffffff;
}

.btn.btn-light {
	color: #000;
	border-color: #d9d9d9;
}

.btn.btn-outline-light {
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	border-color: #ffffff;
}

.btn.btn-outline-light:hover {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn.btn-outline-light:focus, .btn.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-light.disabled, .btn.btn-outline-light:disabled {
	color: #ffffff;
	background-color: transparent;
}

.btn.btn-outline-light:not([disabled]):not(.disabled):active, .btn.btn-outline-light:not([disabled]):not(.disabled).active,
		.show > .btn.btn-outline-light.dropdown-toggle {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.4);
	color: #434a54;
	border-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-outline-secondary {
	color: rgba(0, 0, 0, 0.5);
}

.btn.btn-inverse-secondary {
	background-color: rgba(228, 234, 236, 0.5);
	color: rgba(0, 0, 0, 0.5);
}

.btn.btn-inverse-secondary:hover {
	color: rgba(0, 0, 0, 0.5);
}

.btn.btn-inverse-light {
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.5);
	border-color: #d9d9d9;
}

.btn.btn-inverse-light:hover {
	color: rgba(0, 0, 0, 0.5);
	border-color: #d9d9d9;
}

.btn-group {
	border: 1px solid #e6ecf5;
	border-radius: 0.1875rem;
	width: 100%;
}

.btn-group .btn {
	/*border-top: none;
	border-bottom: none;
	border-left: none;*/
}

.btn-group .btn:last-child {
	/*border-right: none;*/
}

.btn-group .btn.btn-primary {
	border-color: #00aeca;
}

.btn-group .btn.btn-secondary {
	border-color: #dbe3e6;
}

.btn-group .btn.btn-info {
	border-color: #176ec4;
}

.btn-group .btn.btn-warning {
	border-color: #ffab27;
}

.btn-group .btn.btn-success {
	border-color: #2bc06a;
}

.btn-group .btn.btn-danger {
	border-color: #e44019;
}

.btn-group .btn.btn-dark {
	border-color: #343848;
}

.btn-group .btn.btn-light {
	border-color: #f7f7f7;
}

/* social buttons */
.btn-twitter {
	background: #2caae1;
	color: #ffffff;
}

.btn-twitter:hover {
	background: #1b8dbf;
}

.btn-twitter.btn-link {
	background: none;
	color: #2caae1;
}

.btn-twitter.btn-link:hover {
	color: #1b8dbf;
}

.btn-facebook {
	background: #3b579d;
	color: #ffffff;
}

.btn-facebook:hover {
	background: #2d4278;
}

.btn-facebook.btn-link {
	background: none;
	color: #3b579d;
}

.btn-facebook.btn-link:hover {
	color: #2d4278;
}

.btn-google {
	background: #dc4a38;
	color: #ffffff;
}

.btn-google:hover {
	background: #bf3322;
}

.btn-google.btn-link {
	background: none;
	color: #dc4a38;
}

.btn-google.btn-link:hover {
	color: #bf3322;
}

.btn-linkedin {
	background: #0177b5;
	color: #ffffff;
}

.btn-linkedin:hover {
	background: #015682;
}

.btn-linkedin.btn-link {
	background: none;
	color: #0177b5;
}

.btn-linkedin.btn-link:hover {
	color: #015682;
}

.btn-pinterest {
	background: #cc2127;
	color: #ffffff;
}

.btn-pinterest:hover {
	background: #a01a1f;
}

.btn-pinterest.btn-link {
	background: none;
	color: #cc2127;
}

.btn-pinterest.btn-link:hover {
	color: #a01a1f;
}

.btn-youtube {
	background: #e52d27;
	color: #ffffff;
}

.btn-youtube:hover {
	background: #c21d17;
}

.btn-youtube.btn-link {
	background: none;
	color: #e52d27;
}

.btn-youtube.btn-link:hover {
	color: #c21d17;
}

.btn-github {
	background: #333333;
	color: #ffffff;
}

.btn-github:hover {
	background: #1a1a1a;
}

.btn-github.btn-link {
	background: none;
	color: #333333;
}

.btn-github.btn-link:hover {
	color: #1a1a1a;
}

.btn-behance {
	background: #1769ff;
	color: #ffffff;
}

.btn-behance:hover {
	background: #0050e3;
}

.btn-behance.btn-link {
	background: none;
	color: #1769ff;
}

.btn-behance.btn-link:hover {
	color: #0050e3;
}

.btn-dribbble {
	background: #ea4c89;
	color: #ffffff;
}

.btn-dribbble:hover {
	background: #e51e6b;
}

.btn-dribbble.btn-link {
	background: none;
	color: #ea4c89;
}

.btn-dribbble.btn-link:hover {
	color: #e51e6b;
}

.btn-reddit {
	background: #ff4500;
	color: #ffffff;
}

.btn-reddit:hover {
	background: #cc3700;
}

.btn-reddit.btn-link {
	background: none;
	color: #ff4500;
}

.btn-reddit.btn-link:hover {
	color: #cc3700;
}

/* inverse buttons */
.btn-inverse-primary {
	color: #00bbd9;
	background-color: rgba(0, 187, 217, 0.2);
	background-image: none;
	border-color: rgba(0, 187, 217, 0);
}

.btn-inverse-primary:hover {
	color: #ffffff;
	background-color: #00bbd9;
	border-color: #00bbd9;
}

.btn-inverse-primary.focus, .btn-inverse-primary:focus {
	box-shadow: 0 0 0 3px rgba(0, 187, 217, 0.5);
}

.btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
	color: #00bbd9;
	background-color: transparent;
}

.btn-inverse-primary.active, .btn-inverse-primary:active,
	.show > .btn-inverse-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #00bbd9;
	border-color: #00bbd9;
}

.btn-inverse-secondary {
	color: #e4eaec;
	background-color: rgba(228, 234, 236, 0.2);
	background-image: none;
	border-color: rgba(228, 234, 236, 0);
}

.btn-inverse-secondary:hover {
	color: #ffffff;
	background-color: #e4eaec;
	border-color: #e4eaec;
}

.btn-inverse-secondary.focus, .btn-inverse-secondary:focus {
	box-shadow: 0 0 0 3px rgba(228, 234, 236, 0.5);
}

.btn-inverse-secondary.disabled, .btn-inverse-secondary:disabled {
	color: #e4eaec;
	background-color: transparent;
}

.btn-inverse-secondary.active, .btn-inverse-secondary:active,
	.show > .btn-inverse-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #e4eaec;
	border-color: #e4eaec;
}

.btn-inverse-success {
	color: #2ecc71;
	background-color: rgba(46, 204, 113, 0.2);
	background-image: none;
	border-color: rgba(46, 204, 113, 0);
}

.btn-inverse-success:hover {
	color: #ffffff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-inverse-success.focus, .btn-inverse-success:focus {
	box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.5);
}

.btn-inverse-success.disabled, .btn-inverse-success:disabled {
	color: #2ecc71;
	background-color: transparent;
}

.btn-inverse-success.active, .btn-inverse-success:active,
	.show > .btn-inverse-success.dropdown-toggle {
	color: #ffffff;
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.btn-inverse-info {
	color: #1976d2;
	background-color: rgba(25, 118, 210, 0.2);
	background-image: none;
	border-color: rgba(25, 118, 210, 0);
}

.btn-inverse-info:hover {
	color: #ffffff;
	background-color: #1976d2;
	border-color: #1976d2;
}

.btn-inverse-info.focus, .btn-inverse-info:focus {
	box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.5);
}

.btn-inverse-info.disabled, .btn-inverse-info:disabled {
	color: #1976d2;
	background-color: transparent;
}

.btn-inverse-info.active, .btn-inverse-info:active,
	.show > .btn-inverse-info.dropdown-toggle {
	color: #ffffff;
	background-color: #1976d2;
	border-color: #1976d2;
}

.btn-inverse-warning {
	color: #ffb136;
	background-color: rgba(255, 177, 54, 0.2);
	background-image: none;
	border-color: rgba(255, 177, 54, 0);
}

.btn-inverse-warning:hover {
	color: #ffffff;
	background-color: #ffb136;
	border-color: #ffb136;
}

.btn-inverse-warning.focus, .btn-inverse-warning:focus {
	box-shadow: 0 0 0 3px rgba(255, 177, 54, 0.5);
}

.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
	color: #ffb136;
	background-color: transparent;
}

.btn-inverse-warning.active, .btn-inverse-warning:active,
	.show > .btn-inverse-warning.dropdown-toggle {
	color: #ffffff;
	background-color: #ffb136;
	border-color: #ffb136;
}

.btn-inverse-danger {
	color: #e74a25;
	background-color: rgba(231, 74, 37, 0.2);
	background-image: none;
	border-color: rgba(231, 74, 37, 0);
}

.btn-inverse-danger:hover {
	color: #ffffff;
	background-color: #e74a25;
	border-color: #e74a25;
}

.btn-inverse-danger.focus, .btn-inverse-danger:focus {
	box-shadow: 0 0 0 3px rgba(231, 74, 37, 0.5);
}

.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
	color: #e74a25;
	background-color: transparent;
}

.btn-inverse-danger.active, .btn-inverse-danger:active,
	.show > .btn-inverse-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #e74a25;
	border-color: #e74a25;
}

.btn-inverse-light {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: none;
	border-color: rgba(255, 255, 255, 0);
}

.btn-inverse-light:hover {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-inverse-light.focus, .btn-inverse-light:focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.btn-inverse-light.disabled, .btn-inverse-light:disabled {
	color: #ffffff;
	background-color: transparent;
}

.btn-inverse-light.active, .btn-inverse-light:active,
	.show > .btn-inverse-light.dropdown-toggle {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-inverse-dark {
	color: #3a3f51;
	background-color: rgba(58, 63, 81, 0.2);
	background-image: none;
	border-color: rgba(58, 63, 81, 0);
}

.btn-inverse-dark:hover {
	color: #ffffff;
	background-color: #3a3f51;
	border-color: #3a3f51;
}

.btn-inverse-dark.focus, .btn-inverse-dark:focus {
	box-shadow: 0 0 0 3px rgba(58, 63, 81, 0.5);
}

.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
	color: #3a3f51;
	background-color: transparent;
}

.btn-inverse-dark.active, .btn-inverse-dark:active,
	.show > .btn-inverse-dark.dropdown-toggle {
	color: #ffffff;
	background-color: #3a3f51;
	border-color: #3a3f51;
}

/* gradient buttons */
.btn-gradient-primary {
	background: linear-gradient(to left, rgba(172, 50, 228, 0.9), rgba(121, 24, 242, 0.9) 49%, rgba(72, 1, 255, 0.9));
	border: 0;
	color: #ffffff;
}

.btn-gradient-primary:not([disabled]):not(.disabled):active, .btn-gradient-primary:not([disabled]):not(.disabled).active,
	.show > .btn-gradient-primary.dropdown-toggle {
	background: linear-gradient(to left, rgba(172, 50, 228, 0.9), rgba(121, 24, 242, 0.9) 49%, rgba(72, 1, 255, 0.9));
}

.btn-gradient-secondary {
	background: linear-gradient(to left, rgba(255, 5, 124, 0.9), rgba(141, 11, 147, 0.9) 49%, rgba(50, 21, 117, 0.9));
	border: 0;
	color: #ffffff;
}

.btn-gradient-secondary:not([disabled]):not(.disabled):active, .btn-gradient-secondary:not([disabled]):not(.disabled).active,
	.show > .btn-gradient-secondary.dropdown-toggle {
	background: linear-gradient(to left, rgba(255, 5, 124, 0.9), rgba(141, 11, 147, 0.9) 49%, rgba(50, 21, 117, 0.9));
}

.btn-gradient-success {
	background: linear-gradient(to right, rgba(80, 204, 127, 0.9), rgba(245, 209, 0, 0.9));
	border: 0;
	color: #ffffff;
}

.btn-gradient-success:not([disabled]):not(.disabled):active, .btn-gradient-success:not([disabled]):not(.disabled).active,
	.show > .btn-gradient-success.dropdown-toggle {
	background: linear-gradient(to right, rgba(80, 204, 127, 0.9), rgba(245, 209, 0, 0.9));
}

.btn-gradient-info {
	/*background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));*/
	background: linear-gradient(to right, rgba(134, 153, 208, 0.9), rgba(28, 79, 230, 0.9));
	border: 0;
	color: #ffffff;
}

.btn-gradient-info:not([disabled]):not(.disabled):active, .btn-gradient-info:not([disabled]):not(.disabled).active,
	.show > .btn-gradient-info.dropdown-toggle {
	background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));
}

.btn-gradient-warning {
	background: linear-gradient(to right, rgba(255, 88, 88, 0.9), rgba(240, 152, 25, 0.9));
	border: 0;
	color: #ffffff;
}

.btn-gradient-warning:not([disabled]):not(.disabled):active, .btn-gradient-warning:not([disabled]):not(.disabled).active,
	.show > .btn-gradient-warning.dropdown-toggle {
	background: linear-gradient(to right, rgba(255, 88, 88, 0.9), rgba(240, 152, 25, 0.9));
}

.btn-gradient-danger {
	background: linear-gradient(to right, rgba(240, 147, 251, 0.9), rgba(245, 87, 108, 0.9));
	border: 0;
	color: #ffffff;
}

.btn-gradient-danger:not([disabled]):not(.disabled):active, .btn-gradient-danger:not([disabled]):not(.disabled).active,
	.show > .btn-gradient-danger.dropdown-toggle {
	background: linear-gradient(to right, rgba(240, 147, 251, 0.9), rgba(245, 87, 108, 0.9));
}

/* badges */
.badge {
	/*border-radius: .125rem;*/
	font-size: 0.65rem;
	font-weight: initial;
	line-height: 1;
	/*padding: .25rem 0.375rem;*/
	font-family: "pt-sans-bold", sans-serif;
	margin-bottom: 0.25rem !important;
}

.badge.badge-pill {
	border-radius: 10rem;
}

/* badge gradient variations */
.badge-gradient-primary {
	background: linear-gradient(to left, rgba(172, 50, 228, 0.9), rgba(121, 24, 242, 0.9) 49%, rgba(72, 1, 255, 0.9));
	color: #ffffff;
}

.badge-gradient-secondary {
	background: linear-gradient(to left, rgba(255, 5, 124, 0.9), rgba(141, 11, 147, 0.9) 49%, rgba(50, 21, 117, 0.9));
	color: #ffffff;
}

.badge-gradient-success {
	/*background: linear-gradient(to right, rgba(80, 204, 127, 0.9), rgba(245, 209, 0, 0.9));*/
	background: linear-gradient(to right, rgba(26, 85, 48, 0.9), rgba(17, 236, 48, 0.9));
	color: #ffffff;
}

.badge-gradient-info {
	/*background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));*/
	background: linear-gradient(to right, rgba(134, 153, 208, 0.9), rgba(28, 79, 230, 0.9));
	color: #ffffff;
}

.badge-gradient-warning {
	background: linear-gradient(to right, rgba(255, 88, 88, 0.9), rgba(240, 152, 25, 0.9));
	color: #ffffff;
}

.badge-gradient-danger {
	/*background: linear-gradient(to right, rgba(240, 147, 251, 0.9), rgba(245, 87, 108, 0.9));*/
	background: linear-gradient(to right, rgba(255, 0, 12, 0.9), rgba(173, 146, 249, 0.9));
	color: #ffffff;
}

/* bootstrap progress */
.progress {
	border-radius: 3px;
	height: 8px;
}

.progress .progress-bar {
	border-radius: 3px;
}

.progress.progress-sm {
	height: 0.375rem;
}

.progress.progress-md {
	height: 8px;
}

.progress.progress-lg {
	height: 15px;
}

.progress.progress-xl {
	height: 18px;
}

/* cards */
.card {
	border: 0;
	border-radius: 1rem;
	font-size: 0.865rem;
}

.card .card-body {
	/*padding: 1.88rem 1.81rem;*/
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.card .card-body + .card-body {
	padding-top: 0;
}

.card.card-outline-success {
	border: 1px solid #2ecc71;
}

.card.card-outline-primary {
	border: 1px solid #00bbd9;
}

.card.card-outline-warning {
	border: 1px solid #ffb136;
}

.card.card-outline-danger {
	border: 1px solid #e74a25;
}

.card.card-rounded {
	border-radius: 5px;
}

.card.card-faded {
	background: #b5b0b2;
	border-color: #b5b0b2;
}

.card.card-circle-progress {
	color: #ffffff;
	text-align: center;
}

.card-inverse-primary {
	background: rgba(0, 187, 217, 0.2);
	border: 1px solid #00acc8;
	color: #008ea5;
}

.card-inverse-secondary {
	background: rgba(228, 234, 236, 0.2);
	border: 1px solid #d2d7d9;
	color: #adb2b3;
}

.card-inverse-success {
	background: rgba(46, 204, 113, 0.2);
	border: 1px solid #2abc68;
	color: #239b56;
}

.card-inverse-info {
	background: rgba(25, 118, 210, 0.2);
	border: 1px solid #176dc1;
	color: #135aa0;
}

.card-inverse-warning {
	background: rgba(255, 177, 54, 0.2);
	border: 1px solid #eba332;
	color: #c28729;
}

.card-inverse-danger {
	background: rgba(231, 74, 37, 0.2);
	border: 1px solid #d54422;
	color: #b0381c;
}

.card-inverse-light {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #ebebeb;
	color: #c2c2c2;
}

.card-inverse-dark {
	background: rgba(58, 63, 81, 0.2);
	border: 1px solid #353a4b;
	color: #2c303e;
}

/* checkboxes and radios */
.form-check,
.form-radio {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.form-check .form-check-label,
	.form-radio .form-check-label {
	display: block;
	padding-left: 30px;
	line-height: 1.5;
}

.rtl .form-check .form-check-label, .rtl
		.form-radio .form-check-label {
	padding-left: 0;
	padding-right: 30px;
}

.form-check .form-check-label input,
		.form-radio .form-check-label input {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px\9;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 0;
}

.rtl .form-check .form-check-label input, .rtl
			.form-radio .form-check-label input {
	left: auto;
	right: 0;
}

.form-check label {
	font-size: 0.865rem;
	line-height: 1.5;
}

.form-check label input:checked + .input-helper:before {
	background-color: #ffffff;
}

.form-check label input:checked + .input-helper:after {
	width: 18px;
	opacity: 1;
	line-height: 18px;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.form-check label input:disabled + .input-helper:before {
	border-color: #e6ecf5;
}

.form-check label input:disabled:checked + .input-helper:after {
	color: #e6ecf5;
}

.form-check label .input-helper:before {
	position: absolute;
	content: "";
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	left: 0;
	border: 2px solid #e6ecf5;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.rtl .form-check label .input-helper:before {
	left: auto;
	right: 0;
}

.form-check label .input-helper:after {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	font-family: Material Design Icons;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	content: '\F12C';
	position: absolute;
	font-size: .9375rem;
	font-weight: bold;
	left: 0;
	top: 2px;
	color: #1976d2;
}

.rtl .form-check label .input-helper:after {
	left: auto;
	right: 0;
}

.form-check.form-check-flat label input:checked + .input-helper:before {
	background-color: #2ecc71;
	border: none;
}

.form-check.form-check-flat label input:disabled + .input-helper:after {
	color: #ffffff;
}

.form-check.form-check-flat label input:disabled + .input-helper:before {
	border-color: #e6ecf5;
}

.form-check.form-check-flat label input:disabled:checked + .input-helper:before {
	background: #e6e9ed;
}

.form-check.form-check-flat label .input-helper:before {
	border: 2px solid #e6ecf5;
}

.form-check.form-check-flat label .input-helper:after {
	color: #ffffff;
}

.form-radio label input + .input-helper:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	border: 2px solid #e6ecf5;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}

.rtl .form-radio label input + .input-helper:before {
	left: auto;
	right: 0;
}

.form-radio label input + .input-helper:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #e74a25;
	border-radius: 50%;
	top: 8px;
	left: 6px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	transition-duration: 0s;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	position: absolute;
}

.rtl .form-radio label input + .input-helper:after {
	left: auto;
	right: 6px;
}

.form-radio label input:checked + .input-helper:before {
	background-color: #ffffff;
	border: 2px solid #e6ecf5;
}

.form-radio label input:checked + .input-helper:after {
	opacity: 1;
	line-height: 1.5;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.form-radio label input:disabled + .input-helper:before {
	border-color: #e6ecf5;
}

.form-radio label input:disabled:checked + .input-helper:before {
	background-color: #ffffff;
	border-color: #e6ecf5;
}

.form-radio label input:disabled:checked + .input-helper:after {
	background-color: #e6ecf5;
}

.form-radio.form-radio-flat label input:checked + .input-helper:before {
	background: #2ecc71;
	border-color: #2ecc71;
}

.form-radio.form-radio-flat label input:checked + .input-helper:after {
	width: 20px;
	height: 20px;
	top: 2px;
	left: -2px;
	color: #ffffff;
	background: none;
	content: '\F12C';
	font-family: Material Design Icons;
	text-align: center;
	font-weight: bold;
}

.rtl .form-radio.form-radio-flat label input:checked + .input-helper:after {
	left: auto;
	right: -2px;
}

/* forms */
.input-group-addon {
	background: #ffffff;
	color: #c9c8c8;
	width: auto;
	padding: 0.15rem 0.75rem;
	border-color: #e6ecf5;
}

.form-control {
	height: auto;
	border: 1px solid #e6ecf5;
	font-family: "pt-sans-regular", sans-serif;
	/*font-size: 0.75rem;*/
	/*padding: 0.56rem 0.75rem;*/
	/*line-height: 14px;*/
}

.form-control.form-control-lg, .input-group-lg > .form-control,
	.input-group-lg > .input-group-btn > .form-control.btn {
	padding: 0.94rem 0.75rem;
}

.form-control.form-control-sm, .input-group-sm > .form-control,
	.input-group-sm > .input-group-btn > .form-control.btn {
	padding: 0.5rem 0.75rem;
}

select.form-control {
	padding: .4375rem .75rem;
}

.form-group label {
	font-size: 0.865rem;
	/*line-height: 1;*/
	vertical-align: top;
}

.form-group.has-danger .form-control {
	border-color: #e74a25;
}

.form-group .file-upload-default {
	visibility: hidden;
	position: absolute;
}

.form-group .file-upload-info {
	background: transparent;
}

/* icons */
.icons-list {
	border-left: 1px solid #e6ecf5;
	border-top: 1px solid #e6ecf5;
}

.icons-list > div {
	background: #ffffff;
	border-bottom: 1px solid #e6ecf5;
	border-right: 1px solid #e6ecf5;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px 15px;
	font-family: "pt-sans-regular", sans-serif;
	font-size: 0.865rem;
}

.icons-list > div i {
	display: inline-block;
	font-size: 20px;
	width: 40px;
	text-align: left;
	color: #00bbd9;
}

/* lists */
ul,
ol,
dl {
	padding-left: 1rem;
	font-size: 0.865rem;
}

ul li,
	ol li,
	dl li {
	line-height: 1.8;
}

.list-ticked,
.list-arrow,
.list-star {
	list-style: none;
	padding: 0;
}

.list-ticked li,
	.list-arrow li,
	.list-star li {
	padding-left: 1.5rem;
}

.list-ticked li:before,
		.list-arrow li:before,
		.list-star li:before {
	font-family: "Material Design Icons";
	margin-left: -1.5rem;
	width: 1.5rem;
	margin-right: .5rem;
}

.list-ticked li:before {
	content: '\F12D';
	color: #e74a25;
}

.list-arrow li:before {
	content: '\F142';
	color: #2ecc71;
}

.list-star li:before {
	content: '\F4CE';
	color: #ffb136;
}

/* preview */
.preview-list .preview-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: .75rem 1.5rem;
	font-size: .875rem;
}

.preview-list .preview-item:last-child {
	border-bottom: 0;
}

.preview-list .preview-item:hover {
	background: #f8f9fa;
}

.preview-list .preview-item .form-check {
	margin-top: 8px;
	margin-right: 1rem;
}

.preview-list .preview-item .preview-thumbnail {
	color: #ffffff;
	position: relative;
}

.preview-list .preview-item .preview-thumbnail img,
		.preview-list .preview-item .preview-thumbnail .preview-icon {
	width: 25px;
	height: 25px;
	border-radius: 8px;
}

.preview-list .preview-item .preview-thumbnail .preview-icon {
	/*padding: 6px;*/
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.preview-list .preview-item .preview-thumbnail .preview-icon i {
	font-size: 1.125rem;
	margin: 0;
}

.preview-list .preview-item .preview-thumbnail .badge {
	border: 2px solid #ffffff;
	border-radius: 100%;
	bottom: 5px;
	display: block;
	height: 14px;
	left: -5px;
	padding: 0;
	position: absolute;
	width: 14px;
}

.preview-list .preview-item .preview-item-content {
	line-height: 1;
	padding-left: 15px;
}

.preview-list .preview-item .preview-item-content:first-child {
	padding-left: 0;
}

.preview-list .preview-item .preview-item-content p {
	margin-bottom: 10px;
}

.preview-list .preview-item .preview-item-content p .content-category {
	font-family: 'source-sans-pro-semibold', sans-serif;
	padding-right: 15px;
	border-right: 1px solid #e6ecf5;
}

.rtl .preview-list .preview-item .preview-item-content {
	padding-left: 0;
	padding-right: 1rem;
	margin-right: 0;
	margin-left: auto;
}

.preview-list .preview-item .preview-actions {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.preview-list .preview-item .preview-actions i {
	width: 29px;
	color: #e6e9ed;
	height: 29px;
	border: 2px solid #e6e9ed;
	border-radius: 100%;
	padding: 3px 6px;
	display: inline-block;
}

.preview-list .preview-item .preview-actions i:first-child {
	margin-right: 10px;
}

.preview-list.comment-preview .preview-item {
	padding: .87rem 0;
}

.preview-list.comment-preview .preview-item:first-child {
	padding-top: 0;
}

.preview-list.comment-preview .preview-item p {
	line-height: 27px;
}

.preview-list.bordered .preview-item {
	border-bottom: 1px solid #e6ecf5;
}

.preview-list.bordered .preview-item:last-child {
	border-bottom: 0;
}

/* tables */
.table {
	margin-bottom: 0;
	margin-top: 0.6rem;
}

.table thead th {
	border-top: 0;
	border-bottom-width: 1px;
	font-family: "pt-sans-bold", sans-serif;
	font-weight: initial;
}

.table thead th i {
	margin-left: 0.325rem;
}

.table th, .table td {
	vertical-align: middle;
	font-size: 0.865rem;
	line-height: 1;
	/*word-wrap: anywhere !important;*/
}

.table th img,
		.table td img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.table th .badge,
		.table td .badge {
	margin-bottom: 0;
}

.table.table-borderless {
	border: none;
}

.table.table-borderless tr, .table.table-borderless td, .table.table-borderless th {
	border: none;
}

.text-coffee {
	color: #38211e !important
}

.close {
	font-size: 1rem !important;
	line-height: inherit;
}

/*.table-responsive-stack tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}*/
