*,
ul {
	margin: 0;
	padding: 0;
}

a,
a:hover {
	text-decoration: none;
}

body {
	font-size: 14px;
	font-family: "Fira Sans", serif;
}

body::-webkit-scrollbar {
	display: none;
}

.bg-gelap {
	background: #f5f5f7;
}

header {
	width: 100%;
	background: #fff;
	display: grid;
	grid-template-columns: 260px 1fr;
}

.content-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.content-header ul {
	display: flex;
	gap: 10px;
	list-style-type: none;
}

.content-header ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #d5d5d521;
	color: #3d3bf3;
	transition: 0.5s;
}

.content-header ul li a:hover {
	background: #3d3bf3;
	color: white;
}

.content-header .search {
	position: relative;
	width: 500px;
}

.content-header .search input:focus {
	border: 1px solid #444;
	outline: none;
}

.content-header .search input {
	width: 100%;
	border-radius: 50px;
	border: 1px solid #ddd;
	padding: 8px 20px;
	transition: 0.5s;
}

.content-header .search i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.logo {
	background: #3d3bf3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	color: white;
	gap: 10px;
}

.logo img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

main {
	display: grid;
	grid-template-columns: 260px 1fr;
	transition: 0.5s;
}

main.show {
	grid-template-columns: 0 1fr;
}

aside {
	height: 91.4vh;
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}

aside::-webkit-scrollbar {
	display: none;
}

nav {
	margin: 20px;
	width: 220px;
}

nav ul {
	list-style-type: none;
}

nav ul li a.active {
	color: #3e3bf3;
	background: #3e3bf33b;
	border: 1px solid #3e3bf356;
	border-radius: 5px;
}

nav ul li {
	border-bottom: 1px dashed #ddd;
}

nav ul li a .fa-chevron-right {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

nav ul li a {
	display: block;
	padding: 10px;
	color: #444;
	font-weight: 500;
	position: relative;
}

.titlebar {
	padding: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #787878;
	font-size: 14px;
}

nav ul li i {
	width: 30px;
}

.menu-dropdown {
	margin-left: 50px;
	position: relative;
	display: none;
	transition: 0.5s;
}

.item-dropdown:hover .menu-dropdown {
	display: block;
}

.menu-dropdown::before {
	position: absolute;
	left: -20px;
	top: 0;
	content: "";
	height: 100%;
	border-left: 1px dashed #3e3bf3;
}

.menu-dropdown li {
	border-bottom: none;
	position: relative;
	margin-bottom: 10px;
}

.menu-dropdown li::before {
	content: "";
	position: absolute;
	left: -21px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(9, 75, 199);
}

.menu-dropdown li a {
	padding: 3px 0;
}

.menu-dropdown li a.subactive {
	color: #3d3bf3;
}

section {
	padding: 20px;
	height: 90.8vh;
	overflow-y: scroll;
	background: #f5f5f7;
}

.card {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.047);
}

table.default {
	width: 100%;
	border: 1px solid #ededed;
}

table.default tfoot tr th,
table.default thead tr th {
	padding: 10px;
	border: 1px solid #ededed;
}

table.default tbody tr td {
	padding: 10px;
	border: 1px solid #ededed;
}

table.default tr:nth-child(even) {
	background-color: #f2f2f2;
}

.link-breadcrumbs ul li:last-child:before {
	display: none;
}

.link-breadcrumbs ul li::before {
	content: "/";
	position: absolute;
	right: -15px;
	top: 2px;
	font-weight: bold;
	font-size: 11px;
	color: #3d3bf3;
}

.link-breadcrumbs ul li {
	position: relative;
}

.link-breadcrumbs {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.link-breadcrumbs ul {
	display: flex;
	gap: 20px;
	list-style-type: none;
}

.form-input {
	position: relative;
}

.form-input i {
	position: absolute;
	top: 38px;
	right: 10px;
	color: #575757;
}

.form-input label {
	font-weight: 600;
	margin-bottom: 2px;
}

.form-input textarea,
.form-input select,
.form-input input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
	transition: 0.5s;
}

.form-input :focus,
.form-input :focus,
.form-input :focus {
	border: 1px solid #ddd;
	box-shadow: 0 0 0 4px #00000014;
	outline: none;
}

.form-input select {
	height: 42px;
}

.button-9 {
	appearance: button;
	backface-visibility: hidden;
	border-radius: 6px;
	border-width: 0;
	box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
		rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
		Ubuntu, sans-serif;
	font-size: 100%;
	font-weight: 600;
	height: 44px;
	line-height: 1.15;
	margin: 12px 0 0;
	outline: none;
	overflow: hidden;
	padding: 0 25px;
	position: relative;
	text-align: center;
	text-transform: none;
	transform: translateZ(0);
	transition: all 0.2s, box-shadow 0.08s ease-in;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button-9:disabled {
	cursor: default;
}

.button-blue:focus {
	box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
		rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
		rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.button-blue {
	background-color: #405cf5;
	color: white;
}

.button-dark {
	background-color: #121212;
}

.button-dark-outline {
	color: #121212;
	border: 1px solid #121212;
	background: #fff;
}

.button-dark-outline:hover {
	background: #121212;
	color: white;
}

.button-dark:focus {
	box-shadow: rgba(6, 6, 10, 0.1) 0 0 0 1px inset,
		rgba(7, 7, 13, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
		rgba(8, 36, 53, 0.3) 0 0 0 4px;
}

.xbtn {
	display: inline-block;
	padding: 8px 15px;
	border: none !important;
	border-radius: 4px;
}

.xbtn-primary {
	background: #006bff;
	color: white;
}

.list-home li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.output-img {
	display: none;
	width: 200px;
}

.output {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	display: none;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

canvas {
	display: none;
	width: 100% !important;
	border-radius: 5px;
}

.fr-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, black 6px, transparent 6px) 0 0,
		linear-gradient(to right, black 6px, transparent 6px) 0 100%,
		linear-gradient(to left, black 6px, transparent 6px) 100% 0,
		linear-gradient(to left, black 6px, transparent 6px) 100% 100%,
		linear-gradient(to bottom, black 6px, transparent 6px) 0 0,
		linear-gradient(to bottom, black 6px, transparent 6px) 100% 0,
		linear-gradient(to top, black 6px, transparent 6px) 0 100%,
		linear-gradient(to top, black 6px, transparent 6px) 100% 100%;

	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-radius: 5px;
}

.fr-card video {
	border-radius: 3px;
}

.fr-card {
	position: relative;
	display: inline-block;
	padding: 20px;
}

.bg-dark header,
.bg-dark aside {
	background: #000;
}

.bg-dark section {
	background: #111111;
	color: #fff;
}

.bg-dark .card {
	background: #262626;
	color: #fff;
}

.bg-dark table.default tr:nth-child(even) {
	background-color: #222222;
}

.bg-dark table.default thead tr th {
	border: 1px solid #444444;
}

.bg-dark table.default tbody tr td {
	border: 1px solid #444444;
}

.bg-dark aside a {
	color: #fff;
}

.bg-dark nav ul li {
	border-bottom: 1px dashed #2b2b2b;
}

.bg-dark .form-input textarea,
.bg-dark .form-input select,
.bg-dark .form-input input {
	background: #414141;
	border: 1px solid #9b9b9b;
	color: #fff;
}

.bg-dark .form-input :focus,
.bg-dark .form-input :focus,
.bg-dark .form-input :focus {
	border: 1px solid #ddd;
	box-shadow: 0 0 0 5px #ffffff3c;
	outline: none;
}

.bg-dark .content-header ul li a {
	background: #ffffff88;
	color: #000;
}

.bg-dark .content-header .search input {
	background: #2d2d2d;
	color: white;
	border: 1px solid #494949;
}

.bg-dark .content-header .search i {
	color: #fff;
}

.bg-dark .content-header .search input:focus {
	border: 1px solid #939393;
}

.list-tab {
	display: flex;
	gap: 5px;
	list-style-type: none;
}

.list-tab li a {
	display: block;
	padding: 10px 20px;
	color: #000;
}

.list-tab li {
	background: #fff;
	border-radius: 5px 5px 0 0;
}

.tab-content {
	display: none;
}

.list-tab li.active {
	background: #006bff;
}

.list-tab li.active a {
	color: white;
	font-weight: 700;
}

.file-manager {
	display: flex;
	list-style-type: none;
	gap: 10px;
	flex-wrap: wrap;
}

.file-manager li input {
	display: none;
}

.file-manager label {
	width: 140px;
	height: 140px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

.file-manager li label img {
	width: 100%;
	height: 118px;
	object-fit: cover;
	border-radius: 4px;
}

.file-manager li input:checked+label {
	border: 1px solid #000;
}

.list-gallery {
	display: flex;
	margin-top: 5px;
	gap: 5px;
	flex-wrap: wrap;
	list-style-type: none;
}

.list-gallery img {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	object-fit: cover;
}

.list-gallery li {
	position: relative;
}

.list-gallery li i {
	color: red;
	position: absolute;
	right: 3px;
	top: 3px;
}

.upload-file {
	background: #d5e7ff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 40px;
	display: inline-block;
}

.upload-file input[type="file"] {
	display: none;
}

.upload-file label {
	margin: 0;
	border: 2px dashed #006bff;
	padding: 3em;
	border-radius: 6px;
	text-align: center;
}

.upload-file label i {
	color: #006bff;
}

.output {
	display: none;
	margin: 5px 0;
	width: 150px;
}

.upload-file button {
	display: block;
	margin-top: 10px;
	background: #006bff;
	border-radius: 5px;
	padding: 10px;
	border: none;
	width: 100%;
	color: white;
}

.item-dropdown {
	position: relative;
}

.item-dropdown:hover .header-dropdown {
	display: block;
}

.header-dropdown {
	position: absolute;
	background: white;
	right: 0;
	width: 350px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.047);
	border-radius: 5px;
	z-index: 9999;
	overflow: hidden;
	display: none;
}

.header-dropdown-header {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	background-color: #3d3bf3;
	color: white;
}

.header-dropdown ul {
	display: block;
	position: relative;
	margin: 10px 10px 10px 40px;
}

.scroll-menu {
	overflow-y: scroll;
	max-height: 500px;
}

.scroll-menu::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #aaa;
	/* or add it to the track */
}

.header-dropdown ul li a {
	width: auto;
	height: auto;
	background: none;
	border: 0;
	display: block;
	font-size: 14px;
	color: #121212;
	border-radius: 0;
}

.header-dropdown ul li a:hover {
	background: none;
	color: #3d3bf3;
}

.header-dropdown ul li {
	border-bottom: 1px dashed #ddd;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.header-dropdown ul li::before {
	content: '';
	position: absolute;
	left: -25px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #006bff;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.166);
}

.header-dropdown ul::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #ddd;
}

@media only screen and (max-width: 768px) {
	.scroll-menu {
		max-height: 100vh;
	}

	.upload-file,
	.upload-file label {
		width: 100%;
	}

	.content-header ul li a {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}

	.logo span,
	.logo small {
		display: none;
	}

	.logo img {
		width: 35px;
		height: 35px;
	}

	header {
		width: 100%;
		grid-template-columns: 60px 1fr;
		border-bottom: 1px solid #ddd;
	}

	main {
		grid-template-columns: 1fr;
	}

	aside {
		position: fixed;
		left: -100%;
		top: 56px;
		z-index: 9999;
		transition: 0.5s;
		border-right: 1px solid #ddd;
	}

	aside.show {
		left: 0;
	}

	.search {
		width: 70% !important;
		margin-right: 10px;
	}

	.content-header .search input {
		padding: 5px 20px;
	}

	.header-dropdown {
		position: fixed;
		background: white;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.047);
		border-radius: 0;
		overflow: hidden;
		display: none;
	}

	.header-dropdown ul {
		margin: 20px 20px 20px 40px;
	}

	.header-dropdown ul li a {
		width: 100%;
		font-size: 13px;
		display: block;
	}

	.header-dropdown ul li {
		padding-bottom: 25px;
		margin-bottom: 15px;
	}
}

.btn-bc {
	background: #0118D8;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	outline: none;
	color: white;
}

button.btn-bc:disabled,
button.btn-bc[disabled] {
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
}

#timer {
	font-size: 50px;
	font-weight: 700;
	padding: 5px;
	border-radius: 4px;
	border: 1px dashed #0118D8;
	background: #0117d815;
	text-align: center;
	margin-bottom: 5px;
}

.button-groups {
	display: flex;
	gap: 5px;
}

.button-groups button {
	width: 100%;
}