/*Psyll.com*/
header {
	position: fixed;
	z-index: 999999;
	right: 0;
	top: 0;
	font-size: 18px;
	left: 0;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s, box-shadow 1s;
	-ms-transition: height 0.5s, box-shadow 1s;
	-o-transition: height 0.5s, box-shadow 1s;
	transition: height 0.5s, box-shadow 1s;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
header .c {
	position: relative;
}
header.sticky {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	opacity: 0.9;
}
header .blured {
	position: fixed;
	left: 0;
	right: 0;
	background: transparent;
	right: 0;
	height: 64px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	top: 0;
}
header.sticky .blured {
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	backdrop-filter: blur(100px);
}
header .grid {
	grid-template-columns: 42px 1fr 170px auto auto;
	grid-gap: 5px;
	position: relative;
	z-index: 2;
	height: 64px;
}
header .grid .logo {
	display: block;
	padding: 13px 0;
	position: relative;
}
header .grid .logo .beta {
	background: var(--color2);
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	border-radius: 6px;
	padding: 2px 5px;
	position: absolute;
	bottom: 2px;
	left: 3px;
	transform: rotate(-11deg);
	color: white;
}
header .grid .logo svg {
	width: 34px;
	height: 34px;
}
header .grid .gradient {
	animation-iteration-count: infinite;
	animation-duration: 10s;
	fill: url('#gradient-fill');
}
header .grid .square {
	animation-iteration-count: infinite;
	animation-duration: 5s;
	transition-timing-function: ease-in-out;
}
header .grid .menu li {
	display: inline-block;
	margin: 0 5px;
}
header .grid .menu li.search-menu {
	display: none;
}
header .grid .menu li.separator {
	position: relative;
}
header .grid .menu li.separator:after {
	content: "";
	width: 1px;
	height: 25px;
	display: block;
	position: absolute;
	border-right: var(--border-dark);
	left: 0;
	top: -17px;
}
header .grid .menu li a {
	display: block;
	color: white;
	position: relative;
	cursor: pointer;
	line-height: 58px;
}
header .grid .menu li a:after {
	content: "";
	display: block;
	height: 3px;
	width: 5px;
	background: var(--color);
	position: absolute;
	left: 26px;
	bottom: 13px;
	opacity: 0.25;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: var(--border-radius);
	z-index: -1;
}
header .grid .menu li a:hover:after {
	width: calc(100% - 40px);
	opacity: 1;
}
header .grid .menu ul i {
	opacity: 0.5;
	margin-right: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: var(--color-dark);
	position: relative;
	font-size: 16px;
}
header .grid .menu li:hover i {
	filter: grayscale(0);
	opacity: 1;
}
header .grid .search {
	padding-top: 10px;
	position: relative;
}
header .grid .search i {
	position: absolute;
	object-fit: contain;
	top: 11px;
	left: 17px;
	z-index: 2;
	font-size: 16px;
	opacity: 0.4;
}
header .grid .search .input.active i {
	color: var(--color-dark);
}
header .grid .search input {
	padding-left: 42px;
	border-radius: var(--border-radius);
	border: 1px solid var(--darker);
	font-family: var(--font);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding-right: 10px;
	background: var(--darker);
	line-height: 42px;
	position: relative;
	top: -1px;
}
header .grid .search .input.active input {
	color: var(--color);
	border: 1px solid var(--color)
}
header .grid .search .btn {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	opacity: 0;
	line-height: 34px;
	color: white;
	padding: 0 10px;
}
header .grid .search .btn:hover {
	color: var(--color);
}
header .grid .search:has(input:focus) .btn {
	opacity: 1
}
header .grid .search:hover .btn {
	opacity: 1;
}
header .grid .me {
	padding-top: 9px;
	position: relative;
}
header .grid .me i{
	margin-right:3px;
	font-size:14px;
	line-height:14px;
	position:relative;
	top:-1px
}
header .grid .me .pro-badge {
	position: absolute;
	top: 50px;
	right: 0px;
}
header .grid .me .pro-badge span {
	color: white;
	font-weight: 900
}
header .grid .me .pro-badge.upgrade span {
	color: var(--color);
	font-weight: 900
}
header .grid .me .pro-badge.upgrade {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .grid .me .main {
	text-align: center;
}
header .grid .me ul {
	text-align: right;
}
header .me .notifications i {
	display: inline-block;
}
header .me .notifications i.ring {
	animation: bell-ring 2.5s ease-in-out infinite;
	transform-origin: top center;
}
header .grid .me li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
header .grid .me li.mobile-menu {
	display: none;
	margin-left: 2px;
}
header .mobile-close {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	font-size: 32px;
	z-index: 9988;
	color: black;
	right: 5px;
	top: 0;
	line-height: 32px;
	z-index: 9;
	transform: rotate(0) scale(0.1);
	position: absolute;
	padding: 15px;
}
header .grid .me li#notifications.active .btn {
	background-color: black !important;
}
header .grid .me li#notifications .count {
	position: absolute;
	background: var(--color);
	color: black;
	bottom: 2px;
	z-index: 2;
	display: block;
	line-height: 16px;
	font-size: 12px;
	right: 5px;
	border-radius: 8px;
	min-width: 18px;
	padding: 0 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .grid .me li#notifications.active .count {
	background: var(--color);
}
header .grid .me li#account .btn {
	display: block;
	padding-left: 50px;
	padding-right: 12px;
	background: #fdad00 !important;
}
header .grid .me li.root .btn {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	background: var(--color-root) !important;
}
header .grid .me li#account.active .btn {
	background: black !important;
	color: var(--color);
}
header .grid .me img {
	height: 24px;
	position: absolute;
	top: 4px;
	left: 5px;
	bottom: 5px;
	height: 38px;
	width: 38px;
	object-fit: cover;
	border-radius: var(--border-radius);
	border: var(--border-dark);
}
header .grid .lang {
	padding-top: 8px;
	position: relative;
}
header .grid .lang span {
	background: var(--darker);
	padding: 0 20px;
	border-radius: var(--border-radius);
	display: block;
	line-height: 45px;
	cursor: pointer;
}
header .grid .lang .listing {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	border-radius: var(--border-radius);
	right: 0;
	top: 55px;
	width: 135px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
header .grid .lang.active .listing {
	opacity: 1;
	visibility: visible;
}
header .grid .lang .listing a {
	padding: 4px 0;
	display: block;
	font-size: 14px;
	color: white;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .grid .lang .listing a:hover {
	color: var(--color);
}
header .grid .lang img {
	height: 15px;
	width: 22px;
	object-fit: cover;
	border-radius: 5px;
}
header .grid .lang li img {
	margin-right: 8px;
	position: relative;
}
.header-holder {
	height: 50px;
	display: block;
	margin: var(--margin) 0;
}
.header-aside {
	position: fixed;
	z-index: -1;
	right: calc(50% - 660px);
	top: 0;
	background: transparent;
	padding: 20px;
	width: 426px;
	border-radius: var(--border-radius);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}
.header-aside.active {
	visibility: visible;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	top: 64px;
	z-index: 999;
}
.header-aside .title {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.header-aside .pro-status {
	padding: 5px 0 10px;
	font-size: 14px;
	text-align: center;
}
.header-aside ul.menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 4px;
	border-bottom: var(--border);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.header-aside ul.menu:last-of-type {
	border: unset;
}
.header-aside ul.menu li {
	text-align: center;
	border-right: var(--border);
}
.header-aside ul li:last-of-type {
	border: unset;
}
.header-aside ul.menu li .image {
	color: var(--color);
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
}
.header-aside ul.menu li .name {
	font-size: 13px;
	line-height: 13px;
	color: white;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header-aside ul.menu li a:not(.disabled):hover .name {
	color: var(--color);
}
.header-aside ul.menu a {
	display: block;
	border-radius: var(--border-radius);
	padding: 10px 10px;
	position: relative;
}
.header-aside ul.menu a .pro-badge{
	position:absolute;
	bottom: -5px;
	right: -5px;
	padding: 0 8px;
	transform: rotate(-15deg);
}

.header-aside ul.menu img {
	height: 20px;
	filter: invert(1);
}
.header-aside ul.bottom {
	padding-top: 15px;
	border-top: var(--border);
	text-align: center;
}
.header-aside ul.bottom li {
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}
.header-aside ul.bottom a {
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all .5s;
	display: inline-block;
	cursor: pointer !important;
}
.header-aside ul.bottom a .image {
	opacity: 0.5;
	display: inline-block;
	margin-right: 4px;
}
.header-aside ul.bottom a:hover {
	color: var(--color);
}
.header-aside ul.bottom a .name {
	display: inline-block;
}
.header-aside .notifications-list {
	max-height: 420px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}
.header-aside .notification {
	border-bottom: var(--border);
	padding: 11px 0;
	display: grid;
	grid-template-columns: 25px 1fr auto;
	opacity: 0.7;
	position: relative;
	grid-gap: 15px;
	margin-right: 15px;
}
.header-aside .notification .icon {
	font-size: 22px;
	line-height: 22px;
	padding-top: 1px;
	text-align: center;
}
.header-aside .notification:hover {
	opacity: 1;
}
.header-aside .notification.new:before {
	content: "!";
	position: absolute;
	background: var(--green);
	color: black;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	top: -4px;
	left: -30px;
	font-size: 23px;
}
.header-aside .notification a {
	display: block;
}
.header-aside .notification:last-of-type {
	margin-bottom: 0;
	border-bottom: unset;
	padding-bottom: 10px;
}
.header-aside .notification .created {
	font-size: 14px;
}
.header-aside .notification .message {
	color: white;
	line-height: 17px;
}
.header-aside .notification .date {
	background: var(--color);
	color: black;
	margin-right: 4px;
	padding: 0 6px;
	border-radius: 20px;
}
.header-aside .notification .ago {
	color: var(--color)
}
.header-aside .notification .root {
	display: block;
	color: var(--color-root)
}
.header-aside .notification .delete {
	font-size: 20px;
	padding-top: 0;
	line-height: 20px;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all .5s;
	opacity: 0;
}
.header-aside .notification .delete i {
	cursor: pointer;
}
.header-aside .notification:hover .delete {
	opacity: 1;
}
.header-aside .notification .data {
	font-size: 12px;
	line-height: 12px;
	margin-top: 3px;
	opacity: 0.75;
}
.header-aside .loader {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: var(--border-radius);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all .5s;
}
.header-aside .loader.active {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.header-aside .loader-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	font-size: 40px;
	color: var(--color);
}
#aside-notifications .empty {
	text-align: center;
	padding: 22px 0 40px;
	color: var(--color);
}
#aside-notifications .empty .check {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}
#aside-notifications .empty .text {
	font-size: 18px;
	line-height: 18px;
	margin-top: 5px;
	color: white;
	font-weight: 600;
}
@keyframes bell-ring {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(15deg);
	}
	20% {
		transform: rotate(-12deg);
	}
	30% {
		transform: rotate(10deg);
	}
	40% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(6deg);
	}
	60% {
		transform: rotate(-4deg);
	}
	70% {
		transform: rotate(2deg);
	}
	80% {
		transform: rotate(-1deg);
	}
	90% {
		transform: rotate(0.5deg);
	}
	95% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}
/* [xl] */
@media all and (max-width: 1320px) {
	header .grid {
		grid-template-columns: 42px 1fr 130px auto auto;
		grid-gap: 3px;
	}
	header .grid .menu li {
		margin: 0 2px;
	}
	.header-aside {
		right: calc(50% - 570px);
	}
}
/* [l] */
@media all and (max-width: 1140px) {
	header .grid .lang span {
		padding: 0 13px;
	}
	header .grid {
		grid-template-columns: 33px 1fr 124px auto auto;
	}
	header .grid .logo svg {
		height: 30px;
		width: 30px;
	}
	header .grid .menu ul {
		font-size: 16px;
	}
	header .grid .menu ul i {
		font-size: 13px;
		top: -1px;
	}
	.header-aside {
		right: calc(50% - 470px);
	}
	header .grid .me li#notifications .btn {
		padding: 0 13px;
	}
	header .grid .search input {
		padding-left: 30px;
	}
	header .grid .search i {
		font-size: 14px;
		left: 12px;
		top: 9px;
	}
}
/* [m] */
@media all and (max-width: 960px) {
	header .grid .me .pro-badge{
		right:65px;
	}
	header .grid .me li#account .btn{
		background:black!important;
		color:white
	}
	header .grid {
		grid-template-columns: 1fr 130px auto auto;
	}
	header .grid .menu {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: rgba(0, 0, 0, 0.8);
		padding: 10px;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		opacity: 0;
		visibility: hidden;
		padding-top: 40px;
	}
	header .grid .menu.mobile-active {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}
	header .grid .menu .main {
		background: black;
		left: 0;
		position: fixed;
		right: 0;
		/* bottom: 0; */
		top: 64px;
		/* width: 100%; */
		height: calc(100vh - 64px);
	}
	header .grid .menu ul {
		font-size: 18px;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	header .grid .menu li {
		display: block;
		text-align: center;
		border: var(--border);
		border-radius: var(--border-radius);
		overflow: hidden;
	}
	header .grid .menu li a {
		padding: 30px;
		line-height: 41px;
		background: rgba(0, 0, 0, 0.5);
	}
	header .grid .menu li a span {
		display: block;
		line-height: 20px;
	}
	header .grid .menu li a:after {
		display: none;
	}
	header .grid .menu ul i {
		margin: unset;
		font-size: 34px;
		line-height: 34px;
		opacity: 1;
	}
	header .grid .me li.mobile-menu {
		display: inline-block;
	}
	header .mobile-active .mobile-close {
		opacity: 0;
		transform: rotate(360deg);
		z-index: -1;
		transform: rotate(360deg) scale(1);
		visibility: visible;
		z-index: 9;
		opacity: 1;
		color: var(--color-darker);
	}
	.header-aside ul.menu li .image {
		font-size: 18px;
		line-height: 18px;
	}
	.header-aside ul.menu a {
		padding: 5px;
	}
	.header-aside .notifications-list {
		max-height: 300px;
	}
	.header-aside {
		right: calc(50% - 350px);
	}
	.header-aside .title {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 5px;
	}
	header .grid .lang .listing{
		padding:20px 20px;
	}
}
/* [s] */
@media all and (max-width: 720px) {
	.header-aside .title {
		margin-bottom: 3px;
		font-size: 12px;
		line-height: 12px;
	}
	.header-aside {
		overflow-x: hidden;
		overflow-y: auto;
		padding: 10px 15px;
		right: 10px;
	}
	.header-aside .pro-status {
		font-size: 12px;
		padding-bottom: 5px;
		padding-top: 0;
	}
	.header-aside ul.bottom {
		margin-top: 0;
		padding-top: 10px;
	}
	header {
		background: rgba(0, 0, 0, 0.5) !important;
	}
	.header-holder {
		height: 59px;
	}
}
/* [xs] */
@media all and (max-width: 576px) {
	.header-aside .title {
		font-size: 12px;
		line-height: 12px;
	}
	header .grid .menu li {
		border: unset;
		border-bottom: var(--border);
		border-radius: 0;
	}
	header .grid .menu li:last-of-type {
		border-bottom: unset;
	}
	header .grid .menu ul i {
		margin-right: 10px;
		font-size: 22px;
		line-height: 18px;
		width: 36px;
		text-align: center;
	}
	header .grid {
		grid-template-columns: 1fr auto auto;
	}
	header .grid .search {
		display: none;
	}
	header .grid .menu ul {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}
	header .grid .menu li a {
		padding: 13px 20px 18px;
		line-height: 18px;
		text-align: left;
		display: block;
	}
	header .grid .menu {
		padding: 10px;
	}
	header .grid .menu li a span {
		display: inline-block;
		line-height: 26px;
		font-size: 26px;
	}
	header .grid .me li.mobile-menu .btn {
		padding: 0 12px !important;
		border-radius: 12px;
	}
	header .grid .lang span {
		padding: 0 12px;
		border-radius: 12px;
	}
	header .grid li#notifications .btn {
		padding: 0 12px;
		border-radius: 12px;
	}
	header .grid .me li#account .btn {
		border-radius: 12px;
	}
	header .mobile-active .mobile-close {
		top: 0;
		padding: 15px;
		right: 5px;
	}
	.header-aside {
		width: 100%;
		right: 0;
		padding: 10px;
		overflow-x: hidden;
		overflow-y: scroll;
		height: calc(100vh - 57px);
		border-radius: unset;
	}
	.header-aside .pro-status {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 10px;
		padding-top: 0;
	}
	.header-aside ul.menu {
		grid-template-columns: 1fr;
		border: unset;
	}
	.header-aside ul.menu li {
		text-align: left;
		border: unset;
		border-bottom: var(--border);
	}
	.header-aside ul.menu li .image {
		display: inline-block;
		width: 24px;
		text-align: center;
		margin-right: 5px;
	}
	.header-aside ul.menu li .name {
		display: inline-block;
		font-size: 18px;
		line-height: 18px;
	}
	.header-aside ul.menu a {
		padding: 10px 15px;
	}
	.header-aside ul.menu a .pro-badge{
		right: 0;
		top: 10px;
		bottom: unset;
		transform: unset;
	}
	.header-aside .notifications-list {
		height: unset;
		max-height: calc(100vh - 125px);
	}
	header .grid .me li#notifications .count {
		right: -2px;
		bottom: 0px
	}
	.header-aside#aside-notifications {
		overflow: unset;
		height: 100vh;
	}
	header .grid .menu li.search-menu {
		display: block;
	}
	header .grid .me li.root .btn {
		border-radius: 12px;
	}
	header .grid .lang .listing {
		right: unset;
		left: 0;
	}
	.header-aside ul.bottom {
		padding: 15px 0
	}
	header .grid .me .pro-badge{
		right:45px;
	}
}