@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/admin/fonts/material-icons.woff2) format('woff2');
}
@font-face {
	font-family: 'Material Icons Outline';
	font-style: normal;
	font-weight: 400;
	src: url(/admin/fonts/material-icons-outline.woff2) format('woff2');
}
@font-face {
    font-family:'DIN Next LT Arabic';
    src:url('/admin/fonts/DINNextLTArabic-Regular.ttf');
    src:local('âک؛'),
        url('/admin/fonts/DINNextLTArabic-Regular.ttf') format('truetype');
    font-weight:normal;
}
@font-face {
    font-family:'DIN Next LT Arabic Light';
    src:url('/admin/fonts/DINNextLTArabic-Light.ttf');
    src:local('âک؛'),
        url('/admin/fonts/DINNextLTArabic-Light.ttf') format('truetype');
    font-weight:lighter;
}
@font-face {
	font-family: 'DIN Next LT Arabic Ultra Light';
    src:url('/admin/fonts/DINNextLTArabic-UltraLight.ttf');
    src:local('âک؛'),
        url('/admin/fonts/DINNextLTArabic-UltraLight.ttf') format('truetype');
    font-weight:100;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(/admin/fonts/Lato-Hairline.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(fonts/Lato-Hairline-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
* {
	outline: none;
	/*transition-property: height, margin, padding, opacity, background, border, color, line-height, box-shadow, transform;*/
	transition-property: opacity, background, border, color, box-shadow, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
html, body, h2, h3, h4, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'DIN Next LT Arabic Light';
}
html {
	--scrollbarBG: #F2F2F2;
	--thumbBG: #898b8c;
	background-color: transparent;
}
mark {
	border-radius: 3px;
	background-color: #88a3df;
}
*::-webkit-scrollbar {
	width: 11px;
}
* {
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
*::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG);
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
}

/* GENERALS */
body {
	background-color: #eeeeee;
	overflow: hidden;
	position: relative;
}
body.home {
	display: flex;
}
body[data-theme='light']:not(.nohead):before {
	content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
	background: linear-gradient(45deg, #88a3df 0%, #68cce0 100%);
}
body.side-menu {
	background-color: #202427;
	height: 100vh;
}
body.loading {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/admin/images/loader.svg);
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	border-style: none;
}
hr {
	border-style: none none solid none;
	border-width: 1px;
	color: rgba(0,0,0,0.12);
	height: 0;
    margin-top: 10px;
    width: 100%;
}
form * {
	font-family: 'DIN Next LT Arabic Light';
}
fieldset {
	border: 1px solid #CCCCCC;
	border-radius: 6px;
}
legend {
	font-size: 15px;
	white-space: nowrap;
}
select option {
	height: 4em !important;
	font-family: 'DIN Next LT Arabic';
	font-size: 16px;
}
optgroup {
	font-weight: normal;
	background-color: #F2F2F2;
	font-family: 'DIN Next LT Arabic';
}
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
textarea,
select {
	border-width: 2px;
	border-color: #e5e5e5;
	border-style: solid;
	margin: 0 0 3px 5px;
	padding: 0 5px;
	height: 24px;
	border-radius: 2px;
}
input[type=number] {
	text-align: center;
	box-sizing: border-box;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label {
	margin: 4px 10px 4px;
	height: 10px;
	border: 2px solid transparent;
	padding: 4px 0 2px 0;
	line-height: 10px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.3s ease;
}
input[type=checkbox]:checked + label,
.block:hover input[type=checkbox] + label,
.adminpages input[type=checkbox] + label {
	background-color: #fff;
	border-color: #bbb;
	padding: 4px 8px 2px 8px;
	color: #fff;
}
input[type=checkbox]:checked + label {
	background-color: #68cce0 !important;
	border: 2px solid #68cce0 !important;
	color: #fff !important;
}
input[type=checkbox]:checked + label:empty:after {
	content: 'check';
	font-size: 18px;
	position: absolute;
	top: 3px;
	left: -1px;
	color: #fff;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
}
.material-icons sup {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	right: 0px;
	top: 0px;
	background-color: #68cce0;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	font-family: 'DIN Next LT Arabic';
}
.material-icons sup:empty {
	display: none;
}
.material-icons-outline {
	font-family: 'Material Icons Outline';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
}

/* LOGIN PAGE */
#log {
	height: 100dvh;
	min-height:500px;
	overflow: hidden;
	direction:ltr;
	position: relative;
	transition: background-image 1s ease;
}
.blr {
	height: 100vh;
}
#login form {
	transition: none;
}
#login hr {
	width: 90%;
}
#login form[name=restore] {
	display: none;
}
section#login {
	width: 450px;
	max-height: 300px;
	min-height: 220px;
	position: absolute !important;
	top: calc(50% - 150px);
	right: calc(50% - 225px);
	border-radius: 10px;
	display: flex;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	direction: rtl;
	z-index: 100;
}
section#login * {
	font-family: 'DIN Next LT Arabic Light';
}
section#login aside {
	background-color: #e06881cf;
	color: #ffffff;
	width: 150px;
	flex-shrink: 0;
	padding-top: 0;
	cursor: move;
	backdrop-filter: blur(15px);
	transition: all 0.5s ease;
}
section#login aside .avatar {
	position: relative;
	border-radius: 50%;
	background-color: #ccc;
	height: 96px;
	width: 96px;
	margin: 36px auto 10px auto;
	background-size: cover;
	background-image: url(/admin/images/avatar.png);
}
section#login aside .avatar:after {
	content: ' ';
	display: block;
	position: absolute;
    width: 100px;
    height: 100px;
    right: -8px;
    top: -8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: rgba(255,255,255,0.75) transparent rgba(255,255,255,0.75) transparent;
	animation: login-loading 50s linear infinite;
}
section#login aside .ldng:after {
	animation: login-loading 1s linear infinite;
}
@keyframes login-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
section#login div:last-child {
	background-color: rgba(255,255,255,0.6);
	color: #ffffff;
	width: 300px;
	padding: 0 20px;
	backdrop-filter: blur(15px);
}
section#login h1 {
	font-size: 30px;
	color: #333333;
	font-weight: 100;
	white-space: nowrap;
}
section#login h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	line-height: 26px;
}
section#login input[type=text],
section#login input[type=password] {
	border: 1px solid #D9D9D9;
	width: 260px;
	height: 40px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 2px;
	font-size: 18px;
	line-height: 18px;
	box-sizing: border-box;
}
section#login input:focus {
	border-color: #26c6da;
}
section#login input[type=submit] {
	border-style: none;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #68cce0;
	margin: 29px 212px;
	color: #fff;
	font-family: 'Material Icons';
	cursor: pointer;
	transition: all 0.3s ease;
}
section#login input[type=submit]:not(.restore):hover {
	padding-right:15px;
}
section#login input[type=submit].restore:hover {
	transform: rotate(-145deg);
}
section#login form span {
	position: absolute;
    font-size: 22px;
    bottom: 32px;
    color: #333333;
    left: 120px;
}
section#login #btns {
	display: flex;
	gap: 20px;
	position: absolute;
	right: 15px;
	bottom: 25px;
	width: calc(100% - 30px);
}
section#login #btns a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 5px;
	margin: auto;
	flex-grow: 1;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.2);
}
section#login #btns a:hover {
    background-color: rgba(255,255,255,0.3) !important;
}
section#login #btns a.google {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	display: none; /*block*/
	padding: 3px 5px 5px 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #c33b24;
	background-color: #DF4930;
}
section#login #btns a.google:hover {
    background-color: #E1543C !important;
}
#clock {
	color: #fff;
	font-size: 60px;
	text-align: right;
	position: absolute;
	top: 60px;
	right: 60px;
	font-family: 'Lato', sans-serif;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}
#clock h1,
#clock h4 {
	margin: 0;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	backdrop-filter: blur(5px);
}
#clock h1 {
    padding: 0 10px;
}
#clock h4 {
	font-size: 40px;
    display: inline;
    padding: 0 5px;
}
#logo {
	background-position: center center;
	background-size: 150px;
	display: block;
	width: 180px;
	height: 40px;
	bottom: 30px;
	left: 30px;
	position: absolute;
	background-image: url('/admin/images/Mable-logo.svg');
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.6);
    padding: 26px 0px;
    backdrop-filter: blur(10px);
	border-radius: 10px;
}
#logo:hover {
	background-color: rgba(255,255,255,0.8);
}
#rights {
	border-width: 3px;
	border-color: rgba(255,255,255,0.5);
	width: 100%;
	color: rgba(255,255,255,0.8);
	display: block;
	text-align: left;
	position: absolute;
	bottom: 30px;
	left: 220px;
	font-size: 12px;
	border-left-style: solid;
	padding: 0 20px;
	box-sizing: border-box;
}
#rights .icon {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	margin: 5px 5px 0 0;
	text-align:center;
	color: #fff;
	background-color: #e06881;
	border-radius: 50%;
}
#rights span {
    color: #fff;
}
#rights .icon:hover {
	text-decoration: none !important;
	background-color: #C95B56;
}
#rights a:hover {
	text-decoration: underline;
}

/* WELCOME PAGE */
body.welcome {
	background-color: #fff;
	background-image: url(/admin/images/corner_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100vh;
	transition: all 0s ease;
}
body.welcome * {
	transition: none;
}
body.welcome header {
	background-color: #F5F5F5;
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	background-repeat: no-repeat;
    background-size: 140px;
    background-position: 20px 100px;
	transition: background-position 0.8s ease;
}
body.welcome header.show {
    background-position: 20px 20px;
    background-image: url(/admin/images/Mable-logo.svg);
}
body.welcome h2 {
	color: #333;
	font-size: 22px;
	line-height: 60px;
}
body.welcome section {
	color: #333;
	display: block;
	height: calc(100vh - 140px);
	width: min(700px,90%);
	position: absolute;
	left: -100%;
	top: 120px;
	opacity: 0;
	z-index:-1;
	transition: all 1s ease;
}
body.welcome section.show {
	z-index:10;
	opacity: 1;
	left: max(calc(50% - 350px),5%);
}
body.welcome section.hide {
	left: 100%;
}
body.welcome p {
	color: #333;
	font-size: 18px;
	margin: 30px 0;
	text-align: center;
}
body.welcome h3 {
	color: #333;
	text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    width: fit-content;
    margin: 10px auto;
}
body.welcome button {
	position: absolute;
	left: 0px;
	bottom: 20px;
	background-color: #68CCE0;
	color: #fff;
	border: none;
	border-radius: 6px;
	height: 40px;
	font-size: 18px;
	padding: 0 20px 8px 40px;
	font-family: 'DIN Next LT Arabic Light';
	cursor: pointer;
	transition: background-color 0.3s ease;
}
body.welcome button span {
	position: absolute;
	left: 8px;
	top: 8px;
	transition: left 0.3s ease, transform 0.3s ease;
}
body.welcome button:hover span:not(.finish) {
	left: 4px;
}
body.welcome button:hover span.finish {
	transform: scale(1.2);
}
body.welcome button:disabled {
	background-color: rgba(0,0,0,0.05);
}
body.welcome a {
	font-weight: bold;
}
body.welcome a:hover {
	color: #e06881;
	text-decoration: underline;
}
body.welcome .avatar {
	width: 160px;
	height: 160px;
	margin: auto;
	background-image: url(/admin/images/avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transition: all 0.5s ease;
}
body.welcome .avatars {
	height: 124px;
	margin: auto;
}
body.welcome .avatars img {
    border-width: 2px;
	transition: all 0.3s ease;
}
body.welcome .theme {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}
body.welcome .theme a {
	width: 240px;
	max-width: 45%;
    height: 160px;
	font-size: 18px;
    font-weight: normal;
	padding: 5px;
	display: block;
	text-align: center;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
body.welcome .theme a:hover,
body.welcome .theme a:focus {
	color: #fff;
	background-color: #68cce0;
	text-decoration: none;
}
body.welcome .theme a span {
    height: 120px;
	margin-top: 10px;
	display: block;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.05);
	background-image: url(/admin/images/light-theme.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
body.welcome .theme a[href$=dark] span {
	background-image: url(/admin/images/dark-theme.jpg);
}
body.welcome form {
	width: 300px;
	margin: auto;
	background-color: #fff;
}
body.welcome form label {
	display: block;
	line-height: 40px;
}
body.welcome form label i {
	font-size: 12px;
    font-style: normal;
    float: left;
	color: #999;
}
body.welcome form input {
	display: block;
	height: 40px;
	width: 98%;
	background-color: rgba(0,0,0,0.05);
	border-radius: 6px;
	text-align: center;
}
body.welcome form input[type=url],
body.welcome form input[type=email] {
	direction: ltr;
}
body.welcome .mable-logo {
	width: 360px;
	max-width: 90%;
	height: 150px;
	margin: 35px auto;
	background-image: url(/admin/images/Mable-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
body.welcome .mongiddesigns {
	width: 200px;
	height: 250px;
	margin: auto;
	background-image: url(/admin/images/mongiddesigns.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* loading message */
#ldng {
	background-color: rgba(0,0,0,0.5);
	min-width: 200px;
	padding: 5px 10px;
	text-align: center;
	height: 32px;
	line-height: 20px;
    display: block;
	margin: 0px auto auto auto;
	position: absolute;
	top: -30px;
	left: 50%;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	backdrop-filter: blur(4px);
	z-index: 500;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateX(-50%);
}
#ldng.on {
	top: 10px;
	opacity: 1;
}
#ldng i {
	font-size: 21px;
    margin-top: 2px;
}
#ldng b {
	float: left;
	margin: 0 10px 0 5px;
	padding: 0 8px 3px 8px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
#ldng.action {
	cursor: pointer;
	display: flex;
    justify-content: space-between;
}
#ldng.action:hover {
	background-color: #88a3df;
}
#ldng.action:active {
	transform: scale(0.96);
}
#msgbox {
	display: block;
	overflow: auto;
	text-align: center;
    width: min(400px,90%);
	position: absolute;
	top: calc(50% - 150px);
	right: 50%;
	color: #fff;
    padding: 40px;
    direction: ltr;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.7);
	backdrop-filter: blur(5px);
	border-radius: 10px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
	transform: translateX(50%);
	opacity: 1;
	transition: all 0.4s ease;
	z-index: 500;
}
#msgbox .close {
	font-family: 'Material Icons';
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #9C9C9C;
	width: 21px;
	height: 21px;
	border-radius: 3px;
	cursor: pointer;
}
#msgbox .close:hover {
	color: #fff;
	background-color: #88a3df;
}
#msgbox.rtl {
    direction: rtl;
}
#msgbox:empty,
#msgbox.hide {
	opacity:0;
	transform: scale(0.25) translateX(200%);
	z-index: -100;
}
#msgbox .icon {
	font-size: 36px;
    background: rgba(0,0,0,0.1);
    width: 36px;
    border-radius: 50%;
    padding: 8px 10px;
    margin: auto;
	color: #68cce0;
}
form.mbl-form button i.g,
#msgbox .g {
	color: #A7E068;
}
form.mbl-form button i.o,
#msgbox .o {
	color: #FF9F40;
}
form.mbl-form button i.r,
#msgbox .r {
	color: #FF6384;
}
#msgbox footer {
	display: flex;
	justify-content: space-evenly;
	padding-top: 10px;
	gap: 10px;
}
#msgbox footer:empty {
	display: none;
}
#msgbox footer button {
	background-color: #88a3df;
    padding: 0 10px 10px 10px;
    border-radius: 5px;
    width: 80px;
	flex-grow: 1;
}
#msgbox footer button:nth-child(2) {
    background-color: rgba(255,255,255,0.1);
}
#msgbox footer button:hover {
	background-color: rgba(255,255,255,0.2);
}

/* MableBox */
#mablebox-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	background-image: url(/admin/images/loader.svg);
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
	transition: backdrop-filter 0.3s ease, padding 0.3s ease, width 0.3s ease;
	z-index: 600;
}
#mablebox-wrap .api h2 {
	background-color: #88a3df;
	font-size: 16px;
    margin: auto;
    padding: 0 20px 5px 20px;
    width: fit-content;
    color: #fff;
    border-radius: 6px;
}
#mablebox-wrap .api h2:empty{
	display: none;
}
div#mablebox {
	display: block;
	overflow: auto;
	text-align: center;
	margin: 20px auto 50px auto;
	/*width: 100%; issue with image width if enabled*/
	max-width: calc(100% - 40px);
	/*max-height: -webkit-fill-available;*/
	color: #fff;
    direction: ltr;
    box-sizing: border-box;
    background-color: #202427;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	backdrop-filter: blur(5px);
	border-radius: 10px;
	box-shadow: 0px 18px 36px -18px rgba(0,0,0,0.5), 0px 30px 45px -30px rgba(50,50,93,0.25);
	transform: scale(0.5) translateY(40%); /* rotateX(45deg) perspective(2000px) */
	opacity: 0;
	transition: all 0.3s ease;
}
div#mablebox.fullheight {
	max-height: calc(100vh - 80px);
}
div#mablebox.fullscreen {
	margin: auto;
    max-width: 100% !important;
	width: 100% !important;
    height: 100% !important;
    max-height: 100vh;
	border-radius: 0;
}
div#mablebox.mfullscreen {
	margin: 10px auto;
    max-width: 100% !important;
	width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
    max-height: 100vh;
	border-radius: 10px;
}
#mablebox.show {
	transform: scale(1) translateY(0) !important;
	opacity: 1;
}
/*#mablebox-wrap:hover > #mablebox {
	transform: scale(0.8) translateX(-20%) !important;
}
#mablebox-wrap:hover {
	width: calc(100% - 300px);
}*/
#mablebox.api {
	background-color: #ffffffd9;
	color: #333;
    padding: 0 20px;
    text-align: right;
	max-height: 300px;
}
[data-theme='dark'] #mablebox.api {
	background-color: #202427ba;
	color: #fff;
}
#mablebox.api section {
    max-height: 200px;
	overflow-y: auto;
	margin: 10px 0;
	direction: rtl;
}
#mablebox.api section s {
    font-family: 'Material icons';
	text-decoration: none;
    vertical-align: middle;
	color: #68cce0;
}
#mablebox.api img {
	max-width: 70%;
    margin: auto;
    display: block;
    border-radius: 5px;
}
#mablebox.api footer {
    height: 20px;
}
#mablebox > img {
	max-width:100%;
	max-height: 100%;
}
#mablebox-frame {
	height: 100%;
	width:100%;
	/*max-height: calc(100vh - 80px);*/
	transition: all 0.3s ease;
	margin-bottom: -4px;
}
div#mablebox.fullheight #mablebox-frame {
	max-height: calc(100vh - 80px);
}
div#mablebox.mfullscreen #mablebox-frame,
div#mablebox.fullscreen #mablebox-frame {
	height: 100% !important;
	max-height: 100vh !important;
}
#mablebox-tabs {
	display: none;
	align-items: end;
	gap: 5px;
	position: fixed;
    right: 320px;
    bottom: -4px;
	width: calc(100% - 430px);
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
	transition: bottom 0.5s ease;
	z-index: 1000;
}
.side-menu:not(.show_x) ~ #mablebox-tabs {
    right: 20px;
	width: calc(100% - 130px);
}
#mablebox-tabs.show {
	display: flex;
}
#mablebox-tabs.hide {
	bottom: -80px;
}
#mablebox-tabs li {
	position: relative;
}
#mablebox-tabs a {
	color: #fff;
	white-space: nowrap;
	background-color: #44474a;
	border-radius: 4px 4px 0 0;
    min-width: 100px;
	max-width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: inline-block;
	backdrop-filter: blur(5px);
    height: 26px;
    padding: 3px 15px 3px 35px;
	transition: all 0.3s ease;
}
#mablebox-tabs li:hover a {
	background-color: #88a3df;
}
#mablebox-tabs li a.current {
	background-color: #88a3df;
	padding-bottom: 10px;
}
#mablebox-tabs .icon {
	color: #fff;
    font-family: 'Material Icons Outline';
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    padding-top: 5px;
    margin-right: -7px;
    margin-left: 5px;
    float: right;
}
#mablebox-tabs .close {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	font-family: 'Material Icons';
	font-style: normal;
	position: absolute;
    left: 8px;
    top: 8px;
    cursor: pointer;
	border-radius: 3px;
	font-size: 18px;
}
#mablebox-tabs .close:hover {
	background-color: rgba(0,0,0,0.4);
}
#mablebox-m {
	display: none;
}
#notification {
	width: 360px;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: -90px;
	left: calc(50% - 180px);
	opacity: 0;
	border-radius: 5px;
	z-index: 10001;
	box-shadow: 0 10px 35px 0 rgba(0,0,0,0.25);
	transition: all 0.5s ease;
}
#notification.show {
	top: 20px;
	opacity: 1;
}
#notification .thumb {
	background-position: center;
	background-size: cover;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	z-index: 100;
}
#notification .txt {
	font-size: 14px;
	padding: 10px;
	height: 44px;
	margin-right: 64px;
	background-color: rgba(255,255,255,0.9);
}
#notification .close {
	font-family: 'Material Icons';
	width: 16px;
	height: 16px;
	padding: 2px;
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(0,0,0,0.3);
	display: none;
	cursor: pointer;
}
#notification .close:hover {
	color:#e06881;
}
.add_new {
	width: 56px;
	height: 56px;
	position: fixed;
	bottom: 32px;
	left: 32px;
	opacity: 0;
	transform: translateY(100px); 
	z-index: 350;
}
.add_new.show {
	height: 160px;
}
.add_new:empty {
	display: none;
}
.add_new a {
	text-align: center;
	overflow: hidden;
	border-radius: 40%;
	position: absolute;
}
.add_new a:first-child {
	line-height: 56px;
	color: #fff;
	background-color: #68cce0;
	height: 56px;
	width: 56px;
	bottom: 0;
	left: 0;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
	transition: all 0.3s;
	z-index: 100;
}
.add_new a:nth-child(n+2),
.add_new a:nth-child(n+3){
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #757575;
    height: 40px;
    width: 40px;
    bottom: 20px;
    left: 8px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
	transition: all 0.3s;
	opacity: 0;
}
.add_new.show a:nth-child(n+2) {
	opacity: 1;
    bottom: 66px;
}
.add_new.show a:nth-child(n+3) {
	opacity: 1;
    bottom: 116px;
}
.add_new a:first-child:hover,
form#menuadd input[type=submit]:hover {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
}
.add_new a:nth-child(n+2):hover{
    background-color: #e06881;
}
.shadow {
	/*box-shadow: -15px 0px 15px 0px rgba(0,0,0,0.5);*/
	box-shadow: 0 10px 10px -10px #00000080;
}
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	z-index: 500;
	display: none;
}
.hamRotate.active {
	transform: rotate(45deg);
}
.hamRotate180.active {
	transform: rotate(180deg);
}
.line {
	fill:none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke:#fff;
	stroke-width:5.5;
	stroke-linecap:round;
}
.ham1 .top {
	stroke-dasharray: 40 139;
}
.ham1 .bottom {
	stroke-dasharray: 40 180;
}
.ham1.active .top {
	stroke-dashoffset: -98px;
}
.ham1.active .bottom {
	stroke-dashoffset: -138px;
}

header {
	color: #fff;
	line-height: 90px;
	padding: 0 100px;
	transition: all 0.5s ease;
}
header#body {
	/*height: 60px;*/
	text-align: right !important;
	padding: 2px 1px 6px 5px;
	cursor: auto;
	position: relative;
	transition: height 0.3s ease;
}
.popup header#body {
	background: linear-gradient(45deg, #88a3df 0%, #68cce0 100%);
}
header#body a {
	color: #FFFFFF;
}
header#body .back {
	font-family: 'Material Icons';
	font-size: 21px;
	width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 40%;
    background-color: rgba(0,0,0,0.15);
    top: 20px;
    right: 10px;
    line-height: 34px;
    text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.popup header#body .back {
    top: 16px;
}
header#body .back:empty {
    background-color: transparent;
}
header#body .back:hover {
    background-color: rgba(0,0,0,0.25);
}
header#body .back:active {
    transform: scale(0.95);
}
header#body .back[href='#'],
header#body .back[href='#']:hover,
header#body .back[href='#']:active {
	cursor: default;
	background-color: rgba(0,0,0,0.15);
	transform: scale(1);
}
header h2 {
	margin-right: 5px;
	line-height: 58px;
	display: flex;
	width: fit-content;
	flex-wrap: wrap;
    max-width: calc(100% - 400px);
	white-space: nowrap;
}
header h2#header_title {
	height: 58px;
	transition: all 0.3s ease;
}
.popup header#body h2 {
	margin-right: 20px;
}
.popup .back + h2#header_title,
header .back + h2#header_title {
	margin-right: 58px;
}
header h2 a {
	margin-left: 5px;
}
header h2 span {
	margin-right: 5px;
}
header#body h2 a:not(:last-child) {
	color: #ffffffb3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
    border-radius: 3px;
}
header#body h2 a:not(:last-child):hover {
	color: #ffffff;
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 0px 5px rgba(0,0,0,0.1);
}
header#body h2 a:last-child {
    line-height: 30px;
	display: block;
    width: 100%;
	cursor: context-menu;
}
header#body h2 a:only-child {
    line-height: 58px;
	font-size: 24px;
	transition: all 0.3s ease;
}
header#body.tabs-head h2 {
	margin-right: 25px;
	line-height: 66px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
header#body.tabs-head {
	height: 100px;
	padding-bottom: 0;
}
header#body .icons {
	position: absolute;
	left: 10px;
	top: 17px;
	direction:ltr;
	display: flex;
}
header#body .icons a {
	font-family: 'Material Icons';
	font-size: x-large;
	line-height:normal;
	display:inline-block;
	padding: 5px;
	border-radius: 40%;
	position: relative;
}
header#body .icons a#pin_window {
	margin-left: 5px;
}
body.home header#body .icons .close,
body.popup header#body .icons .bell {
	display: none;
}
body.home header#body .icons .bell,
body.popup header#body .icons .close {
	display: block;
}
header#body .icons a[href='#'] {
	opacity: 0.2;
}
header#body .icons a[href='#save'] {
	overflow: hidden;
}
header#body .icons a[href='#save'] i {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background-color: rgba(0,0,0,0.1);
	width: 100%;
}
header#body .icons a:hover,
header#body .icons a.current,
header#body .icons form input[type=submit]:hover {
	background-color: rgba(0,0,0,0.1);
}
header#body .icons .close {
	display: block;
    background-color: #a74c5f;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    width: 24px;
    border-radius: 10px;
    text-align: center;
	margin: 0 10px 0 5px;
	z-index: 500;
}
header#body .icons .close:hover {
    background-color: #8b2a3e;
}
header#body .icons .minimize {
	display: none;
    background-color: #00000024;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    width: 24px;
    border-radius: 10px;
    text-align: center;
	margin: 0 10px 0 -5px;
}
header#body .icons .minimize:hover {
    background-color: #0000005c;
}
header#body .icons form {
	border-width: 1px;
	border-color: rgba(255,255,255,0.3);
	margin: 0px 0px 0px 5px;
	border-left-style: solid;
	padding-left: 5px;
	display: flex;
	direction: rtl;
}
header#body .icons form input[type=submit] {
	border-style: none;
	border-width: 0px;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
}
header#body .icons form select {
	border-radius: 6px;
	height: 30px;
	margin-top: 2px;
}
header#body .icons form input[type=search] {
	font-family: 'DIN Next LT Arabic Light';
	color: #fff ;
	border-style: none;
	margin: 2px 5px 1px 5px;
	width: 160px;
	background-color: rgba(255,255,255,0.2);
	height: 30px;
	padding: 5px;
	border-radius: 6px;
	transition: width 0.3s ease;
}
header#body .icons form input[type=search]::-webkit-input-placeholder {
	color: #fff;
}
header#body .icons form input[type=search]:focus {
	width: 200px;
	box-shadow: 0 0 0 0 #fff;
}
header#body input[type=checkbox] {
	margin-right: 1px;
	margin-left: 6px;
	cursor: pointer;
}
header .notifications {
    background-color: rgb(255 255 255 / 90%);
    color: #383838;
    height: 0;
    width: 300px;
    position: absolute;
    top: 55px;
    left: 10px;
	overflow:hidden;
    box-shadow: 0px 7px 15px #0000001f;
    z-index: 300;
    border-radius: 12px;
    backdrop-filter: blur(3px);
    transition: height 0.5s ease;
}
header .notifications.sided {
	height: 80vh;
}
header .notifications h2 {
	display: flex;
    justify-content: space-between;
	margin: 0 15px !important;
	width: auto;
    max-width: 100%;
    line-height: 44px;
	border-bottom: solid 1px #68cce0;
	border-image: linear-gradient(to right, #e06881, #68cce0, #68cce0) 1;
}
header .notifications h2 i {
	font-style: normal;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(0,0,0,0.15);
    height: 16px;
    border-radius: 10px;
    line-height: 14px;
    margin: 12px 0;
    padding: 5px 10px;
    text-align: center;
}
header .notifications .contents {
	height: calc(100% - 140px);
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-image: url('images/no-notifs.png');
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center;
}
header .notifications .online:empty ~ .contents {
	height: calc(100% - 51px);
}
header .notifications .contents > div {
	display: flex;
	margin: 5px 15px;
	overflow: hidden;
	padding: 10px;
	font-size: 14px;
	border-radius: 10px;
}
header .notifications .contents > div:hover {
	background-color: rgba(0,0,0,0.1);
}
header .notifications .contents > div.new {
	border-right-style: solid;
	border-width: 5px;
	border-color: #68cce0;
}
header .notifications .contents > div .avatar {
	margin: 6px 0px 6px 6px;
	border:none;
}
header .notifications .contents > div p {
	line-height: 26px;
	margin: 0;
}
header .notifications .contents > div p time {
	display: block;
	font-size: 10px;
	color: #b3b3b3;
}
header .notifications .online {
	padding: 5px 10px 10px 5px;
    margin: 5px 15px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.1);
	font-size: 12px;
    display: flex;
	flex-wrap: wrap;
	z-index: 1;
}
header .notifications .online h3 {
	line-height: 25px;
    padding: 0px;
    display: flex;
    margin: 0 0 5px 0;
	width: 100%;
    font-size: 12px;
}
header .notifications .online h3 span {
	margin-left: 5px;
	color: #68cce0;
	font-size: 15px;
}
header .notifications .online:empty {
	display: none;
}
header .notifications .online .avatar {
	background-image: url(/admin/images/avatars/mongid.jpg);
    width: 28px;
    height: 28px;
    border-radius: 50%;
	float: none;
    margin: 0 0 0 5px;
	border-width: 2px;
	cursor: pointer;
}
header .bell {
	position: relative;
	z-index: 350;
}
header .bell.sided {
	background-color: #e06881;
}
header .bell i {
	position: absolute;
    left: 11px;
    bottom: -4px;
    z-index: 0;
    display: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255,255,255,0.9);
}
header .bell.sided i {
	display: block;
}
#main {
	width: 100vw;
	height: 100vh;
	display: grid;
    grid-template-rows: auto auto 1fr;
	position: relative;
	overflow: visible !important;
	background-position: center;
    background-repeat: no-repeat;
}
#main.loading {
	background-image: url(/admin/images/loader.svg);
}
aside.side-menu + #main {
	width: calc(100vw - 300px);
}
.side-menu .latest {
	display: none;
}
.left-side {
	background-color: rgba(255,255,255,0.85);
	color: #333;
	height: 100vh;
	width: 300px;
	position: absolute;
	top: 0px;
	left: -300px;
	z-index: 400;
	backdrop-filter: blur(10px);
    transition: left 0.5s ease, box-shadow 0.5s ease;
}
.left-side.sided {
	left: 0;
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
}
.left-side .close {
	display: none;
	font-family: 'Material Icons';
	background: #68cce0;
	color: #fff;
	position: absolute;
    top: 20px;
    right: 0;
    font-size: 30px;
    padding: 5px;
    border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.left-side.sided .close {
    display: block;
	right: -40px;
}
.left-side.sided .close:hover {
	background: #68cce0b0;
}
.left-side form:empty {
	height: 100vh;
	background-image: url(/admin/images/loader.svg);
}
.left-side form.mbl-form {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent !important;
	overflow: auto;
	height: inherit;
	padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
	color: #686868;
	font-family: 'DIN Next LT Arabic';
}
[data-theme='dark'] .left-side form.mbl-form {
	color: #D8D9DB;
}
.left-side form.mbl-form h2 {
	font-family: 'DIN Next LT Arabic';
	font-size: 20px;
	display: block;
    width: 100%;
	padding-bottom: 20px;
    border-bottom: solid 1px #68cce0;
    border-image: linear-gradient(to right, #e06881, #68cce0, #68cce0) 1;
}
.left-side form.mbl-form h2:before {
	content: 'search';
	font-family: 'Material Icons Outline';
	font-size: 24px;
    margin-left: 10px;
    padding-top: 5px;
    display: inline-block;
    float: right;
	color: #68cce0;
}
.left-side.tools form.mbl-form h2:before {
	content: 'settings';
}
.left-side form.mbl-form label:not(.material-icons) {
	display: block;
	line-height: 50px;
	width: 100%;
	font-family: 'DIN Next LT Arabic';
}
.left-side form.mbl-form label.material-icons {
	padding: 4px 8px 2px 8px;
}
.left-side form.mbl-form .actnbtns {
	flex-wrap: wrap;
    gap: 5px;
	justify-content: space-between;
	margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #d5d5d5 solid;
}
[data-theme='dark'] .left-side form.mbl-form .actnbtns {
    border-color: #585b5e;
}
.left-side form.mbl-form .actnbtns button {
	margin: 0;
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
	line-height: normal;
    height: auto;
    padding: 2px 0 4px 0;
	width: 30%;
    min-width: 0;
	position: relative;
}
.left-side form.mbl-form .actnbtns button i {
	margin: 0;
	position: relative;
	float: none;
    line-height: normal;
    display: block;
}
.left-side form.mbl-form .actnbtns button i + span {
	font-size: 12px;
}
.left-side form.mbl-form .actnbtns button.checkall i {
	color: #b3b4b5;
}
.left-side form.mbl-form .actnbtns button.del i {
	color: #e06881;
}
.left-side form.mbl-form .actnbtns button:active {
	transform: scale(0.95);
}
.left-side form.mbl-form .actnbtns button:active i {
	font-family: 'Material Icons' !important;
}
[data-theme] .left-side form.mbl-form .actnbtns button.checkall.checked i {
	color: #68cce0;
	font-family: 'Material Icons' !important;
}
[data-theme='dark'] .left-side form.mbl-form .actnbtns button.checkall i {
	color: #686A6C;
}
.left-side form.mbl-form .actnbtns button b {
    position: absolute;
    top: -5px;
	left: 0;
    background-color: #88a3df;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.left-side form.mbl-form input {
	width: 100%;
	margin: 0;
}
.left-side form.mbl-form select {
	width: 50%;
	margin: 0;
}
.left-side form.mbl-form hr {
	margin: 20px 0 0 0;
}
.left-side form.mbl-form button {
	color: #333;
	font-weight: normal;
}
.left-side form.mbl-form button:hover,
.left-side form.mbl-form button.checked {
	background-color: rgb(0,0,0,0.1);
}
header.user_statics {
	height: auto;
	width: 100%;
	padding: 14px 0 20px 0;
	color: #333;
}
header.user_statics .avatar {
	width: 100px;
	height: 100px;
	float: none;
	margin: auto;
	position: relative;
	overflow: visible;
}
header.user_statics .avatar i {
	width: 16px;
	height: 16px;
	background-color: #999;
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	border-radius: 50%;
}
header.user_statics h2 {
	line-height: 20px;
	margin: 0;
	padding: 10px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
header.user_statics h4 {
	padding: 0 20px;
	font-size: 13px;
	height: 20px;
}
header.user_statics h4 a {
	font-weight: bold;
}
header.user_statics .preview {
	width: 80%;
    border-radius: 10px;
    height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	float: none;
	margin: auto;
	position: relative;
	overflow: visible;
}
section.user_statics {
	height: auto;
	margin: 0 30px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	overflow: auto;
}
section.user_statics.badge {
	display: flex;
    flex-wrap: nowrap;
    gap: 20px;
	margin: 20px 10px 10px 10px;
    padding: 0;
	overflow: hidden;
}
section.user_statics.badge .avatar {
	max-width:64px;
	height:64px;
	margin:auto;
}
section.user_statics h4 {
	color: #68cce0;
	font-size: 22px;
	padding: 15px 0;
	height: 30px;
	flex-grow: 1;
}
section.user_statics h4 b {
	float: left;
}
section.user_statics div.hlf {
	padding: 10px;
	flex-grow: 1;
	justify-content: space-between;
	text-align: center;
	background-color: rgba(0,0,0,0.05);
	border-radius: 6px;
}
section.user_statics > div {
	flex-basis: 100%;
	background-color: transparent;
	padding: 0;
}
section.user_statics > div:last-child {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
section.user_statics > div b {
	display: block;
	font-size: 22px;
}
section.user_statics > div a {
	display: block;
	width: 28px;
	flex-shrink: 1;
	height: 60px;
	background-color: rgba(0,0,0,0.05);
	position: relative;
}
section.user_statics > div a:hover i {
	color: #333;
}
section.user_statics > div a u {
	display: block;
	width: 100%;
	background-color: #68cce0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-radius: 6px;
	transition: height 1s ease;
}
section.user_statics > div i {
	width: 100%;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 40px;
	right: 0px;
}
section.user_statics .file_url {
	direction:ltr;
	color: #333;
	background:rgba(0,0,0,0.05);
	padding: 14px 5px;
    text-align: center;
    margin: 0;
	border-radius: 6px;
	width:100%;
	overflow-wrap: break-word;
	box-sizing: border-box;
	border: 2px dashed transparent;
}
section.user_statics .file_url:hover {
    border: 2px dashed #88a3df;
}
section.user_statics .file_url:focus {
	background:rgba(0,0,0,0.02);
}
section.user_statics .download {
	height: 40px;
	line-height: 36px;
	width:100%;
	text-align: center;
	margin-top: 10px;
	background-color: #68cce0;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
}
section.user_statics .download:hover {
	background-color: #e06881;
}

/* Theme Switcher */
#switch-theme #circle {
	transition: all 0.5s ease;
}
#switch-theme.animate #rotate {
	animation: rotation 1s forwards;
}
#switch-theme.reverse #rotate {
	animation: reverserotation 1s forwards;
}
[data-theme='light'] #switch-theme #circle {
	transform: scale(1.2) translateX(-2px);
}
[data-theme='dark'] #switch-theme #circle {
	transform: scale(1.2) translateX(0);
}
@keyframes rotation {
	0% {
		transform: rotate(0);
	}
	40% {
		transform: rotate(185deg);
	}
	100% {
		transform: rotate(160deg);
	}
}
@keyframes reverserotation {
	0% {
		transform: rotate(0);
	}
	40% {
		transform: rotate(-185deg);
	}
	100% {
		transform: rotate(-160deg);
	}
}

/* Information Header */
.info-head {
	background-color: #ffffff36;
    backdrop-filter: blur(10px);
    margin: 10px 0 0 10px;
    display: flex;
	box-shadow: 0 4px 10px 0px #00000024;
    border-radius: 10px;
}
.popup .info-head {
    margin: 10px;
}
.info-head:empty {
    margin: 0;
}
.info-head > div {
	display: flex;
	flex-grow: 1;
	align-items: center;
	gap: 10px;
	max-width: 50%;
	overflow: hidden;
	color: #333;
	background-color: rgba(231,231,231,0.5);
	/*background-color: #68cce0;*/
    margin: 10px;
	padding: 5px;
	position: relative;
    border-radius: 8px;
	transition: all 0.2s ease;
}
header#body .info-head a {
	color: #333;
	font-family: 'DIN Next LT Arabic';
}
[data-theme='dark'] .info-head > div {
	color: #fff;
	background-color: rgba(0,0,0,0.45);
}
.info-head > a.btn {
	display: block;
    font-size: 27px;
    height: 40px;
    line-height: 40px;
    width: 40px;
	flex-shrink: 0;
    text-align: center;
    font-family: 'Material Icons' !important;
    color: #fff !important;
    background-color: rgba(0,0,0,0.2);
    margin: 22px 10px;
    padding: 5px;
    position: relative;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.info-head > a.btn:hover {
    background-color: rgba(0,0,0,0.3);
}
[data-theme='dark'] .info-head > a.btn:hover {
    background-color: #88a3df;
}
.info-head > a.btn:active {
	transform: scale(0.95);
}
.info-head #canvas-holder:active {
	transform: scale(0.98);
}
.info-head .avatar {
	border-radius: 40%;
}
.info-head .avatar sup {
	background-size: cover;
	width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: 50%;
}
.info-head h3 {
	font-size: 24px;
	min-width: 24px;
    text-align: center;
    margin: 0 2px 0 10px;
    padding: 0 8px 5px 8px;
    border-radius: 8px;
    line-height: normal;
	background-color: #00000024;
}
.info-head h4 {
	font-size: 18px;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.info-head p {
	line-height: normal;
	font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
}
[data-theme='dark'] .info-head p {
	color: #68cce0;
}
.info-head > div sub {
    position: absolute;
    font-size: 12px;
	line-height: 20px;
    left: 6px;
    bottom: 6px;
    padding: 0 5px 3px 5px;
    border-radius: 4px;
    color: #fff;
    background-color: #68cce0;
}
[data-theme='dark'] .info-head > div sub {
    background-color: #0000004d;
}
.info-head hr {
	width: 30px;
    height: 0px;
    margin: auto;
    border-width: 2px;
    transform: rotate(90deg);
    color: #88a3df !important;
}

main {
	padding: 5px;
	box-sizing: border-box;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	overflow-y: auto;
	overflow-x: hidden;
	transition: height 0s ease, opacity 0.5s ease, transform 0.5s ease;
}

/* for main in listing */
main.listing {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	opacity: 0;
	transform: translateY(20px);
    width: calc(100% - 10px);
    border-radius: 8px;
}
.popup main.listing {
	width: calc(100% - 12px);
    margin-right: 6px;
}

/* for main in trash listing */
main main.listing {
	height: calc(100vh - 124px);
}

/* for main in windows */
main.window {
	height: auto;
	padding: 0;
	overflow-y: hidden;
	position: relative;
}
main.window[data-actn=''] {
	overflow-y: auto;
	height: calc(100vh - 68px);
}
#main > nav:not(.bottom) {
	height: auto;
    margin: 10px 0 0 10px;
    padding: 6px 9px 0 10px;
    position: relative;
	background-color: #eee;
	border-radius: 8px 8px 0 0;
	z-index: 200;
}
.popup #main > nav:not(.bottom) {
	margin: 0 5px 0 0;
	width: calc(100% - 30px);
}
#main > nav:not(.bottom):empty {
	height: 0;
}
nav #list_header {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	height: 34px;
	color: #FFFFFF;
	line-height: 20px;
	white-space: nowrap;
	border-radius: 6px;
	background: linear-gradient(45deg, #88a3df 0%, #68cce0 100%);
}
nav #list_header .spacer {
	flex-grow: 2;
	white-space: nowrap;
}
nav #list_header span {
	padding: 0 10px;
	margin: 4px 5px 0 5px;
    height: 26px;
    font-size: 15px;
	line-height: normal;
	text-align: center;
	width: 60px;
	border-radius: 6px;
	flex-shrink: 1;
	position: relative;
	transition: all 0.3s ease;
}
nav #list_header span u {
	font-family: 'Material Icons';
	text-decoration: none;
	font-size: 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 3px;
    left: -0;
}
nav #list_header span.disabled {
	cursor: not-allowed;
}
nav #list_header span.current {
	padding: 0 10px 0 20px;
	background-color: rgba(0,0,0,0.1);
}
nav #list_header span:not(.disabled):hover {
	background-color: rgba(0,0,0,0.1);
}
nav #list_header a {
	text-decoration: none;
	color: #fff;
	display: block;
	border-radius: 5px;
}
#main > nav .list_filter {
	display: flex;
	width: fit-content;
    margin-top: 5px;
	margin-right: 5px;
    padding-right: 0;
    font-size: 12px;
	overflow: hidden;
	height: 25px;
    background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
}
#main > nav .list_filter:empty {
    display: none;
}
#main > nav .list_filter a {
	position: relative;
	overflow: hidden;
	display: inline-block;
    color: #fff !important;
	height: 25px;
	padding: 0 15px 4px 15px;
	border-radius: 0 !important;
	transition: all 0.5s ease;
}
#main > nav .list_filter a[href='#all'] {
	padding-left: 10px;
}
#main > nav .list_filter a:hover,
#main > nav .list_filter a.current {
    background-color: rgba(0,0,0,0.2);
}
#main > nav .list_filter div a:hover,
#main > nav .list_filter div a.current {
	padding: 0 22px 4px 8px;
	color: #fff !important;
}
#main > nav .list_filter a i {
	position: absolute;
    right: -16px;
    font-size: 15px;
    line-height: 24px;
	transition: right 0.3s ease;
}
#main > nav .list_filter a:hover i,
#main > nav .list_filter a.current i {
    right: 4px;
}
#main > nav .list_filter a > sup {
	display: none;
	float: left;
	margin: 5px 6px 0 0;
    padding: 0 6px;
    height: 16px;
    line-height: 14px;
    border-radius: 4px;
	text-align: center;
	min-width: 6px;
    background-color: rgba(0,0,0,0.3);
	background-image: url('/admin/images/oval.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}
#main > nav .list_filter a.current sup {
	display: block;
}
#main > nav .list_filter a.current sup:not(:empty) {
	background-image: none;
}
.empty {
	width: 218px !important;
    height: 185px !important;
	margin: calc(50vh - 200px) auto auto auto !important;
    background-image: url(/admin/images/noresults.jpg);
	background-repeat: no-repeat;
	background-position: center;
    display: block;
	position: static !important;
    right: calc(50% - 109px) !important;
    bottom: calc(50% - 100px) !important;
	transition: all 0.5s ease;
}

/* --- Items List --- */
.block {
	position: relative;
	background-position: right bottom;
	line-height: 35px;
	color: #333;
	background-color: #f5f5f5;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-repeat: no-repeat;
	margin: 2px;
	border-right: 5px solid;
	border-color: transparent;
	box-sizing: border-box;
	border-radius: 6px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.block:has(a.title[data-mablebox]):hover {
	border-color: #88a3dfcc;
}
.block:has(a.title[href*='edit']):hover {
	border-color: #68cce0cc;
}
.block.sub {
	padding-right: 40px;
	font-size: 14px;
	box-sizing: border-box;
}
.block.sub i {
	color: #88a3dfb3;
	margin-right: 10px;
	font-style: normal;
}
.block.selected {
	background-color: #fff !important;
}
.block.locked:hover {
	border-color:#E8BF1A99 !important;
}
.block.cat {
	background-color: #ededed !important;
}
.block.cat.title {
	display: flex;
	background-color: #ffffff !important;
	padding-bottom: 15px;
}
.block.cat.title h2 {
	flex-grow: 1;
}
.block.cat.title b {
	margin: 0 20px;
    line-height: 38px;
}
.block.cat.title:hover {
	background-color: #fff;
	box-shadow: none;
}
section.cat {
	width: 100%;
    margin: 10px 5px;
    padding: 5px 3px;
	background-color: rgba(255,255,255,0.03);
    border-radius: 10px;
}
section.cat:first-child {
    margin: 0 3px 10px 5px;
}
[data-theme='light'] [data-tbl='blocks'] section.cat {
	background-color: #fff;
}
.block > a[href='#act'] {
    padding: 4px 0 0 10px;
}
.block:hover {
	background-color: #fafafa;
	position: relative;
	z-index: 10;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}
.block:hover .tools {
	color: #e06881;
}
.block a.title {
	font-family: 'DIN Next LT Arabic';
	flex-grow: 2;
	white-space: nowrap;
	flex-basis: 100px;
	min-width: 120px;
	overflow-x: hidden;
	font-weight: normal;
}
.block a.title sub {
	display: block;
    line-height: 20px;
    color: #6c98a5;
	margin-bottom: 5px;
	overflow: hidden;
}
.block a.title ~ i {
	line-height: 40px;
	padding: 0 5px;
	cursor: help;
}
.block a.title ~ span {
	padding: 0 15px;
	text-align: center;
	flex-grow: 1;
	width: 60px;
	max-width: 82px;
	position: relative;
	overflow: hidden;
}
.block a.title ~ span:empty {
	display: none;
}
.block a.title ~ span small {
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	white-space: normal;
	display: block;
}
.block a.title ~ span i {
	font-style: normal;
}
.block a.title ~ span.geo {
	width: 40px !important;
	min-width: 0;
	padding-top: 2px;
}
.block span.ticker-container {
	background-color: #cccccc42;
	border-radius: 6px;
}
.block a.title ~ span .ticker {
	white-space: nowrap;
	display: inline-block;
}
.block span a.ext_link {
	color: #68cce0 !important;
	font-weight: bold;
}
.block a.title ~ span.thumb {
	padding: 0;
	width: 60px;
	height: 36px;
	flex-grow: 0;
}
.block a.title ~ span.thumb a {
	position: relative;
	display: block;
}
.block a.title ~ span.thumb a img {
	width: 30px;
	height: 30px;
	border: 2px solid rgba(0,0,0,0.1);
	margin: 1px;
	border-radius: 40%;
}
.block a.title ~ span.thumb a u {
	width: 32px;
	height: 32px;
	color: #fff;
	background-color: #68cce0;
	position: absolute;
	top: 2px;
	right: 14px;
	line-height: 30px;
	text-decoration: none;
	opacity: 0;
	border-radius: 40%;
}
.block a.title ~ span.thumb a:hover u {
	opacity: 1;
}
.block a.title:hover ~ span.thumb a img,
.block a.title ~ span.thumb a:hover img {
	border-color: #68cce0;
}
.block a.title ~ span img {
	height: 24px;
	margin-top: 8px;
}
.block a.title ~ b.lang-icon {
	background-color: rgba(0,0,0,0.05);
    border-radius: 40%;
    margin: 8px 4px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
	font-size: 12px;
    text-align: center;
    line-height: 24px;
	color: #5d5d5d;
}
.block a:hover {
	color: #e06881 !important;
}
.block input.title {
	flex-grow: 2;
	width: 100%;
	margin-top: 7px;
}
.block input[type=number] {
	width: 50px;
	margin: 0 0 7px 0;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	height: 26px;
}
.block input[type=number]:focus {
	border-color: #68cce0 !important;
}
.cat .block > a.material-icons:not([href]),
.item .block > a.material-icons:not([href]) {
	background: none;
	color: #ccc !important;
	cursor: not-allowed;
}
.block span .chart {
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 4px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
	border-radius: 50%;
}
.block span .chart u {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 100vh;
	font-style: normal;
	font-size: 12px;
}
.block .date {
	display: inline-block;
    line-height: 20px;
    text-align: right;
    direction: ltr;
	font-size: 13px;
	vertical-align: sub;
}
.block .date b {
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
}
.block a.avatar {
	width: 28px;
    height: 28px;
	margin: 0 0 0 10px;
	border-radius: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	border: 2px solid #ccc;
}
.block a.avatar.Y {
	border-color: #68cce0;
}
main.statics {
	background:#FDFDFD;
	margin-top:20px;
	min-height: 100px;
	max-height: calc(100vh - 520px);
	border-radius: 5px;
}
main.statics .block,
main[data-tbl=logs] .block,
main[data-style='cards'] .block {
	padding-right: 10px;
}
main.statics .block span.date {
	padding-left: 10px;
}
div.tools {
	color: rgba(0,0,0,0.7);
    position: relative;
    width: 40px;
    text-align: center;
    cursor: pointer;
	border-radius: 50%;
}
.block div.tools:hover {
	color: #e06881;
	background-color: rgba(0,0,0,0.05);
}
div.tools:before {
    content: 'more_vert';
}
div.tools:focus p.menu,
div.tools:hover p.menu {
    min-width: 100px;
	max-height: 200px;
}
div.tools p.menu {
	font-family: 'DIN Next LT Arabic Light';
	font-size: 14px;
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	position: absolute;
	z-index: 1;
	display: block;
	left: 10px;
	top: -15px;
	padding: 5px 0;
	max-height: 0;
	width: 0;
	min-width: 0;
	overflow: hidden;
	direction: rtl;
	border-radius: 6px;
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
	transition-property: min-width, width, max-height;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	text-align: right;
}
.block div.tools p.menu.up {
	top: auto;
	bottom: 0;
}
div.tools p.menu a {
	display: block;
	line-height: normal;
	padding: 5px 10px;
}
div.tools p.menu a[href='#lock'] {
	border-top-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.1);
}
div.tools p.menu a:hover {
	background-color: rgba(0,0,0,0.05);
}
/* Leading list icon (modules + blocks) */
.block .list-icon {
    text-align: center;
    line-height: 40px;
	width: 60px;
}
.block .list-icon:empty {
	width: 20px !important;
}

/* Sub .block action buttons */
.block .tools-icon {
	font-family: 'Material Icons Outline';
    text-align: center;
    line-height: 36px;
	margin-left: 10px;
	width: 36px !important;
	background: #cccccc42;
	border-radius: 40%;
}
.block .tools-icon.txt {
    font-family: inherit;
    text-transform: uppercase;
    max-width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 11px;
    font-weight: bold;
}
.block .tools-icon:hover {
    color: #fff !important;
	background: #68cce0;
}

.block .progress {
    background: #cccccc42;
    display: block;
    border-radius: 5px;
    margin: 5px 0px;
    min-width: 50px;
    padding: 0px 10px 5px 10px;
}
.block .progress u {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
.block .progress i {
	display: block;
	height: 5px;
	max-width: 50px;
	margin: auto;
	border-radius: 4px;
}
.block .progress b:empty ~ i {
    display: none;
}
.block a.progress:hover {
	color: #337e8d !important;
  	background-color: #68cce080;
}
[data-theme='dark'] .block a.progress:hover {
	color: #fff !important;
  	background-color: #88a3df;
}

/* --- Photo Album --- */
main.listing[data-style='gallery'] > div {
	margin: 5px;
	border-radius: 10px;
	max-width: 200px;
	flex-basis: 154px;
	flex-grow: 1;
	box-sizing: border-box;
	height: 120px;
	overflow: hidden;
	position: relative;
}
main.listing[data-style='gallery'] div > a {
	height: 120px;
	display: block;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	background-color: #F5FFEA;
	background-repeat: no-repeat;
}
main.listing[data-style='gallery'] div .tools {
	background-position: center bottom;
	padding: 20px 0 5px 0;
	width: 100%;
	height: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	direction: rtl;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0;
	opacity: 0;
	background-image: url('/admin/images/photos_bg.png');
	background-repeat: repeat-x;
}
main.listing[data-style='gallery'] div .tools a {
	line-height: 40px;
	flex-grow: 1;
	color: #fff;
	transition: all 0.3s ease;
}
main.listing[data-style='gallery'] div .tools a:hover {
	line-height: 30px;
}
main.listing[data-style='gallery'] > div:hover .tools {
	opacity: 1;
}
main.listing[data-style='gallery'] > div.selected {
	filter: blur(2px) grayscale(1);
	opacity: 0.7;
}
main.listing[data-style='gallery'] > div.selected .tools {
	display: none;
}
/* Cards Style (like Trash) */
.card_block {
	margin: 5px;
	flex-grow: 1;
	flex-basis: 200px;
	max-width: 200px;
	padding: 20px 10px 10px 10px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	display: grid;
	grid-template-rows: 1fr 24px;
	row-gap: 14px;
	position: relative;
	border-radius: 6px;
	background-color: #68cce0;
	background-size: cover;
}
.card_block:hover {
	filter: hue-rotate(15deg);
}
.card_block span {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.card_block .icon {
	font-size: 36px;
    background: rgba(0,0,0,0.1);
    width: 36px;
	height: 36px;
    line-height: 36px;
    border-radius: 50%;
    padding: 10px;
    margin: auto;
	transition: all 0.3s ease;
}
.card_block:hover .icon {
	transform: scale(1.1) rotate(-15deg);
}
.card_block a.title {
	display: block;
	font-size: 24px;
	line-height: 30px;
	width: 100%;
	height: auto;
	flex-shrink: 0;
	box-sizing: border-box;
}
.card_block .tools {
	display: flex;
	width: calc(100% - 20px);
	line-height: 26px;
	position: absolute;
    bottom: 6px;
    right: 10px;
	backdrop-filter: blur(20px);
	border-radius: 0;
	opacity: 0;
}
.card_block .tools:before {
	content:'';
}
.card_block .tools a {
	color: #FFFFFF;
	padding: 4px;
    border-radius: 6px;
    margin: 0 2px;
	height: 24px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	flex-grow: 2;
}
.card_block .tools a:hover {
	background-color: rgba(0,0,0,0.2);
}
.card_block:hover .tools {
	opacity: 1;
}

/* Right Menus */
aside.side-menu {
	min-width: 300px;
	direction: rtl;
	color: #fff;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s ease;
	background-color: #ffffff36;
    backdrop-filter: blur(15px);
    border-radius: 16px;
    margin: 8px 10px;
    min-width: 280px;
}
aside.side-menu.sided {
	position: absolute;
	background-color: #141719cc;
	backdrop-filter: blur(6px);
	z-index: 500;
}
aside header {
	display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: 80px 40px;
    gap: 5px 10px;
    align-items: center;
	text-align: right;
	padding: 0 10px;
	height: 130px;
	color: #fff;
	background-color: #88a3df;
    margin: 10px 10px 0px 10px;
    border-radius: 12px;
	box-sizing: border-box;
	line-height: 40px;
	position: relative;
	box-shadow: 0 8px 8px #0000001a;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
aside header h2 {
	height: 28px;
	font-size: 20px;
	line-height: 45px;
	margin-right: 0 !important;
	text-transform: uppercase;
	display: flex;
}
aside header h2 sup {
    font-size: 12px;
    line-height: 12px;
}
aside header h2 span {
	margin-right: 0;
	line-height: 24px;
}
aside header h4 {
	font-size: 12px;
	line-height: 20px;
    margin-top: 12px;
}
header .avatar {
	grid-column: 1 / 1;
	grid-row: 1 / 1;
	background-size: cover;
	background-position: center center;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	border-radius: 40%;
	position: relative;
}
header > .avatar:hover {
	box-shadow: 0 0px 0px 3px rgba(255,255,255,0.5);
}
header .titles {
	grid-column: 2/3;
	grid-row: 1/2;
}
aside nav {
	height: 46px;
	width: 100%;
	grid-column: 1/3;
	grid-row: 2/3;
	color: #fff;
	background-color: #88a3df;
	display: flex;
	justify-content: space-between;
    margin: 0;
	padding: 3px 3px 7px 3px;
	box-sizing: border-box;
	border-top: 1px solid #ffffff2b;
}
aside nav a {
	display: block;
	font-family: 'Material Icons Outline' !important;
	font-size: 12px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 40%;
}
aside nav a:hover,
aside nav a.red {
	color: #fff !important;
	background-color: rgba(0,0,0,0.15);
}
aside .clock {
	height: 30px;
	width: calc(100% - 74px);
    line-height: 30px;
	white-space: nowrap;
    color: #fff;
    margin: 10px;
    font-size: 14px;
    font-family: 'DIN Next LT Arabic';
	position: absolute;
    bottom: 0;
	right: 5px;
    text-align: right;
    background-color: #88a3df;
	z-index: 1;
	display: none;
	transition: none;
}
.footnav {
	display: none;
}
aside #menus {
	height: calc(100vh - 180px);
	padding-top: 15px;
	overflow: auto;
	user-select: none;
}
aside #menus section {
	background-color: #cccccc40;
    border-radius: 10px;
    margin: 0 10px;
    padding-bottom: 10px;
}
aside #menus section:hover {
	background-color: #cccccc73;
}
[data-theme='dark'] aside #menus section {
	background-color: rgba(255,255,255,0.05);
}
[data-theme='dark'] aside #menus section:hover {
	background-color: rgba(255,255,255,0.1);
}
/*aside #menus::-webkit-scrollbar-track {
	background: transparent;
}
aside #menus::-webkit-scrollbar-thumb {
	background-color: #777;
	border: 3px solid #141719;
}*/
aside section h3 {
	font-size: 14px;
    color: #9f9f9f;
    padding: 10px 25px;
    margin-top: 15px;
	font-family: 'DIN Next LT Arabic';
}
aside section:hover h3 {
	color: #337e8d;
}
[data-theme='dark'] aside section:hover h3 {
	color: #88a3df;
}
aside section:first-child h3 {
    margin-top: 0;
}
aside section hr {
	color: rgba(255,255,255,0.1);
    margin-top: 20px;
}
aside section .row {
	position: relative;
	display: flex;
	height: 40px;
	padding: 0 10px;
    margin: 2px 10px;
    border-radius: 10px;
	transition: all 0.5s ease;
}
aside section .row > a {
	position: relative;
	flex-grow: 3;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-family: 'DIN Next LT Arabic';
	border-bottom: 1px solid #cccccc59;
}
aside section .row a ~ span {
    height: 24px;
	line-height: 24px;
    margin-top: 8px;
    border-radius: 8px;
    padding: 0 5px;
	color: #9da0a2;
	font-size: 12px;
    font-weight: bold;
}
aside section .row:hover,
aside section .row.current {
	background-color: #68cce080;
}
aside section .row.current a ~ span,
aside section .row:hover a ~ span {
	color: #333;
}
[data-theme='dark'] aside section .row:hover a ~ span,
[data-theme='dark'] aside section .row.current a ~ span {
	color: #88a3df;
}
aside section .row:hover div.tools {
	opacity: 1;
}
aside section .row i {
	float: right;
    color: #6d6d6d;
    margin-left: 12px;
}
aside section .row:hover i,
aside section .row.current i {
    color: #337e8d;
}
[data-theme='dark'] aside section .row:hover i,
[data-theme='dark'] aside section .row.current i {
    color: #68cce0;
}
aside section .row.current i {
	font-family: 'Material Icons';
}
.placeholder {
	background-color: #e06881ed;
	margin: 0 5px;
	border-radius: 6px;
}
#attached .placeholder {
	display: inline-block;
	border-radius: 10px;
}
main[data-tbl=mbl_pages] section.placeholder {
	margin: 10px;
	padding: 5px 0;
	border-radius: 10px;
}
main[data-tbl=mbl_pages] section.cat .placeholder {
	padding: 0;
}
.ui-sortable-helper.cat,
.ui-sortable-helper.block,
.ui-sortable-helper .block {
	background: rgba(255,255,255,0.5) !important;
	backdrop-filter: blur(4px);
}
.mongid_logo {
	background-size: 300px;
	background-image: url('/admin/images/Mable-logo.svg');
	background-position: center center;
	width: 100%;
	height: 100vh;
	position: absolute;
	margin: auto;
	top: 25%;
	text-align: center;
	background-repeat: no-repeat;
}
.mongid_logo.forbidden {
	background-size: auto;
	background-image: url('/admin/images/forbidden.png');
}
[data-tbl='userinfo'] section {
	display: flex;
}
[data-tbl='userinfo'] section .avatar {
	width: 160px;
	height: 160px;
	margin-left: 20px;
	float: right;
	background-position: center center;
	background-size: cover;
	border-radius: 40%;
}
[data-tbl='userinfo'] section .info {
	flex-grow: 1;
}
[data-tbl='userinfo'] section h2 {
	font-size: 30px;
	text-transform: uppercase;
}
[data-tbl='userinfo'] section sup {
	font-size: 14px;
	vertical-align: bottom;
	color: #68cce0;
}
[data-tbl='userinfo'] section .btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: min(25%,220px) !important;
}
[data-tbl='userinfo'] section .btns .user_statics {
	display: flex;
	width: 100%;
}
[data-tbl='userinfo'] section .btns .user_statics .hlf {
	height: 54px;
    font-size: 12px;
	margin: 5px;
	flex-grow: 1;
	text-align: center;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.1);
}
[data-tbl='userinfo'] section .btns .user_statics .hlf b {
	display: block;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
}
[data-tbl='userinfo'] section .btns a {
	width: 100%;
	line-height: 20px;
    height: 24px;
	display: block;
	background-color: rgba(0,0,0,0.1);
}
[data-tbl='userinfo'] section .btns a:hover {
	color: #ffffff;
	background-color: #e06881;
}
[data-tbl='userinfo'] section .btns a:hover i {
	color: #ffffff;
}
[data-tbl='userinfo'] .ovrflw main.left {
	height: calc(100vh - 88px);
	border-radius: 10px;
}
[data-tbl='userinfo'] .ovrflw main.left .block {
	padding-right: 5px;
}

/* FORMS */
form.mbl-form {
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
	background-color: #ededed;
}
form.mbl-form h3 {
    display: flex;
	align-items: end;
    width: 100%;
    padding: 10px 0 0 0;
	color: #606060;
}
form.mbl-form[name=auth] input[type=text] {
	margin: 20px 50px 0 0;
	background-position: right center;
	width: 200px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	background-image: url('/admin/images/auth.png');
	background-repeat: no-repeat;
}
form.mbl-form[name=auth] h4 {
	padding: 10px 5px;
}
form.mbl-form[name=auth] h4:before {
	content: 'phone_iphone';
	font-family: 'Material Icons';
	line-height: 30px;
	font-size: 26px;
	float: right;
}
form.mbl-form[name=auth] a {
	background-position: center center;
	display: block;
	width: 142px;
	height: 44px;
	float: right;
	margin-right: 10px;
	background-image: url('/admin/images/download_google.png');
	background-repeat: no-repeat;
}
form.mbl-form[name=auth] a.apple {
	background-image: url('/admin/images/download_apple.png');
}
form.mbl-form[name=auth] .qrcode {
	height: 180px;
    width: 180px;
	border: none;
	float: left;
	background-image: url(/admin/images/loader.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
form.mbl-form[name=logs] {
	height: 100vh;
}
.ovrflw {
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height: auto !important;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.wrp,
.full {
	flex-wrap: wrap !important;
}
form.mbl-form .hlf {
	max-width: 50%;
}
.ovrflw:not(:first-of-type) {
	visibility: hidden;
	background-color: #ededed;
	position: absolute;
	width: 100%;
    top: -100%;
    right: 0;
    padding: 10px;
    box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s ease;
}
.ovrflw.current {
    top: 0;
	opacity: 1;
	visibility:visible;
}
.ovrflw.langs {
    height: calc(100% - 60px) !important;
}
.ovrflw.langs form#entry {
    display: flex;
	gap: 10px;
}
.ovrflw.langs form#entry label.title {
    text-align:center;
}
.ovrflw.langs form#entry input[type='text'] {
    width: 96%;
	text-align:center;
	margin-left: 0;
}
.ovrflw.langs form#entry input[type='text'].duplicated {
    background-color: #e06881;
}
.ovrflw.langs form#entry input[type='text']:placeholder-shown {
    border-color: #e06881;
	background-color: #ccc;
}
.ovrflw.langs form#entry .langlist {
    border-radius: 6px;
    text-align: center;
}
.ovrflw.langs form#entry .langlist.keys {
	background-color: #d5d5d5;
}
.ovrflw.langs form#entry .langlist:not(.keys):hover {
	background-color: #d5d5d580;
}
.form-tabs {
    position: fixed;
	display: flex;
    top: 68px;
	right: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
[data-tbl='userinfo'] section {
	max-width: 925px;
	margin: 40px auto;
}
.form-tabs span {
	display: block;
    min-width: 80px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    height: 34px;
	padding: 0 10px;
	margin: 0 5px 0 0;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.form-tabs span.current {
    background-color: #ededed;
    color: #000;
}
.form-tabs span:not(.current):hover {
    background-color: rgba(0,0,0,0.4);
}
.ovrflw .right {
	align-content: flex-start;
    width: 300px;
    /*width: max(30%,300px);*/
    padding-left: 5px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
	flex-grow: 0;
	background-color: #0000000f;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
[data-theme='dark'] .ovrflw .right {
	background-color: #00000026;
}
.ovrflw.full .right,
.ovrflw .right.full {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
	background: none;
}
.ovrflw.flp .right {
    width: 70%;
	background-color: transparent;
}
.ovrflw.fxd .right {
	position: fixed;
	height: 100vh;
}
.ovrflw .right.wizard {
	position: absolute;
    left: -103%;
    bottom: 10px;
    width: calc(100% - 326px);
	height: calc(100vh - 182px);
	overflow: auto;
    padding: 4px 10px;
    background-color: #e0e0e0;
	border: none;
    border-radius: 10px;
	transition: left 0.5s ease;
	z-index: 10;
}
.ovrflw.flp .right.wizard {
	width: 300px;
}
.ovrflw.full .wizard {
    bottom: 66px;
}
.ovrflw .wizard.current {
    left: -5px;
}
.ovrflw.full .wizard.current {
    left: 10px;
}
.ovrflw .right input[type=text] {
	flex-grow: 1;
}
.ovrflw .right label {
    width: 100%;
	display: block;
    padding-bottom: 4px;
}
.ovrflw .right .toggle {
	display: none;
}
.ovrflw .left {
	/*width: 70%;*/
	width: calc(100% - 300px);
}
.ovrflw.flp .left {
	/* width: 30%; */
	width: 300px;
	background-color: #0000000f;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
[data-theme='dark'] .ovrflw.flp .left {
	background-color: #00000026;
}
.ovrflw.fxd .left {
	margin-right: 315px;
	background-position: center center;
	background-image: url('/admin/images/loader.svg');
	background-repeat: no-repeat;
}
.ovrflw .left label {
    padding-bottom: 4px;
}
.ovrflw .avatar {
	width: 120px;
	height: 120px;
	margin: 20px auto;
	border: 3px solid #68cce0;
	background-image: url(/admin/images/avatar.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transition: all 0.5s ease;
}
form.mbl-form img.preview {
	margin-top: 1px; 
	max-width:30px; 
	max-height:18px; 
	float: right
}
form.mbl-form img.thumb {
	padding: 5px;
	border: 1px solid #CCCCCC;
	max-width: 100px;
	max-height: 60px;
	position: absolute;
	left: 0px;
	top: 5px;
}
form.mbl-form input[name$=name],
form.mbl-form input[name$=url],
form.mbl-form input[type=url],
form.mbl-form input[name=link]  {
	flex-grow: 2;
	width: 70%;
}
form.mbl-form input[type=email] {
	flex-grow: 1;
	width: 50%;
}
form.mbl-form input[name$=url],
form.mbl-form input[type=url],
form.mbl-form input[type=email],
form.mbl-form input[name^=link],
form.mbl-form input[type=tel]  {
	direction: ltr;
}
form.mbl-form input[name=img_cmnt] {
	width: 75%;
}
form.mbl-form input[type=date] {
	text-align: center;
}
form.mbl-form[name=carts] input[type=text]  {
	width: 99%;
}
form.mbl-form textarea {
	direction: rtl;
	margin-bottom: 5px;
	padding: 10px;
	width: 50%;
	height: 200px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 2px 1px;
	border-radius: 5px;
}
form.mbl-form textarea[name=emailslist] {
	width: 290px;
	height: 260px;
	direction: ltr;
	margin-bottom: 5px;
}
form.mbl-form textarea[name=field_options],
form.mbl-form textarea[name=in_addon],
form.mbl-form textarea[name^=info] {
	height: 116px;
	width: 100%;
	direction:rtl;
	box-sizing: border-box;
}
form.mbl-form .mapbox {
    width:100%;
    height:250px;
	border-radius: 6px;
}
form.mbl-form .attach-tools {
	background-color: rgba(0,0,0,0.1);
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    justify-content: space-between;
	display: flex;
	position: absolute;
	left: 10px;
	transition: all 0.5s ease;
}
form.mbl-form .attach-tools b {
	padding: 0 15px;
	position: relative;
}
form.mbl-form .attach-tools b u {
	right: auto !important;
	left:-11px;
}
form.mbl-form .attach-tools a {
	font-size: 22px;
    line-height: 30px;
	margin: 5px;
    width: 30px;
    height: 30px;
	border-radius: 6px;
    text-align: center;
}
form.mbl-form .attach-tools a:hover,
form.mbl-form .attach-tools a.current {
	color: #e06881;
	background-color: rgba(0,0,0,0.1);
}
form.mbl-form .form-tools {
	position: absolute;
	left: 0;
	bottom: 0;
}
form.mbl-form .wizard-pages {
    line-height: 40px;
    height: 40px;
    padding: 5px;
    justify-content: space-between;
	display: flex;
	position: absolute;
	left: 5px;
	bottom: 0;
    border-radius: 5px;
	transition: all 0.5s ease;
}
form.mbl-form .wizard-pages a {
	background-color: rgba(0,0,0,0.1);
    line-height: 28px;
    height: 30px;
	width: 30px;
	margin: 2px;
	text-align: center;
    border-radius: 40%;
}
form.mbl-form .wizard-pages a:hover {
	background-color: rgba(0,0,0,0.2);
}
form.mbl-form .wizard-pages a.current {
	color: #fff;
	background-color: #68cce0;
	font-weight: bold;
}
form.mbl-form ~ #attached {
	padding: 4px;
	height: calc(100vh - 180px);
	width: calc(100% - 328px);
	flex-wrap: wrap;
	align-content: flex-start;
	border: dashed 2px #ccc;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
	display: none;
	overflow-x: hidden;
	text-align: right;
	direction:rtl;
	position: absolute;
    bottom: 69px;
    left: 9px;
	border-radius: 10px;
	transition: none;
	z-index: 101;
}
form.mbl-form ~ #attached .dz-preview {
	cursor: move;
}
form.mbl-form .table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 5px 0;
}
form.mbl-form .table div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	margin: 2px 0;
}
form.mbl-form .table div:hover label,
form.mbl-form .table div:hover span,
[data-theme='dark'] form.mbl-form .table div:hover label,
[data-theme='dark'] form.mbl-form .table div:hover span {
	color: #fff;
	background-color: #88a3df;
}
form.mbl-form .table div label {
	display: block;
	flex-basis: 160px;
	padding: 4px 10px;
	margin-left: 5px;
	background-color: #55585b26;
	border-radius: 0 4px 4px 0;
}
form.mbl-form .table div span {
	display: block;
	flex-grow: 1;
	padding: 4px 10px;
	background-color: #55585b14;
	border-radius: 4px 0 0 4px;
}
.dropzone .dz-preview .dz-details .dz-tools a:hover {
	background-color: #68cce0;
}
.dropzone .dz-preview .dz-details .dz-tools a.del:hover {
	background-color: #c2453f;
}
.cke_chrome {
	border-radius: 10px;
    overflow: hidden; /* to view border radius */
	border: none !important;
	height: 100% !important;
}
.cke_source {
	color: #333 !important;
	direction: ltr !important;
}
[name='arts'] .cke_contents {
	height: calc(100vh - 284px) !important;
}
.CodeMirror {
	text-align: left !important;
	height: calc(100vh - 270px) !important;
	min-height: 200px !important;
}
.copy-url {
	cursor: cell;
}

/* SETTINGS */
.btns {
	width: 100% !important;
}
.btns a {
	display: block;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}
.btns a:hover {
    background-color: #68cce080;
}
.btns a:hover span {
    color: #333;
}
.btns a i {
	float: right;
	margin-left: 10px;
	line-height: 24px;
	color: #494949;
}
.btns a span {
	float: left;
	color: #9da0a2;
	font-weight: bold;
    font-size: 12px;
    line-height: 22px;
}
.btns.big {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 10px;
	padding: 10px;
}
.btns.big a {
    flex-basis: 25%;
    flex-grow: 1;
	text-align: center;
	height: 120px;
}
.btns.big a i {
	float: none;
	margin: 10px auto;
	display: block;
    width: 100%;
    font-size: 50px;
}
.btns.big a span {
	display: block;
    width: 100%;
	float: none;
}
form.mbl-form[name=settings] {
	padding: 10px;
	overflow: auto;
}
form.mbl-form[name=settings] .ovrflw .right {
	padding: 0 20px 0 0;
	width: calc(100% - 300px);
	flex-wrap: nowrap;
}
form.mbl-form[name=settings] .ovrflw section:first-of-type {
	flex-grow: 1;
	padding: 10px;
}
form.mbl-form[name=settings] .ovrflw section:last-of-type {
	width: 40%;
	min-width: 380px;
	margin-right: 20px;
	padding: 10px 10px 10px 30px;
    max-height: calc(100vh - 160px);
    overflow: auto;
}
form.mbl-form[name=settings] .ovrflw .left {
	width: 260px;
	padding: 10px;
}
form.mbl-form[name=settings] .ovrflw .left h2 {
	margin-bottom: 10px;
}
form.mbl-form[name=settings] .ovrflw .right > div {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
form.mbl-form[name=settings] .group-title {
	display: block;
	width: 100%;
	padding-bottom: 10px;
    border-bottom: 1px solid transparent;
	background-color: #dcdcdc;
    cursor: pointer;
    border-radius: 6px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
form.mbl-form[name=settings] .group-title.current {
	margin-bottom: 0;
    border-color: rgba(0,0,0,0.12);
	border-radius: 6px 6px 0 0;
}
form.mbl-form[name=settings] h2 i {
	font-family: 'Material Icons Outline';
	font-style: normal;
	line-height: 24px;
	vertical-align: bottom;
	margin: 0 0 0 8px;
	color: #606060;
}
form.mbl-form[name=settings] .left h2 i,
form.mbl-form[name=settings] h2.group-title i {
	margin: 0 8px;
}
form.mbl-form[name=settings] h2.group-title:after {
	content: 'arrow_drop_down';
	font-family: 'Material Icons';
	font-style: normal;
	vertical-align: bottom;
	float: left;
    margin: 10px;
	color: #606060;
	transition: all 0.3s ease;
}
form.mbl-form[name=settings] h2.group-title.current:after {
	content: 'arrow_drop_up';
}
form.mbl-form[name=settings] h2.group-title:hover:after,
form.mbl-form[name=settings] h2.group-title.current:after,
form.mbl-form[name=settings] .group-title.current i,
form.mbl-form[name=settings] .group-title:hover i {
	color: #68cce0;
}
form.mbl-form[name=settings] .group {
	display: none;
	margin-bottom: 10px;
	background-color: #dcdcdc59;
    padding: 5px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
form.mbl-form[name=settings] .group:first-of-type {
	display: block;
}
form.mbl-form[name=settings] .mable-update {
	width: 100%;
	height: 20px;
	padding-top: 100px;
	margin-top: 20px;
	background-image: url(/admin/images/Mable-logo.svg);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
}
form.mbl-form[name=settings] .mable-update span {
	display: block;
    text-align: center;
    font-size: 12px;
    color: #808184;
}
form.mbl-form input[type=range] {
	position: relative;
	height: 2px;
	margin: 22px 0 0 0;
	background: #939393;
	outline: none;
	transition: opacity 0.2s;
	appearance: none;
	-webkit-appearance: none;
}
form.mbl-form input[type=range]:before {
	content: attr(data-val);
	display: block;
	height: 20px;
	padding: 0 5px;
	background-color: #bbbbbb;
    border-radius: 5px;
    color: #fff;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	position: absolute;
    top: -9px;
    width: 26px;
    right: -44px;
}
form.mbl-form input[type=range].changed:after {
    content: 'refresh';
    font-family: 'Material Icons';
    display: block;
    height: 20px;
    color: #68cce0;
    font-size: 19px;
    position: absolute;
    top: -8px;
    right: -69px;
    z-index: -1;
}
form.mbl-form[name=mbl_pages] input[type=range].changed:after {
    display: none;
}
form.mbl-form input[type=range]::-webkit-slider-thumb {
	appearance: none;
	width: 16px;
	height: 16px;
	background: #68cce0;
	cursor: grab;
	border-radius: 50%;
	-webkit-appearance: none;
}
form.mbl-form input[type=range]::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #68cce0;
	cursor: grab;
}
form.mbl-form select {
	flex-grow: 1;
	width: 138px;
    height: 40px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 2px 1px;
	border-radius: 5px;
}
form.mbl-form select.min {
	width: 45%;
}
form.mbl-form label.title {
	display: block;
    width: 100%;
    white-space: nowrap;
	line-height: 40px;
	color: #333;
	font-family:'DIN Next LT Arabic';
	position: relative;
}
form.mbl-form label.title i.label {
    color: #a3a3a3;
    font-style: normal;
    position: absolute;
	background-color: transparent;
	font-size: 14px;
    bottom: -30px;
    right: 5px;
    display: block;
    text-align: center;
    width: 20px;
    line-height: 16px;
    padding: 0 0 2px 0;
    border-radius: 3px;
	border: none;
}
form.mbl-form label.title i {
	font-style: normal;
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
    background-color: #9b9b9b;
    color: #fff;
    padding: 2px 7px 4px 7px;
    border-radius: 4px;
}
form.mbl-form label.title .action {
    font-family: 'Material Icons';
	float: left;
    margin-left: 5px;
    margin-top: 10px;
    cursor: pointer;
    line-height: 30px;
    font-size: 20px;
    background-color: #ddd;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
}
[data-theme='dark'] form.mbl-form label.title .action {
    background-color: transparent;
}
form.mbl-form label.title .action:hover {
	color: #fff;
    background-color: #68cce0;
}
form.mbl-form input[type=text],
form.mbl-form input[type=search],
form.mbl-form input[type=email],
form.mbl-form input[type=number],
form.mbl-form input[type=password],
form.mbl-form input[type=date],
form.mbl-form input[type=time],
form.mbl-form input[type=datetime],
form.mbl-form input[type=datetime-local],
form.mbl-form input[type=url],
form.mbl-form input[type=tel] {
	border-width: 1px 1px 2px 1px;
	height: 40px;
	width: 50%;
	flex-grow: 1;
	padding: 5px;
	background-color: #fff;
	color: #333;
	border-style: solid;
	border-color: #ccc;
	box-sizing: border-box;
	border-radius: 5px;
}
form.mbl-form button i {
	color: #68cce0;
	font-family: 'Material Icons Outline' !important;
    font-size: x-large;
	font-weight: normal;
    line-height: 38px;
    float: right;
    margin-left: 10px;
    margin-right: -5px;
	font-style: normal;
}
[data-theme='dark'] form.mbl-form button i {
	color: #88a3df;
}
form.mbl-form[name=settings] input[type=text],
form.mbl-form[name=settings] input[type=url],
form.mbl-form[name=settings] input[type=email],
form.mbl-form[name=settings] input[type=tel],
form.mbl-form[name=settings] input[type=password],
form.mbl-form[name=settings] input[type=date],
form.mbl-form[name=settings] input[type=number],
form.mbl-form[name=settings] textarea,
form.mbl-form[name=settings] select {
	margin: 0;
}
form.mbl-form input:focus,
form.mbl-form select:focus,
form.mbl-form textarea:focus {
	border-color: #68cce0 !important;
}
form.mbl-form[name=settings] input.ltr {
	width:46% !important;
	text-align:center;
	direction:ltr;
}
form.mbl-form[name=settings] textarea {
	height: 60px;
	box-sizing: border-box;
	width: 100%;
}
form.mbl-form[name=settings] button#verify i {
	color: #e99947;
    float: left;
    margin-right: 10px;
    margin-left: -5px;
}
form.mbl-form[name=settings] button#verify.verified i {
    color: #a7e068;
}
form.mbl-form[name=settings] button#verify.fake i {
    color: #e94747;
}
form.mbl-form p.info {
	color: #88a3df;
	position: relative;
	display: flex;
	font-size: 14px;
}
form.mbl-form p.info:before {
	content: 'info';
    font-family: 'Material Icons';
	color: #88a3df;
    font-size: 26px;
    display: block;
    float: right;
    margin: 0 0 0 5px;
}
form.mbl-form #upload {
	width: 100%;
	min-height: 240px;
	position: relative;
    border: 2px dashed #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	background-image: url(images/dragdrop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120px;
	transition: all 0.2s ease;
	margin: 0 0 6px 6px;
}
form.mbl-form #upload:hover {
	background-size: 110px;
}
form.mbl-form #upload legend {
	padding: 0 20px;
	text-align: center;
}
form.mbl-form #upload i {
	display: block;
    margin: auto;
    width: 50%;
	position: absolute;
	bottom: 30px;
	right: 25%;
    text-align: center;
    font-style: normal;
    background-color: #dadada;
    border-radius: 5px;
    line-height: 34px;
	bottom: 5px;
}
form.mbl-form #upload.img i {
	bottom: 5px;
	font-size: 14px;
    line-height: 30px;
}
form.mbl-form #upload.img:hover i {
	color: #fff;
    background-color: #88a3df;
}
form.mbl-form #upload i:empty {
	display: none;
}
form.mbl-form #upload input[type=file] {
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
    right: 0;
    box-sizing: border-box;
}
form.mbl-form fieldset#upload input[type=file] {
    height: calc(100vh - 270px);
}
form.mbl-form #upload.med {
	min-height: 140px;
	background-position: center 10px;
	background-size: 80px;
}
form.mbl-form #upload.small {
	min-height: 40px;
	margin-bottom: 3px;
    border: none;
	background-image: none;
	position: relative;
	cursor: pointer;
}
form.mbl-form #upload.small i {
	display: block;
	background-color: #68cce0;
	padding: 2px 0px 5px 0px;
    line-height: 18px;
	width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    top: 6px;
    bottom: auto;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}
form.mbl-form #upload.small:hover {
	background-color: #D5D5D5;
}
form.mbl-form.sticky {
	margin-bottom: 60px;
}
form.mbl-form .form-footer {
	display: flex;
	height: 60px;
    align-items: center;
	position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: #ededed;
    width: 100%;
    border-top-style: solid;
    border-width: 1px;
    border-color: #ccc;
	box-sizing: border-box;
}
form.mbl-form .adminpages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
	overflow: auto;
	margin-bottom: 0;
}
form.mbl-form .adminpages.users {
	max-height: calc(100vh - 204px);
	padding: 0 0 0 10px;
    box-sizing: border-box;
}
form.mbl-form .adminpages h4 {
	display: block;
	flex-basis: 32%;
	/*flex-grow: 1;*/
	min-width: 130px;
	margin: 2px;
	line-height: 30px;
}
form.mbl-form .adminpages label:empty {
	margin-top: 6px;
	float: right;
	width: auto !important;
}
form.mbl-form .adminpages.users h4 {
	flex-basis: unset;
	flex-grow: 0;
	width: calc(100% - 248px);
}
form.mbl-form .adminpages.users h4 i {
	font-style: normal;
	font-size: 12px;
	color: #88a3df;
}
form.mbl-form .adminpages.users .row-full {
	padding-bottom: 6px;
    background: #55585b0f;
    margin-bottom: 4px;
    border-radius: 6px;
}
form.mbl-form .adminpages.users .row-full:hover {
    background: #797b7c30;
}
form.mbl-form .adminpages.users .row-full .numrows {
	font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
form.mbl-form .adminpages.users label:empty {
	margin-top: 9px;
}
form.mbl-form .adminpages.users input[type=checkbox] + label:not(:empty){
	margin: 8px 7px 0px;
    font-size: 16px;
    padding: 5px 2px;
	color: #bbb;
}
form.mbl-form .adminpages.users input[type=checkbox]:disabled + label{
	opacity: 0.5;
}
form.mbl-form .adminpages.users label.space {
	min-width: 24px;
	margin: 8px 7px 0px;
}
form.mbl-form .adminpages .chk-labels {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}
form.mbl-form .adminpages sup {
	display: block;
	margin: 10px 12px 10px 0;
	width: 100%;
	font-family: DIN Next LT Arabic;
	color: #969696;
}
form.mbl-form textarea.code {
	width:95%;
	direction:ltr;
	font-size: 14px;
	font-family: 'Courier New', monospace;
}
form.mbl-form .switch {
	position: relative;
	display: inline-block !important;
	width: 64px !important;
	margin: 10px 0;
	padding: 0 !important;
    height: 24px;
}
form.mbl-form .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
form.mbl-form .slider {
	position: absolute;
	cursor: pointer;
	width: 52px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #bbb;
	transition: .4s;
}
form.mbl-form .slider:before {
	position: absolute;
	content: '';
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
}
form.mbl-form input:checked + .slider {
	background-color: #68cce0;
}
form.mbl-form input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
form.mbl-form input:checked + .slider:before {
	transform: translateX(26px);
}
form.mbl-form .slider.round {
	border-radius: 14px;
}
form.mbl-form .slider.round:before {
	border-radius: 50%;
}
form.mbl-form .tools {
	display: flex;
	position: absolute;
	bottom: 5px;
    left: 5px;
    height: 46px;
    padding: 5px;
    box-sizing: border-box;
    direction: rtl;
    justify-content: flex-start;
}
form.mbl-form .tools a {
	font-family: inherit;
	height: 36px;
	width: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	display: block;
	background-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.87);
	margin-right: 8px;
	position: relative;
	border-radius: 50%;
}
form.mbl-form .tools a u,
form.mbl-form .attach-tools b u {
	background-color: #e06881;
	height: 18px;
	min-width: 18px;
	text-align: center;
	font-size: 10px;
	display: block;
	margin: 1px 5px 0 1px;
	color: #FFFFFF;
	position: absolute;
	top: -5px;
	right: -5px;
	line-height: 18px;
	z-index: 101;
	border-radius: 50%;
	text-decoration: none;
}
form.mbl-form .tools a:hover, 
form.mbl-form .tools a.current {
	background-color: #68cce0;
	color: #fff;
}
form.mbl-form .tools a u:empty,
form.mbl-form .attach-tools b u:empty {
	display: none;
}
#msgbox button,
form.mbl-form input[type=submit],
form.mbl-form button,
footer button {
    font-family:'DIN Next LT Arabic';
	border-style: none;
	min-width: 120px;
	height: 36px;
	line-height: 32px;
	padding: 0px 16px 10px 16px;
	background-color: #68cce0;
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 20px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.5s ease;
}
form.mbl-form input[type=submit][value='']{
	display: none;
}
form.mbl-form button:not(.blue) {
	margin-right: 8px;
	color: rgba(0,0,0,0.87);
	background-color: transparent;
	font-weight: bold;
}
footer button:hover,
form.mbl-form button:hover {
	background-color: rgba(0,0,0,0.1);
}
form.mbl-form button:disabled{
	color: #999;
}
button.trash:disabled,
form.mbl-form input[type=submit]:disabled {
	color: #ffffff;
	border-color: #d5d5d5;
	background-color: #d5d5d5;
}
button#block_ip:disabled,
button.trash.loading:disabled,
form.mbl-form input[type=submit].loading:disabled {
	padding-left: 40px;
	background-image: url(/admin/images/oval.svg);
}
button.trash:disabled:hover,
form.mbl-form input[type=submit]:disabled:hover {
	border-color: #d5d5d5;
	background-color: #d5d5d5;
}
form.mbl-form input[name=upload] {
	width: 106px;
}
#msgbox button:hover,
form.mbl-form input[type=submit]:hover,
footer button:hover {
	background-color: #e06881;
}
form.mbl-form .icn {
	line-height: 38px;
    float: left;
    margin-left: 22px;
}
.row-full {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	column-gap: 10px;
}
form.mbl-form .row-full .sub {
	display: block;
	width: 100%;
}
form.mbl-form div.row-full.title {
	justify-content: space-around;
	align-items: end;
	margin-left: 18px;
	width: 286px;
	font-size: 14px;
}
form.mbl-form .row-full.btns {
	height: 30px;
	margin: 0 0 10px 5px;
    padding: 0 0 10px 0;
    border-radius: 6px;
}
form.mbl-form .row-full.btns label {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-align: center;
    line-height: 30px;
	background: #d5d5d5;
}
form.mbl-form .row-full.btns label:hover {
	border-color: #68cce0;
	background: #68cce080;
}
form.mbl-form .row-full textarea {
	width: 100%;
	box-sizing: border-box;
}

/* Form Designer */
main[data-actn='designer'],
main[data-actn='designer'] .mbl_designer {
	height: calc(100vh - 68px);
}
main[data-actn='designer'] textarea[name=html_code] {
	height: 300px;
    width: max(800px,50%);
    margin: 20px calc(50% - 550px) auto auto;
    display: block;
    background-color: #55585b;
    color: #fff;
    direction: ltr;
}
form.mbl-form .row-full select,
form.mbl-form .row-full input {
	width: 50%;
	flex-grow: 1;
}
form.mbl-form .row-full > div,
form.mbl-form .row-full > div > input,
form.mbl-form .row-full > div > select,
form.mbl-form .row-full > div > .tokenize {
	width: 100%;
}
form.mbl_designer .row-full.btns label {
	line-height: 36px;
    height: 36px;
    width: 36px;
}
form[name=designer] {
	max-height: calc(100% - 100px);
    overflow: visible;
    border-radius: 6px;
	box-shadow: 0px 10px 12px rgb(0 0 0 / 15%);
}
form[name='designer'] .form-footer .wizard-pages {
	left: 305px;
}
form[name=designer] .ovrflw,
form[name=designer] .adminpages {
	overflow: visible;
}
form[name=designer] .row-full {
	position: relative;
	border-radius: 4px;
}
form[name=designer] .row-full:has(.tmp) {
	background: #88a3df80;
	border-radius: 5px;
}
form[name=designer] .row-full .tmp {
	width: 50%;
	min-height: 80px;
}
form[name='designer'] .row-full .handle {
    display: block;
    background: #68cce0;
    width: 30px !important;
    height: 50px;
    line-height: 50px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: -30px;
    top: calc(50% - 25px);
    font-family: 'Material Icons';
    text-align: center;
    cursor: move;
    z-index: 500;
}
form[name='designer'] .row-full .handle:hover {
	color: #fff;
    background: #88a3df;
}
form[name='designer'] .row-full:has(.handle:hover) {
	outline: #88a3df solid 4px;
}
form[name='designer'] .row-full:hover {
    outline: #68cce0 solid 4px;
}
form[name='designer'] .row-full div {
	position: relative;
	border-radius: 2px;
}
form[name='designer'] .row-full div[data-name='code'],
form[name='designer'] .row-full div[data-name='edit'] {
    background: #68cce080;
    outline: #68cce080 solid 3px;
}
form[name='designer'] .row-full .tools {
    display: flex;
	justify-content: space-around;
    line-height: 34px;
	font-size: 22px;
    width: 150px;
    height: 34px;
	padding: 0;
	position: absolute;
    right: calc(50% - 74px);
    top: calc(50% - 17px);
    text-align: center;
    z-index: 500;
}
form[name='designer'] .row-full .tools span {
    display: block;
	color: #333;
    background: rgba(0,0,0,0.1);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    font-family: 'Material Icons';
	font-size: 18px;
    cursor: pointer;
	backdrop-filter: blur(5px);
}
[data-theme=dark] form[name='designer'] .row-full .tools span {
	color: #E1E2E3;
    background: rgba(0,0,0,0.5);
}
form[name='designer'] .adminpages h4,
form[name='designer'] .row-full .tools .move {
    cursor: move;
}
form[name='designer'] .row-full .tools span:hover {
	color: #E1E2E3;
    background: #68cce0;
}
form[name='designer'] .row-full .tools .del:hover {
    background: #e06881;
}
form[name='designer'] + form .display_code {
	width: -webkit-fill-available;
	direction: ltr;
}
form[name='designer'] + form .display_code:empty {
	display: none;
}
.placehere {
	background-color: #88a3df5e;
	border-radius: 6px;
	outline: 2px dashed #88a3df !important;
}
form[name=designer] .ui-sortable-helper {
	padding: 5px 10px;
	border-radius: 6px;
	background: rgba(255,255,255,0.5) !important;
	backdrop-filter: blur(4px);
	transform: scale(0.8);
}
form[name=designer] .row-full.ui-sortable-helper {
	transform: scale(1);
}
[data-theme='dark'] form[name=designer] .ui-sortable-helper {
	background: rgba(68,71,74,0.7) !important;
}

/* Verified Confetti */
.confetti {
	display: block;
	position: relative;
	margin: auto;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.confetti:before,
.confetti:after {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: -1000;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}
.confetti:before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #68cce0 20%, transparent 20%),
	radial-gradient(circle, transparent 20%, #68cce0 20%, transparent 30%),
	radial-gradient(circle, #68cce0 20%, transparent 20%),
	radial-gradient(circle, #e06881 20%, transparent 20%),
	radial-gradient(circle, transparent 10%, #e06881 15%, transparent 20%),
	radial-gradient(circle, #e06881 20%, transparent 20%),
	radial-gradient(circle, #88a3df 20%, transparent 20%),
	radial-gradient(circle, #88a3df 20%, transparent 20%),
	radial-gradient(circle, #88a3df 20%, transparent 20%);
	background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.confetti:after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #68cce0 20%, transparent 20%),
	radial-gradient(circle, #68cce0 20%, transparent 20%),
	radial-gradient(circle, transparent 10%, #68cce0 15%, transparent 20%),
	radial-gradient(circle, #e06881 20%, transparent 20%),
	radial-gradient(circle, #e06881 20%, transparent 20%),
	radial-gradient(circle, #88a3df 20%, transparent 20%),
	radial-gradient(circle, #88a3df 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.confetti:active {
	background-color: #A7E068;
}
.confetti.animate:before {
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}
.confetti.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}
@keyframes topBubbles {
	0% {
	  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
	}
	50% {
	  background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
	}
	100% {
	  background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
	  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}
@keyframes bottomBubbles {
	0% {
	  background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
	}
	50% {
	  background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
	}
	100% {
	  background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
	  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

.rotating {
	animation: rotating 0.8s linear infinite;
}
@keyframes rotating {
	from {
	  transform: rotate(360deg);
	}
	to {
	  transform: rotate(0deg);
	}
}

/* Icon Picker */
.material-icon-picker {
	width: 48% !important;
    top: 90px;
	position: absolute;
	background: #fcfcfc;
	text-align: center;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	z-index:10;
	transition: none;
}
.material-icon-picker:focus {
	outline: none;
}
.material-icon-picker-prefix {
	position: absolute;
    top: 52px;
    right: 10px;
	color:#68cce0;
}
.material-icon-picker .icons {
	margin: 5px;
	max-height: 200px;
	overflow-y: auto;
}
.material-icon-picker input[type='text'] {
	width: 90% !important;
    margin-top: 10px;
}
.material-icon-picker .material-icons {
	color: #3c3c3c;
	font-size: 30px;
	cursor: pointer;
	border-radius: 50%;
	padding: 10px;
	margin: 3px;
	background: transparent;
	transition: all 0.5s ease;
}
.material-icon-picker .material-icons:hover {
	background: #ececec;
}

/* STATICS */
form.mbl-form[name='statics'] {
	padding: 10px 20px;
	background: rgba(0,0,0,0.05);
}
form.mbl-form[name='statics'] input[type=submit] {
	padding: 0px 16px 6px 16px;
}
.dashboard {
	padding: 0 10px;
	overflow-x: hidden;
	height: calc(100vh - 330px);
}
.dashboard h1 {
	width: 100%;
	margin: 5px 10px;
	font-weight: normal;
}
.dashboard .tables {
	display: flex;
	flex-wrap:wrap;
}
.dashboard .tables > section {
	flex-basis: 300px;
    flex-grow: 1;
	max-width: 50%;
    margin: 10px;
    padding: 5px 10px 10px 10px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 6px;
}
.dashboard .tables > section h2 a {
	display: block;
    margin: 5px 0;
    padding: 0 5px 5px 5px;
    background-color: rgba(0,0,0,0.05);
	position: relative;
    border-radius: 6px;
}
.dashboard .tables > section h2 a span {
	top: 8px;
	left: 10px;
	position: absolute;
}
.dashboard .tables > section h2 a:hover {
	color: #fff;
    background-color: #68cce0;
}
.dashboard .tables > section .row-nums {
	display: flex;
}
.dashboard .tables > section .row-nums div {
	width: 30%;
	text-align: center;
	flex-grow: 1;
	border-radius: 6px;
}
.dashboard .tables > section .row-nums div b {
	display: block;
	font-size: 36px;
	font-weight: normal;
}
.dashboard .tables > section .row-nums div span {
	display: block;
    margin: 5px;
    padding: 0 5px 5px 5px;
    border-radius: 6px;
	background-color: rgba(0,0,0,0.05);
}
#all-counters {
    display: flex;
    justify-content: center;
    height: 40px;
}
#all-counters div {
	margin: 10px 5px;
	height: 26px;
}
#all-counters i {
	font-style: normal;
	padding: 0 10px 4px 10px;
	color: #333;
	background: #ccc;
    border-radius: 3px 0 0 3px;
}
#all-counters span {
	padding: 0 10px 4px 10px;
	color: #fff;
    border-radius: 0 3px 3px 0;
}

/* ADDONS */
div.avatars {
	display: flex;
    flex-wrap: wrap;
	overflow: auto;
    height: 270px;
	justify-content: space-around;
}
div.avatars img {
	border-style: solid;
	border-width: 3px;
	border-color: transparent;
	width: 48px;
	height: 48px;
	cursor: pointer;
	margin: 5px;
	border-radius: 50%;
}
div.avatars img.selected,
div.avatars img:hover {
	border-color: #68cce0;
	transform: scale(1.1);
}
main.dropfile:before {
	content: 'اترك الملف هنا';
	position: absolute;
	top: 10px;
	right: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	color: #fff;
	background: #88a3dfcc;
	z-index: 500;
	padding: 25% 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
	backdrop-filter: blur(3px);
	border-radius: 10px;
}
#preview {
	margin: auto 10px 10px 10px;
	padding: 5px;
	box-sizing: border-box;
	direction: rtl;
	text-align: center;
	border-color: rgba(0,0,0,0.12);
}
#preview img {
	max-height: 260px;
	max-width: 100%;
}
#preview img[src=''] {
	display: none;
}
#preview iframe {
	height: 220px;
	width: 100%;
	border: none;
}
#preview .file_icon {
	display: block;
	height:200px;
	background-repeat:no-repeat;
	background-position: center;
}
#preview .file_icon:hover {
	transform: scale(0.95);
}
#report_view {
	border-radius: 5px;
    overflow: hidden;
	margin: 0;
}
#report_view iframe {
	height: calc(100vh - 145px);
	width: 100%;
	border: none;
}

/* FOOTER */
nav.bottom {
	display: none;
	background-color: #d7d7d7;
}
.home nav.bottom a {
	color: #6a6a6a;
}
.home nav.bottom a.current {
	color: #fff;
}
.home nav.bottom .sub a {
	background-color: #d7d7d7;
	border: 2px solid #909090;
}
.home nav.bottom .sub a.profile {
	border: 2px solid #68cce0;
}
#main footer {
	position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #ededed;
    width: 100%;
    border-top-style: solid;
    border-width: 1px;
    border-color: #ccc;
	z-index: 10;
	transition: all 0.4s ease;
}
#main footer:empty {
	bottom: -70px;
}

/* PAGINATION */
div.pagination {
	color: #48b9ef;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: fixed;
	white-space: nowrap;
	left: 20px;
	bottom: 32px;
	width: max(15%,200px);
	direction: ltr;
	padding: 10px 0;
	z-index: 10;
	transition: all 0.5s ease;
}
.add_new:not(:empty) + div.pagination {
	left: 100px;
}
div.pagination.hide {
	opacity: 0;
	bottom: -20px;
}
div.pagination * {
	border-radius: 18px;
	transition: all 0.3s ease;
}
div.pagination a,
div.pagination span.current {
	color: #fff;
	background-color: #484848;
	border: 2px solid #68cce0;
	margin: 0 4px;
	width: 32px;
	height: 32px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 32px;
}
div.pagination a {
	opacity: 0;
	font-family: 'Material Icons';
	font-size: 20px;
	text-align: center;
	margin-left: -44px;
	z-index: 10;
}
div.pagination input[type=number]::-webkit-inner-spin-button, 
div.pagination input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
div.pagination:hover a,
div.pagination u {
	opacity: 1;
	margin-left: 0;
}
div.pagination a[href=prev] {
	display: none;
}
div.pagination:hover u {
	opacity: 0;
	margin-left: -90px;
}
div.pagination a:hover, 
div.pagination a:active,
div.pagination span.current {
	background-color: #68cce0;

}
div.pagination input {
	margin: 0 4px;
	background-color: #484848;
	width: 36px;
	height: 36px;
	padding: 0;
	border-style: none;
	color: #fff;
	text-align: center;
	z-index: 100;
}
div.pagination u {
	margin-left: -40px;
	background-color: #C0C0C0;
	width: 74px;
	height: 36px;
	line-height: 32px;
	padding: 0 10px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	backdrop-filter: blur(5px);
}
div.pagination input:focus {
	background-color: #e06881;
}

.Y {
	display:inherit !important;
}
.hide_z {
	opacity: 0;
	transform: scale(0.3);
}
.hide_y {
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.5s ease;
}
.hide_x {
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.5s ease;
}
.flp .hide_x {
	transform: translateX(-100%);
}
.show_z {
	opacity: 1;
	transform: scale(1);
}
.show_y {
	opacity: 1;
	transform: translateY(0);
}
.show_x {
	opacity: 1 !important;
	transform: translateX(0) !important;
}
main.listing.show {
	opacity: 1;
	transform: none;
}
.blur-fg {
	display: none;
	position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 250;
    width: 100% !important;
    height: 100% !important;
    backdrop-filter: blur(3px);
	transition: none;
}
.row-full .tokenize {
	width: 50%;
}
form#entry.tokenize-height .tokens-container {
    width: calc(100% - 4px);
}
.tokenize > .tokens-container > .token.mismatch {
	color: #fff;
    background-color: #e06881;
}

/* DARK THEME */
body[data-theme='dark'] {
	--scrollbarBG: #141719;
	--thumbBG: #bbbbbb;
	color: #E1E2E3;
	background-color: #202427;
}
[data-theme='dark'] ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bbb;
	opacity: 1; /* Firefox */
}
body[data-theme='dark'].side-menu {
	background-color: #202427;
}
[data-theme='dark'] #ldng {
	background-color: rgb(120 144 196 / 75%);
}
[data-theme='dark'] aside.side-menu {
	background-color: #2C3033;
}
[data-theme='dark'] aside nav {
	background-color: transparent;
	border-color: #0000001a;
}
[data-theme='dark'] aside section .row a {
	color: #fff;
	border-bottom: none;
}
[data-theme='dark'] aside section .row:hover,
[data-theme='dark'] aside section .row.current {
	background-color: rgba(255, 255, 255, 0.1);
}
[data-theme='dark'] .footnav a.disabled {
	color: #cfcfcf5c;
}
[data-theme='dark'] .placeholder {
	background-color: #88a3dfed;
}
[data-theme='dark'] .ui-sortable-helper.cat,
[data-theme='dark'] .ui-sortable-helper.block,
[data-theme='dark'] .ui-sortable-helper .block {
	background: rgba(68,71,74,0.7) !important;
}
[data-theme='dark'] #notification .txt {
	backdrop-filter: blur(5px);
	background-color: #88a3dfbf;
}
[data-theme='dark'] #notification .close {
	color: #fff;
}
[data-theme='dark'] header .notifications {
	color: #E1E2E3;
    background-color: rgba(255,255,255,0.16);
	backdrop-filter: blur(10px);
}
[data-theme='dark'] header .notifications h2 i {
	background-color: rgba(0,0,0,0.4);
}
[data-theme='dark'] header .bell i {
	border-bottom: 6px solid #36393B;
}
[data-theme='dark'].popup header#body {
	background: #202427;
}
[data-theme='dark'] header#body + main {
	border-top: solid 1px #68cce0;
	border-image: linear-gradient(to right, #e06881, #68cce0, #68cce0) 1;
}
[data-theme='dark'] header#body a {
	color: #E1E2E3;
}
[data-theme='dark'] header#body a:hover,
[data-theme='dark'] header#body a.current,
[data-theme='dark'] header#body h2 a:not(:last-child):hover {
	color: #68cce0;
}
[data-theme='dark'] header#body h2 a:not(:last-child) {
	color: #ffffff99;
}
[data-theme='dark'] #main > nav:not(.bottom) {
	background-color: #202427;
}
[data-theme='dark'] header#body .icons a[href='#save'] i {
	background-color: #68cce080;
}
[data-theme='dark'] header#body .icons .close {
    background-color: #e06881b0;
}
[data-theme='dark'] header#body .icons .close:hover {
    background-color: #e06881;
	color: #fff;
}
[data-theme='dark'] header#body .icons form select {
    background-color: rgba(255,255,255,0.16);
	border: none;
	color: #E1E2E3;
}
[data-theme='dark'] header .list_filter a:hover,
[data-theme='dark'] header .list_filter a.current {
    background-color: #68cce0;
}
[data-theme='dark'] header#body .icons a:hover,
[data-theme='dark'] header#body .icons a.current,
[data-theme='dark'] header#body .icons form input[type=submit]:hover {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] header.user_statics {
	color: #E1E2E3;
}
[data-theme='dark'] header .notifications .online {
    background-color: rgba(0,0,0,0.15);
}
[data-theme='dark'] main {
	background-color: #202427;
}
[data-theme='dark'] hr {
	color: rgba(255,255,255,0.16);
}
[data-theme='dark'] form.mbl-form {
	background-color: #34383c;
}
[data-theme='dark'] form.mbl-form input[type=text],
[data-theme='dark'] form.mbl-form input[type=search],
[data-theme='dark'] form.mbl-form input[type=email],
[data-theme='dark'] form.mbl-form input[type=number],
[data-theme='dark'] form.mbl-form input[type=password],
[data-theme='dark'] form.mbl-form input[type=date],
[data-theme='dark'] form.mbl-form input[type=url],
[data-theme='dark'] form.mbl-form input[type=tel],
[data-theme='dark'] form.mbl-form select,
[data-theme='dark'] form.mbl-form textarea {
	background-color: rgba(255,255,255,0.16);
	border: 2px solid transparent;
	color: #E1E2E3;
}
[data-theme='dark'] optgroup,
[data-theme='dark'] select option {
	background-color: #34383c;
}
[data-theme='dark'] .ovrflw:not(:first-child) {
	background-color: #34383C;
}
[data-theme='dark'] .ovrflw .right {
	border-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] .form-tabs span.current {
    background-color: #68cce0;
    color: #fff;
}
[data-theme='dark'] .form-tabs span {
	background-color: rgba(255,255,255,0.16);
	color: #E1E2E3;
	margin: 0 2px;
}
[data-theme='dark'] .form-tabs span:not(.current):hover {
	background-color: rgba(255,255,255,0.32);
}
[data-theme='dark'] form.mbl-form .attach-tools {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] form.mbl-form .attach-tools b {
	font-weight: normal;	
}
[data-theme='dark'] form.mbl-form button {
	color: #E1E2E3;
	font-weight: normal;
}
[data-theme='dark'] form.mbl-form button:hover {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] form.mbl-form #upload {
    border: 2px dashed #88a3df;
}
[data-theme='dark'] form.mbl-form #upload i {
    background-color: #88a3df;
}
[data-theme='dark'] form.mbl-form #upload.small {
    background-color: #55585b;
}
[data-theme='dark'] form.mbl-form #upload.small i {
	background-color: #88a3df;
}
[data-theme='dark'] form.mbl-form #upload.small:hover {
	background-color: #88a3dfcc;
}
[data-theme='dark'] form.mbl-form .form-footer {
	background-color: #202427;
	border-color:  rgba(255,255,255,0.16);
}
[data-theme='dark'] form.mbl-form label.title {
	color: #E1E2E3;
}
[data-theme='dark'] form.mbl-form textarea {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] form.mbl-form .adminpages.users .row-full {
    background: #55585b33;
}
[data-theme='dark'] form.mbl-form .adminpages.users .row-full:hover {
    background: #797b7c52;
}
[data-theme='dark'] .ovrflw .right.wizard {
    background-color: #202427b3;
}
[data-theme='dark'] .btns a i {
	color: #E1E2E3;
}
[data-theme='dark'] button.trash:disabled,
[data-theme='dark'] form.mbl-form input[type=submit]:disabled {
	color: #b1b1b1;
	border-color: #484848;
	background-color: #484848;
}
[data-theme='dark'] button.trash:disabled:hover,
[data-theme='dark'] form.mbl-form input[type=submit]:disabled:hover {
	border-color: #484848;
	background-color: #484848;
}
[data-theme='dark'] [data-tbl='userinfo'] section .btns .user_statics .hlf {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] [data-tbl='userinfo'] section .btns a {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] [data-tbl='userinfo'] section .btns a:hover {
    background-color: #e06881;
}
[data-theme='dark'] form.mbl-form input[type=range] {
	height: 4px;
	background: #55585B;
}
[data-theme='dark'] form.mbl-form input[type=range]:before {
	top: -8px;
	background-color: #55585B;
}
[data-theme='dark'] form.mbl-form input[type=range].changed:before {
	color: #68cce0;
}
[data-theme='dark'] form.mbl-form .row-full.btns label {
	background: #55585b;
}
[data-theme='dark'] form.mbl-form .row-full.btns label:hover {
	border-color: #68cce0;
	background: #68cce080;
}
[data-theme='dark'] form.mbl-form[name=settings] .group-title {
	background-color: #202427;
}
[data-theme='dark'] form.mbl-form[name=settings] .group-title.current {
    border-color: #55585b;
}
[data-theme='dark'] form.mbl-form[name=settings] h2 i {
	color: inherit;
}
[data-theme='dark'] form.mbl-form[name=settings] .group {
	background-color: #202427b3;
}
[data-theme='dark'] form.mbl-form label.title i {
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 5px;
    color: #68cce0;
	background-color: transparent;
	border-radius: 0;
}

/* Icon Picker */
[data-theme='dark'] .material-icon-picker {
	background-color: #88a3dfbf;
	backdrop-filter: blur(5px);
}
[data-theme='dark'] .material-icon-picker-prefix {
	color:#68cce0;
}
[data-theme='dark'] .material-icon-picker input[type='text'] {
	width: 90% !important;
    margin-top: 10px;
}
[data-theme='dark'] .material-icon-picker .material-icons {
	color: #E1E2E3;
}
[data-theme='dark'] .material-icon-picker .material-icons:hover {
	color: #fff !important;
    background-color: rgb(0 0 0 / 20%);
}

[data-theme='dark'] .block {
	color: #E1E2E3;
	background-color: inherit;
	border-bottom: 1px solid #ccc;
	border-color: rgba(255,255,255,0.08);
}
[data-theme='dark'] .block.cat {
	background-color: rgba(255,255,255,0.08) !important;
}
[data-theme='dark'] .block.cat .title b {
	color: #68cce0;
}
[data-theme='dark'] .block.sub {
	color: rgba(255,255,255,0.6);
}
[data-theme='dark'] .block.selected {
	background-color: rgba(255,255,255,0.1) !important;
}
[data-theme='dark'] .block:hover {
	background-color: rgba(255,255,255,0.08);
	border-color: transparent;
}
[data-theme='dark'] .block a:hover {
	color: #68cce0;
}
[data-theme='dark'] .block a.title sub {
	color: #88a3dfb3;
}
[data-theme='dark'] .block a.title b {
	color: #e06881;
	font-weight: normal;
}
[data-theme='dark'] .block input[type=number] {
	color: #E1E2E3;
	background-color: rgba(255,255,255,0.16);
	border-color: transparent;
}
[data-theme='dark'] div.tools {
	color: #E1E2E3;
}
[data-theme='dark'] div.tools p.menu {
	color: #E1E2E3;
	background-color: #88a3dfbf;
	backdrop-filter: blur(5px);
}
[data-theme='dark'] div.tools p.menu a:hover {
	color: #fff !important;
	background-color: rgb(0 0 0 / 20%);
}
[data-theme='dark'] input[type=checkbox]:checked + label,
[data-theme='dark'] .block:hover input[type=checkbox] + label,
[data-theme='dark'] .adminpages input[type=checkbox] + label {
	background-color: rgba(255,255,255,0.16);
	border-color: transparent;
}
[data-theme='dark'] form.mbl-form .adminpages.users input[type=checkbox] + label:not(:empty){
	color: #fff;
}
[data-theme='dark'] .block > a[href='#act'] span.material-icons {
	color: rgba(255,255,255,0.32);
}
[data-theme='dark'] .block > a[href='#act']:hover span.material-icons {
	color: #e06881;
}
[data-theme='dark'] .btns a {
    background-color: #202427;
}
[data-theme='dark'] .btns a:hover {
    background-color: #e06881;
}
[data-theme='dark'] .left-side {
	color: #E1E2E3;
	background-color: #424648b3;
}
[data-theme='dark'] .left-side .close {
	background: #e06881b0;
}
[data-theme='dark'] .left-side.sided .close:hover {
	background: #e06881;
}
[data-theme='dark'] .left-side form.mbl-form button {
	color: #E1E2E3;
}
[data-theme='dark'] .left-side form.mbl-form button:hover,
[data-theme='dark'] .left-side form.mbl-form button.checked {
	background-color: rgb(255,255,255,0.1);
}
[data-theme='dark'] main.statics {
	background-color: rgba(255,255,255,0.08);
}
[data-theme='dark'] section.user_statics div.hlf,
[data-theme='dark'] section.user_statics > div a {
	border-radius: 6px;
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] .dashboard .tables > section {
	background-color: rgba(255,255,255,0.16);
}
[data-theme='dark'] .dashboard .tables > section h2 a,
[data-theme='dark'] .dashboard .tables > section .row-nums div span {
	background-color: rgba(0,0,0,0.16);
}

[data-theme='dark'] .tipsy {
    background-color: #88a3df;
    color: #fff;
}
[data-theme='dark'] .tipsy:before,
[data-theme='dark'] .tipsy.arrow-side-right:before,
[data-theme='dark'] .tipsy.arrow-side-left:before {
    border-color: transparent;
}

[data-theme='dark'] .tokenize {
    background-color: #55585b;
	border: none;
}
[data-theme='dark'] .tokenize > .tokens-container > .token,
[data-theme='dark'] .tokenize > .tokens-container > .token-search {
	color: #fff;
    background-color: #88a3df;
}
[data-theme='dark'] form#entry.tokenize-height .tokenize {
	width: 100%;
}
[data-theme='dark'] form#entry.tokenize-height .tokens-container {
	border-radius: 5px;
}
[data-theme='dark'] .tokenize > .tokens-container > .placeholder,
[data-theme='dark'] .tokenize > .tokens-container > .token-search {
    background-color: #88a3df80 !important;
}
[data-theme='dark'] .tokenize-dropdown > .dropdown-menu {
	background-color: #88a3dfb3;
	color: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}
[data-theme='dark'] .tokenize-dropdown > .dropdown-menu li:hover {
	background-color: #88a3df;
}
[data-theme='dark'] .tokenize > .tokens-container > .token.mismatch {
	color: #fff;
    background-color: #e06881;
}
[data-theme='dark'] form.mbl-form ~ #attached {
	background-color: #55585b;
	border: dashed 2px #88a3df;
}
[data-theme='dark'] form.mbl-form .table div label {
	background-color: #55585bb3;
}
[data-theme='dark'] form.mbl-form .table div span {
	background-color: #55585b4d;
}
[data-theme='dark'] .dropzone {
	background: none;
}
[data-theme='dark'] .dropzone .dz-message .dz-button {
	color: #fff;
	background-color: rgba(0,0,0,0.1);
}
[data-theme='dark'] .dropzone .dz-message:hover .dz-button,
[data-theme='dark'] .dropzone .dz-message .dz-button:hover {
	background-color: #88a3df;
}
[data-theme='dark'] form.mbl-form .attach-tools a:hover,
[data-theme='dark'] form.mbl-form .attach-tools a.current {
	color: #fff;
	background-color: #88a3df;

}
[data-theme='dark'] #main footer {
	background-color: #202427;
	border-color:  rgba(255,255,255,0.16);
}
[data-theme='dark'] div.pagination u {
	background-color: rgba(255,255,255,0.32);
}
[data-theme='dark'] #msgbox {
	border: dashed 2px #88a3df;
}
[data-theme='dark'] .empty {
	width: 200px !important;
	height: 300px !important;
    background-image: url(/admin/images/noresults-dark-1.png);
	right: calc(50% - 100px) !important;
    bottom: calc(50% - 150px) !important;
}
[data-theme='dark'] section.user_statics .file_url {
	color: #ccc;
	background:rgba(255,255,255,0.15);
}

/* FOOTER */
.home[data-theme='dark'] nav.bottom {
	display: none;
	background-color: #141719;
}
.home[data-theme='dark'] nav.bottom a {
	color: #fff;
}
.home[data-theme='dark'] nav.bottom .sub a {
	background-color: #141719;
	border: 2px solid #2c2f30;
}
[data-theme='dark'] .footnav {
	color: #f1f1f1;
	background-color: #31383d;
}
[data-theme='dark'] .footnav a.center {
	border-color: #31383d;
}
[data-theme='dark'] .footnav.subs {
	background-color: rgb(255 255 255 / 10%);
}
[data-theme='dark'] .footnav.subs a {
	color: #f1f1f1;
}
[data-theme='dark'] .side-menu .latest h3 {
	color: #f1f1f1;
	background-color: rgb(255 255 255 / 10%);
}

@media screen and (max-width: 1100px) {
	aside header {
		padding: 0 30px 0 10px;
	}
	[data-theme] aside.side-menu {
		position: absolute;
		z-index: 500;
	}
	aside.side-menu header .avatar {
		float: left;
		margin-left: 5px;
	}
	header .ham + h2#header_title {
		padding-right: 60px;
		margin-right: 0;
	}
	.ham {
		display: block;
		top: 10px;
		right: 10px;
		z-index: 550;
	}
}
@media screen and (max-width: 720px) {
	section#login #btns a {
		margin: auto auto -10px 0;
        width: 100px;
        flex-grow: 0;
        padding: 5px 10px 8px 10px;
        border-radius: 5px 5px 0 0;
        background-color: rgb(0 0 0 / 20%);
	}
	section#login #btns a:hover {
		background-color: rgb(0 0 0 / 35%) !important;
	}
	header {
		line-height: 55px;
	}
	/*header#body.tabs-head {
		height: 60px;
	}*/
	#main > nav:not(.bottom) {
		margin: 0;
	}
	#list_header span {
		display: none !important;
	}
	header#body .icons form[name=search] input,
	header#body .icons form[name=search] select {
		display: none;
	}
	header .bell {
		display: none !important;
	}
	header#body .back {
		top: 16px;
	}
	.info-head {
		display: none !important;
		flex-wrap: wrap;
	}
	.info-head > div {
		flex-wrap: wrap;
		max-width: 45%;
	}
	.info-head p {
		font-size: 10px;
	}
	.info-head #canvas-holder {
		max-width: 88%;
	}
	.info-head hr {
		transform: none;
		width: 80%;
    	border-width: 1px;
	}
	aside.side-menu {
		width: 10px;
	}
	form.mbl-form[name=settings] .ovrflw {
		flex-wrap: wrap;
	}
	form.mbl-form[name=settings] .ovrflw > div,
	form.mbl-form[name=settings] .ovrflw .right,
	form.mbl-form[name=settings] .ovrflw .left {
		width: 100%;
		flex-wrap: wrap;
		padding: 0;
	}
}
@media screen and (max-width: 520px) {
	html, body {
		overflow: hidden;
	}
	#ldng {
		height: auto;
	}
	#main {
		height: 100dvh;
	}
	main.listing {
		width: 100%;
		overflow-y: auto;
		height: calc(100dvh - 140px);
	}
	.home main.listing {
		height: calc(100dvh - 110px);
		padding-bottom: 70px;
	}
	main.window {
		width: 100%;
		overflow-y: auto;
		max-height: calc(100dvh - 68px);
	}
	main.window[data-actn=video],
	main.window[data-actn=statics],
	main.window[data-actn=dashboard]{
		height: auto;
		max-height: 100%;
		padding: 0;
		overflow-y: hidden;
	}
	main.window[data-tbl=arts] {
		max-height: calc(100dvh - 172px);
	}
	.ham {
		display: none;
	}
	aside .clock {
		display: block !important;
		grid-column: 2 / 2;
		grid-row: 2 / 2;
		margin: 0 -6px 25px 0;
        background-color: #0000002b;
        padding: 0 10px;
		height: 25px;
        line-height: 24px;
		font-size: 12px;
        border-radius: 20px;
        width: auto;
	}
	aside.side-menu {
		padding: 10px 20px;
		box-sizing: border-box;
		height: calc(100dvh - 60px);
		overflow: auto;
		background-color: #fff;
		width: 100%;
		margin: 0;
		opacity: 1;
    	transform: translateX(0);
		border-radius: 0;
		transition: none;
		z-index: 500;
	}
	aside.side-menu.hide {
		opacity: 0;
    	transform: translateX(100%);
	}
	aside.side-menu header {
		margin: 0;
        padding: 0 15px 0 10px;
        top: 0;
		border-radius: 15px;
        position: sticky;
        width: 100%;
        height: 106px;
        z-index: 500;
        grid-template-columns: 65px 1fr 48px;
        grid-template-rows: 90px 30px;
	}
	aside.side-menu header .avatar {
		float: none;
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		width: 64px;
		height: 64px;
		margin-top: 18px;
		border-radius: 50%;
	}
	aside.side-menu header .titles {
		grid-column: 2 / 3;
		margin: 0 0 10px 0;
	}
	.side-menu .statics {
		display: block;
		height: 140px;
		padding: 5px 10px 10px 10px;
		margin: 30px 0;
		box-sizing: border-box;
		color: #fff;
		background-color: rgba(0,0,0,0.05);
		border-radius: 10px;
	}
	.side-menu .statics h4 {
		color: #333;
	}
	.side-menu .statics #canvas-holder {
		height: 100px;
	}
	.side-menu .statics:has(#canvas-holder:empty) {
		display: none;
	}
	.side-menu .latest {
		margin: 20px 0;
		box-sizing: border-box;
		border-radius: 10px;
		display: grid;
		column-gap: 10px;
		grid-template-columns: 80px 1fr;
		grid-template-rows: 30px 38px;
	}
	.side-menu .latest h4 {
		font-family: 'DIN Next LT Arabic';
		font-size: 13px;
		color: #7d7d7d;
		grid-column: 2 / 3;
		grid-row: 1 / 1;
	}
	.side-menu .latest h4 img {
		width: 24px;
		float: right;
		margin-left: 5px;
		border-radius: 50%;
	}
	.side-menu .latest h3 {
		color: #333;
		font-family: 'DIN Next LT Arabic';
		font-size: 16px;
		margin: 0;
		background-color: rgb(0 0 0 / 10%);
		border-radius: 6px;
		padding: 5px;
		white-space: nowrap;
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.side-menu .latest .date {
		text-align: center;
		font-size: 12px;
		color: #fff;
		background-color: #88a3df;
		padding: 3px 5px 5px 5px;
		border-radius: 10px;
		grid-column: 1 / 1;
		grid-row: 1 / 4;
	}
	.side-menu .latest .date b {
		font-size: 26px;
		display: block;
	}
	aside #menus {
		height: calc(100vh - 240px);
		padding: 0;
		display: flex;
        flex-wrap: wrap;
        gap: 10px;
		overflow: unset;
	}
	aside #menus section {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 10px;
		margin: 0;
		padding: 0;
		background-color: transparent !important;
	}
	#menus section h3 {
		margin-top: 0;
		padding: 5px 0px;
		flex-grow: 4;
		width: 100%;
		font-family: 'DIN Next LT Arabic';
	}
	#menus .row {
		display: flex;
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
		width: 40%;
		flex-grow: 1;
		padding-top: 15px;
		margin: 0;
		box-sizing: border-box;
		background-color: #68cce0;
		color: #fff;
		text-align: center;
		height: 95px;
		border-radius: 10px;
		transition: none;
	}
	#menus .row:active {
		transform: scale(0.95);
		background-color: #88a3df;
	}
	#menus .row a {
		width: 100%;
	}
	#menus .row a span {
		color: #fff;
		font-family: 'DIN Next LT Arabic';
	}
	#menus .row i {
		width: 100%;
		font-size: 46px;
		line-height: 36px;
		color: #fff;
	}
	#menus .row > span {
		font-family: 'DIN Next LT Arabic';
		font-size: 12px;
		position: absolute;
		top: 10px;
		left: 10px;
		height: 20px;
		border-radius: 6px;
		background-color: rgba(0, 0, 0, 0.1);
		color: #fff;
        line-height: unset;
        font-weight: unset;
        margin: 0;
        padding: 0 5px;
	}
	#menus .row > span:empty {
		display: none;
	}
	header nav {
		grid-column: 3 / 4;
        grid-row: 1 / 3;
        width: 42px;
        background-color: transparent;
		border: none;
        margin-right: 10px;
        height: 84px;
        flex-wrap: wrap;
        align-content: end;
        gap: 16px;
	}
	header#body {
		height: auto;
	}
	header h2 {
		max-width: calc(100% - 180px);
	}
	header#body .icons .minimize {
		display: none !important;
	}
	header#body .icons a:not(#refresh):not(.close) {
		display: none;
	}
	header .notifications {
		width: 90%;
		left: 5%;
		top: 130px;
		background-color: #fff;
		backdrop-filter: none;
	}
	header .notifications.sided {
		height: calc(100dvh - 220px) !important;
		z-index: 500;
		left: 5%;
		top: 130px;
	}
	[data-theme='dark'] header .notifications {
		background-color: #31383D;
	}
	main.listing[data-style='gallery'] > div {
		flex-basis: 120px;
	}
	.left-side.search {
		height: auto;
        width: 90%;
        left: 5%;
        bottom: -100%;
        border-radius: 15px;
        padding-bottom: 10px;
        background-color: #d1d1d1cc;
		backdrop-filter: blur(10px);
        top: auto;
        overflow: auto;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.left-side.search.sided {
        bottom: 60px;
		left: 5%;
		box-shadow: none;
		opacity: 1;
	}
	.left-side.search form.mbl-form {
		height: auto;
	}
	section#login {
		width: 80%;
		max-height: 100%;
		top: 20%;
		right: 10%;
		flex-wrap: wrap;
	}
	section#login aside {
		width: 100% !important;
		display: flex;
		position: relative;
	}
	section#login aside .avatar {
		height: 60px;
		width: 60px;
		margin: 25px 25px 25px auto;
	}
	section#login aside .avatar:after {
		width: 64px;
		height: 64px;
		right: -6px;
		top: -6px;
		border-width: 4px;
	}
	section#login div:last-child {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 20px 0 20px;
	}
	section#login h1 {
		display: none;
	}
	section#login h3 {
		width: calc(100% - 110px);
		margin-top: 32px;
		text-align: justify;
	}
	section#login input[type=text],
	section#login input[type=password] {
		width: 100%;
	}
	section#login input[type=submit] {
		margin: 10px calc(100% - 48px) 16px 0;
	}
	section#login form span {
		bottom: 30px;
		left: 84px;
	}
	section#login #btns {
		left: 20px;
		bottom: 10px;
		right: auto;
	}
	section#login a#btn {
		right: auto;
		left: 15px;
		bottom: 15px;
		display: none;
	}
	#clock {
		display: none;
	}
	#logo {
		width: 100%;
		height: 80px;
		top: 20px;
		left: 0;
	}
	#rights {
		border-style: none;
		height: auto;
		position: absolute;
		bottom: 15px;
		left: 0;
		text-align: center;
		z-index: 0;
	}
	#rights .icon {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 36px;
		margin: 10px;
	}
	#rights hr {
		margin-top: 0;
	}
	.add_new {
		display: none;
		bottom: 0;
		left: 50%;
        transform: translateX(-50%);
		z-index: 500;
	}
	.add_new a:first-child{
		bottom: 12px;
        height: 60px;
        line-height: 60px;
        width: 60px;
        box-shadow: none;
	}
	.add_new a:nth-child(n+2) {
		bottom: 34px;
	}
	.add_new:hover a:nth-child(n+2) {
		bottom: 86px;
	}
	.block {
		width: 100%;
	}
	.block a.title ~ span {
		display: none;
	}
	.logs .block a.title ~ span {
		display: block;
	}
	.popup .block:last-child {
		margin-bottom: 40px;
	}
	.card_block {
		max-width: 100%;
		float: none;
	}
	form[name=logs] .ovrflw .right {
		position: relative;
		height: auto;
	}
	form[name=logs] .ovrflw main.left {
		height: 32vh;
		background-image: none;
		margin-top: 10px;
		margin-right: 0;
		overflow: auto;
	}
	form[name=logs] .ovrflw main.left .block a.title ~ span {
		display: block;
		width: auto;
		max-width: 100%;
	}
	form.mbl-form.sticky {
		margin-bottom: 0;
		height: calc(100dvh - 128px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	header.tabs-head + main form.mbl-form.sticky {
		height: calc(100dvh - 162px);
	}
	header.tabs-head + main form.mbl-form.sticky:has(.form-footer .attach-tools) {
		height: calc(100dvh - 208px);
	}
	.ovrflw {
		flex-wrap: wrap;
	}
	.ovrflw .right,
	.ovrflw.flp .right,
	.ovrflw.flp .left {
		width: 100%;
		margin: 0;
	}
	.ovrflw .left {
		width: 100%;
	}
	form.mbl-form textarea {
		max-height: 200px;
	}
	form.mbl-form ~ #attached {
		height: 205px;
		width: calc(100% - 30px);
		bottom: 70px;
	}
	.ovrflw.flp .right.wizard,
	.ovrflw .right.wizard {
		width: calc(100% - 10px);
	}
	.ovrflw .wizard.current {
		left: 5px;
	}
	.dropzone {
		overflow: auto;
		height: calc(100dvh - 68px) !important;
		padding: 0;
	}
	.dropzone .dz-message {
		margin: 0;
	}
	.dropzone.dz-clickable .dz-message {
		background-position: center;
		width: 45%;
		margin: auto;
		background-size: contain;
	}
	.dropzone .dz-message .dz-button {
		margin-top: 150px;
	}
	form.mbl-form .attach-tools {
		width: 100%;
		position: relative;
		margin: 0 0 10px 0;
		left: 0;
	}
	form.mbl-form .attach-tools:empty {
		display: none;
	}
	form.mbl-form input[type='submit'] ~ .attach-tools {
		margin: 10px 0 0 0;
	}
	main.listing[data-style='gallery'] div .tools {
		opacity: 1;
	}
	.form-tabs {
		right: 15px !important;
		width: calc(100% - 30px);
	}
	.form-tabs span {
		flex-grow: 1;
	}
	form.mbl-form input[type=submit],
	form.mbl-form button {
		min-width: 30%;
		width: 100%;
		margin-right: 0;
	}
	div.avatars {
		height: auto;
	}
	div.pagination {
		bottom: 10px;
		width: 130px;
		z-index: 100;
	}
	form.mbl-form[name=settings] {
		background-image: none;
	}
	form.mbl-form[name=settings] .ovrflw section:last-of-type {
		width: 100%;
		min-width: 50%;
		padding: 0;
		margin-right: 0;
	}
	[data-tbl='userinfo'] section {
		flex-wrap: wrap;
	}
	[data-tbl='userinfo'] section .avatar {
		float: none;
		margin: auto;
	}
	[data-tbl='userinfo'] section .info {
		text-align: center;
	}
	[data-tbl='userinfo'] section .btns {
		width: 100% !important;
	}
	form.mbl-form[name=logs] {
		height: 100%;
	}
	form.mbl-form[name='statics'] {
		display: flex;
	}
	form.mbl-form[name='statics'] input[type=submit] {
		width: 40%;
		padding: 2px 16px 38px 16px;
	}
	.dashboard {
		padding: 0 10px;
	}
	.dashboard .tables > section {
		max-width: 100%;
	}
	form.mbl-form .form-footer {
		display: flex;
		flex-wrap: nowrap;
	}
	form.mbl-form .form-footer:has(.attach-tools) {
		display: block;
    	height: auto;
	}
	form.mbl-form .form-footer:has(.attach-tools) input[type=submit],
	form.mbl-form .form-footer:has(.attach-tools) button {
		width: 48%;
	}
	.btns a,
	.form-footer input,
	.form-footer button {
		flex-grow: 1;
	}
	form.mbl-form[name=auth] .qrcode {
		float: none;
		display: block;
		margin: auto;
	}
	form.mbl-form[name=auth] h2 {
		font-size: 18px;
		margin: 10px 0 0 0;
		text-align: center;
	}
	form.mbl-form[name=auth] input[type=text] {
		max-width: 200px;
	}
	form.mbl-form[name=auth] a {
		margin-right: 8px;
	}
	/* FOOTER */
	.home nav.bottom,
	.home[data-theme='dark'] nav.bottom {
		display: flex;
		height: 54px;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		direction: rtl;
		z-index: 250;
	}
	.home nav.bottom a,
	.home[data-theme='dark'] nav.bottom a {
		display: block;
		height: 34px;
		width: 34px;
		margin: 0 5px;
		border-radius: 10px;
		text-align: center;
		line-height: 34px;
		background-color: rgba(255,255,255,0.1);
	}
	.home nav.bottom a.current {
		background-color: #e06881;
	}
	.home nav.bottom a.profile {
		background-size: cover;
	}
	.home nav.bottom .sub {
		position: absolute;
		right: 10px;
		bottom: 54px;
		opacity: 0;
		transform: translateY(200%);
		transition: all 0.5s ease;
	}
	.home nav.bottom .sub.show {
		opacity: 1;
		transform: translateY(0);
	}
	.home nav.bottom .sub a,
	.home[data-theme='dark'] nav.bottom .sub a {
		line-height: 34px;
		width: 34px;
		height: 34px;
		margin-bottom: 10px;
		border-radius: 40%;
	}
	.footnav {
		display: flex;
		height: 60px;
		justify-content: space-evenly;
		align-items: center;
		color: #575757;
		text-align: center;
		background-color: #eee;
		position: fixed;
		right: 0;
		bottom: 0;
		padding: 0 10px;
		box-sizing: border-box;
		width: 100%;
		z-index: 500;
	}
	.footnav.hide {
		display: none;
	}
	.footnav a {
		flex-grow: 1;
		transition: none;
		margin: 3px;
		padding: 5px;
		height: 40px;
		width: 20%;
		border-radius: 7px;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		justify-content: center;
		font-family: 'DIN Next LT Arabic';
	}
	.footnav a.center {
		height: 60px;
		width: 60px;
		flex-grow: 0;
		flex-shrink: 0;
		color: #fff;
		background-color: #68cce0;
		border: 6px solid #eee;
		border-radius: 40%;
		margin: 0 0 24px 0;
		padding: 0;
	}
	.footnav a:active {
		transform: scale(0.9);
	}
	.footnav.subs {
		flex-wrap: wrap;
		bottom: -30%;
        width: 90%;
		height: auto;
        right: 5%;
        padding-bottom: 25px;
        padding-top: 10px;
        border-radius: 15px;
        background-color: rgb(0 0 0 / 10%);
		backdrop-filter: blur(10px);
		transition: all 0.5s ease;
        z-index: 400;
	}
	.footnav.subs.show {
		bottom: 60px;
	}
	.footnav.subs:empty {
		display: none;
	}
	.footnav.subs a {
		height: 60px;
        width: 30%;
        color: #333;
        background-color: #0000001f;
        margin: 3px;
        padding: 0;
		flex-grow: 1;
        font-size: 13px;
        line-height: 44px;
		white-space: nowrap;
		border-radius: 10px;
	}
	.footnav.subs a:hover {
        color: #fff;
        background-color: #88a3df;
	}
	.footnav.subs a span {
		line-height: 40px;
        width: 100%;
	}
	.footnav a:not(.disabled):hover {
		color: #fff;
		background-color: #88a3df;
	}
	.footnav a span {
		font-size: 26px;
		line-height: 26px;
		height: 20px;
	}
	.footnav a sub {
		width: 100%;
	}
	.footnav a.center span {
		line-height: 60px;
	}
	.footnav a:hover span {
		font-family: 'Material Icons';
	}
	.footnav a.disabled {
		color: #cfcfcf;
	}
	.footnav.home {
		z-index: 600;
	}
	.popup .footnav.home {
		display: none;
		z-index: 0;
	}
	.popup .footnav.inside {
		display: flex;
		z-index: 500;
	}
	#mablebox-wrap {
		background-color: rgba(0,0,0,0.5);
		backdrop-filter: none;
		transition: none;
	}
	div#mablebox {
		transform: scale(1);
		transition: none;
	}
}
@media screen and (max-width: 400px) {
	header {
		height: auto;
		line-height: 40px;
	}
	header#body {
		padding: 0 0 10px 5px;
	}
	header#body.inner-head {
		padding: 0;
	}
	form.mbl-form input[type=text],
	form.mbl-form input[type=password],
	form.mbl-form input[type=email] {
		width: 96% !important;
	}
}
@media screen and (max-width: 300px) {
	header#body .icons {
		display: none;
	}
	header#body {
		padding: 0 0 5px 5px !important;
	}
}