*,
ul {
	margin: 0;
	padding: 0;
}
a,
a:hover {
	text-decoration: none;
}
body {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	background: #f1f6f9;
}
.top-header {
	background: #070f2b;
	color: white;
}
.logo {
	font-size: 20px;
}
nav ul {
	display: flex;
	list-style-type: none;
}
nav ul li a {
	display: block;
	padding: 15px;
	color: white;
}
.top-bar {
	padding: 15px 0;
	background: #fff;
}
.form-group-input {
	display: flex;
	align-items: center;
}
.form-group-input select {
	padding: 5px;
	border: 1px solid #b1b1b1;
	border-radius: 3px;
	font-size: 12px;
}
.menu-icon {
	display: flex;
	list-style-type: none;
}
.menu-icon li a {
	display: block;
	padding: 10px;
	color: #505050;
}
.menu-tab {
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.tabs {
	display: flex;
	list-style-type: none;
}
.tabs li a {
	display: block;
	padding: 7px 15px;
	font-size: 13px;
	color: rgba(114, 114, 114, 0.525);
	border: 1px solid transparent;
	transition: 0.5s;
}
.tabs li.active a,
.tabs li a:hover {
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #f1f6f9;
	position: relative;
	z-index: 99999;
	color: #000;
}
.tabs li:first-child a::before,
.tabs li a:hover::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 5px;
	background: #f1f6f9;
}
.login-form {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-form form {
	padding: 15px;
}
.input-control {
	width: 100%;
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #bababa;
	transition: 0.5s;
	height: 40px;
}
.input-control:focus {
	outline: none;
	border-color: #070f2b30;
	background-color: #fff;
	box-shadow: 0 0 0 4px #070f2b16;
}

textarea.input-control {
	height: 100px;
}

.input-control-lg {
	height: 50px;
	padding: 15px;
}
.input-control-sm {
	height: 30px;
	padding: 4px 10px;
}
.xbtn {
	padding: 10px 18px;
	border-radius: 3px;
	border: none;
}
.xbtn-sm {
	padding: 5px 10px;
	border-radius: 3px;
	border: none;
	font-size: 12px;
}
.xbtn-primary {
	background: #1d24ca;
	color: white;
}
.xbtn-dark {
	background: #202020;
	color: white;
}
.widget {
	display: flex;
	list-style-type: none;
	gap: 10px;
}
.widget h2 {
	font-size: 18px;
	font-weight: 700;
}
.widget h2 small {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	color: #909090;
}
.widget li {
	padding: 8px 20px;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
}
.content-main {
	display: none;
}

.table tr td:last-child a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 2px;
	color: white;
	background: #e72929;
}

.table tr td:last-child a:nth-child(0) {
	background: #ff204e;
}
.table tr td:last-child a:nth-child(1) {
	background: #fba834;
}
.table tr td:last-child a:nth-child(2) {
	background: #1d24ca;
}

/* HTML: <div class="loader"></div> */
.loader {
	width: 120px;
	height: 22px;
	border-radius: 20px;
	color: #514b82;
	border: 2px solid;
	position: relative;
}
.loader::before {
	content: "";
	position: absolute;
	margin: 2px;
	inset: 0 100% 0 0;
	border-radius: inherit;
	background: currentColor;
	animation: l6 2s infinite;
}
@keyframes l6 {
	100% {
		inset: 0;
	}
}
#preloader {
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#produk-result {
	background: #fff;
	list-style-type: none;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	display: none;
}
#produk-result li {
	padding: 7px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}
#produk-result li:last-child {
	border-bottom: none;
}
#produk-result li:hover {
	background: #1d24ca;
	color: white;
}
@media only screen and (max-width: 768px) {
	.top-header {
		padding: 8px 0;
	}
	.logo {
		font-size: 18px;
	}
	nav {
		position: fixed;
		left: -100%;
		top: 0;
		width: 40%;
		height: 100vh;
		z-index: 9999999;
		background: #070f2b;
		transition: 0.5s;
	}
	nav ul {
		display: block;
	}
	nav.show {
		left: 0;
	}
	.widget {
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
}
.list-item {
	list-style-type: none;
}
.list-item li {
	padding: 8px 20px;
	display: block;
	border-bottom: 1px dashed #ddd;
}
.list-item li:last-child {
	border-bottom: none;
}
