body {
	/* background-image: url("<?= base_url() ?>assets/dist/img/cover1.jpg"); */
	/* visibility: visible;
	background-position: 0px 0px;
	background-size: cover; */
	background-image: linear-gradient(0deg, #f5f5f5 1.1px, transparent 0),
		linear-gradient(90deg, #f5f5f5 1.1px, transparent 0);
	background-size: 20px 20px;
	background-color: #e8e8e8;
	font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

/* .wrapper > .main-sidebar {
  background: #00000070;
} */

.wrapper>.content-wrapper {
	/* background: transparent; */
	background-image: linear-gradient(0deg, #f5f5f5 1.1px, transparent 0),
		linear-gradient(90deg, #f5f5f5 1.1px, transparent 0);
	background-size: 20px 20px;
	background-color: #e8e8e8;
}

/* .wrapper > .main-footer {
	background: transparent;
} */

.btn-app-gate {
	margin: 10px 10px 10px 20px;
	width: auto;
	padding: initial;
}

.btn-app-gate>.app-title {
	width: 96px;
	text-align: center;
}

.btn-app-gate>.btn-app {
	width: 96px;
	height: 96px;
	margin: 0px;
	padding: 22px 0px;
}

.btn-app-gate>.btn-app>.fa::before,
.btn-app-gate>.btn-app>.fab::before,
.btn-app-gate>.btn-app>.fad::before,
.btn-app-gate>.btn-app>.fal::before,
.btn-app-gate>.btn-app>.far::before,
.btn-app-gate>.btn-app>.fas::before,
.btn-app-gate>.btn-app>.ion::before,
.btn-app-gate>.btn-app>.svg-inline--fa::before {
	font-size: 48px;
}

.btn-app-gate>.btn-app>.fa::after,
.btn-app-gate>.btn-app>.fab::after,
.btn-app-gate>.btn-app>.fad::after,
.btn-app-gate>.btn-app>.fal::after,
.btn-app-gate>.btn-app>.far::after,
.btn-app-gate>.btn-app>.fas::after,
.btn-app-gate>.btn-app>.ion::after,
.btn-app-gate>.btn-app>.svg-inline--fa::after {
	font-size: 48px;
}

.l-btn-icon {
	font-size: inherit;
}

.fa {
	background-image: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fa::before {
	font-size: 14px;
}

.fa.tree-folder:not(.tree-file)::before {
	content: "\f105";
}

.fa.tree-folder-open:not(.tree-file)::before {
	content: "\f107";
}

.tab-pane>iframe {
	/*height: calc(100vh - calc(3.5rem + 1px)*2.5) !important;*/
}

.iframe-mode-fullscreen .tab-pane>iframe {
	height: 100vh !important;
}